[svn-commits] jrose: branch 1.8 r357490 - in /branches/1.8: ./ configs/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Feb 28 16:27:41 CST 2012


Author: jrose
Date: Tue Feb 28 16:27:37 2012
New Revision: 357490

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=357490
Log:
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)

Modified:
    branches/1.8/UPGRADE.txt
    branches/1.8/configs/sip.conf.sample

Modified: branches/1.8/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/UPGRADE.txt?view=diff&rev=357490&r1=357489&r2=357490
==============================================================================
--- branches/1.8/UPGRADE.txt (original)
+++ branches/1.8/UPGRADE.txt Tue Feb 28 16:27:37 2012
@@ -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.

Modified: branches/1.8/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/sip.conf.sample?view=diff&rev=357490&r1=357489&r2=357490
==============================================================================
--- branches/1.8/configs/sip.conf.sample (original)
+++ branches/1.8/configs/sip.conf.sample Tue Feb 28 16:27:37 2012
@@ -222,6 +222,9 @@
 ;tcpauthlimit = 100             ; tcpauthlimit specifies the maximum number of
 				; 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




More information about the svn-commits mailing list