From: Jonathan Rose Date: Tue, 28 Feb 2012 22:29:47 +0000 (+0000) Subject: Adding transport=udp to sample sip.conf - Also changes version of Asterisk 1.8 in... X-Git-Tag: 10.3.0~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d77a164a765e00d2d4d463851d8a1dfa80c1ca;p=thirdparty%2Fasterisk.git Adding transport=udp to sample sip.conf - Also changes version of Asterisk 1.8 in UPGRADE (issue ASTERISK-19352) Reported by: jamicque Patches: asterisk-19352-transport-warning-message-v1.patch uploaded by Michael L. Young (license 5026) ........ Merged revisions 357490 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@357497 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE-1.8.txt b/UPGRADE-1.8.txt index e047236114..d83d031451 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 5bf2ce78d9..70657a283f 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -219,6 +219,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