]> 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:00:50 +0000 (18:00 +0000)
committerJonathan Rose <jrose@digium.com>
Tue, 28 Feb 2012 18:00:50 +0000 (18:00 +0000)
commit52c50e4da7cf783a4ec20f0333285b3e04b36264
tree5c7dcef5bc96788c542de4c884f59ccc53140b02
parentf3fbe7d88fe8177c189d15efc8e20738684b070b
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

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