]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Adding transport=udp to sample sip.conf - Also changes version of Asterisk 1.8 in...
authorJonathan Rose <jrose@digium.com>
Tue, 28 Feb 2012 22:27:37 +0000 (22:27 +0000)
committerJonathan Rose <jrose@digium.com>
Tue, 28 Feb 2012 22:27:37 +0000 (22:27 +0000)
(issue ASTERISK-19352)
Reported by: jamicque
Patches:
asterisk-19352-transport-warning-message-v1.patch uploaded by Michael L. Young (license 5026)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@357490 65c4cc65-6c06-0410-ace0-fbb531ad65f3

UPGRADE.txt
configs/sip.conf.sample

index a527b0601a6ef152dd142f25557e6482b0ee6dd8..4eb8cee6a42833950549fe72296a9823379d8173 100644 (file)
@@ -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.
index 6c29b9da47a5bec2f3099bf599184d9df0ac70a3..7901be363564fa445f1ccbb986023341dcbd3487 100644 (file)
@@ -223,6 +223,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