sdesalve / hassio-addons

MIT License
85 stars 21 forks source link

Advice for sipgate.co.uk #52

Closed alexd321 closed 1 year ago

alexd321 commented 1 year ago

Just in case its any use to anyone else, to get this working with sipgate.co.uk working on a Raspberry Pi 4 with HA OS I had to also add

--no-tcp

to pjsua_custom_options

all options for reference:

sip_parameters:
  caller_id_uri: sip:12345678@sipgate.co.uk
  realm: '*'
  username: '12345678'
  password: MYPASS
  sip_parameters: sip:sipgate.co.uk
pjsua_custom_options: '--no-tcp'