diff --git a/UPGRADE-1.8.txt b/UPGRADE-1.8.txt index e04723611403e7ef95ccfc3325cd26fcd4da71dc..d83d031451aca698370b1b824f941f9c2dc79764 100644 --- a/UPGRADE-1.8.txt +++ b/UPGRADE-1.8.txt @@ -18,7 +18,7 @@ === =========================================================== -from 1.8.11 to 1.8.12: +From 1.8.10 to 1.8.11: * If no transport is specified in sip.conf, transport will default to UDP. Also, if multiple transport= lines are used, only the last will be used. diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index d546106861bb6a49c87997890e6b0b6139a38eb6..129ec4249bdcc0d479f5e19261222246e4d01c91 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -229,6 +229,9 @@ tcpbindaddr=0.0.0.0 ; IP address for TCP server to bind to (0.0.0.0 ; unauthenticated sessions that will be allowed ; to connect at any given time. (default: 100) +transport=udp ; Set the default transports. The order determines the primary default transport. + ; If tcpenable=no and the transport set is tcp, we will fallback to UDP. + srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; Note: Asterisk only uses the first host ; in SRV records