]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Commit 140417 had a logic flaw in it which
authorMark Michelson <mmichelson@digium.com>
Fri, 5 Sep 2008 16:00:24 +0000 (16:00 +0000)
committerMark Michelson <mmichelson@digium.com>
Fri, 5 Sep 2008 16:00:24 +0000 (16:00 +0000)
commit20d7257914e3daf337afbde52eb5666a411375e0
tree47139a11d09b8421a302be51b7837ee41a5c11bb
parent8f720a0bdfd2f2448dff7145c3555c8cced0f41e
Commit 140417 had a logic flaw in it which
caused port 5060 to always be used when dialing
a peer if no explicit port was specified. This
broke the behavior of implicitly using the port
from which the peer registered if no port is
specified. This commit fixes the logic flaw.

(closes issue #13424)
Reported by: mdu113
Patches:
      13424.patch uploaded by putnopvut (license 60)
Tested by: mdu113

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