[asterisk-users] TLS, SRTP, Asterisk11 and Snom870s

James Cloos cloos at jhcloos.com
Tue Mar 3 15:34:22 CST 2015


Other things to consider:

The transport config, which can be in [general] or in a peer's [] block.
    if you want tls-only, use transport=tls
    it also accepts tcp, udp or a comma-separated list.
    if given a list, it tries them in order

If you need ast to register over tls, use something like this:

   register => tls://username:xxxxxx@sip-tls-proxy.example.org

(copied from the example sip.conf).

Set tlsbindaddr to the address to which to bind(2) the tls socket.
tlsbindaddr=0.0.0.0 is typical in ipv4-only configs.

-JimC
-- 
James Cloos <cloos at jhcloos.com>         OpenPGP: 0x997A9F17ED7DAEA6



More information about the asterisk-users mailing list