]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Changes transport option in sip.conf so that using multiple instances doesn't stack.
authorJonathan Rose <jrose@digium.com>
Tue, 28 Feb 2012 18:11:15 +0000 (18:11 +0000)
committerJonathan Rose <jrose@digium.com>
Tue, 28 Feb 2012 18:11:15 +0000 (18:11 +0000)
commit7deeed0304c930ad583d77d70f8b74a1a37b2fb0
tree67a93ad33d4581ecf0ff57ee6ef1d62e9d3e544f
parent96c3aecb0b7a3e668aa4498f8fdd75cf77907efd
Changes transport option in sip.conf so that using multiple instances doesn't stack.

Prior to this patch, Using "transport=" multiple times would cause them to add to one
another like allow/deny. This patch changes that behavior to simply use the transport
option specified last. Also, if no transport option is applied now, the default will
automatically be UDP.

(closes ASTERISK-19352)
Reported by: jamicque
Patches:
asterisk-19352-transport-warning-message-v1.patch uploaded by Michael L. Young (license 5026)
issueA19352_no_transport_is_udp.patch uploaded by Walter Doekes (license 5674)
Review: https://reviewboard.asterisk.org/r/1745/diff/#index_header
........

Merged revisions 357266 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@357271 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c