[Blink] tcp transport does not stick

Juha Heinanen jh at tutpro.com
Thu Sep 30 16:22:26 CEST 2010


i tried to define outbound proxy with tcp transport, but it stays as
udp:

$ blink-settings --account set jh at test.fi sip.outbound_proxy=192.98.102.10:5060;transport=tcp
using set_wakeup_fd
Account updated
$ blink-settings --account show jh at test.fi
...
      +-- outbound_proxy = SIPProxyAddress('192.98.102.10', port=5060, transport='udp')
sip --|-- publish_interval = 600
      |-- register = True
      |-- register_interval = 600
      +-- subscribe_interval = 600

also, what is tls.certificate:

      +-- certificate = None
tls --|-- verify_server = False
      +

is it a path to file that includes ca cert of sip proxy or what?

-- juha



More information about the Blink mailing list