]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix a bug where the flag indicating the presence of rport would get overwritten by...
authorJoshua Colp <jcolp@digium.com>
Thu, 28 May 2009 13:44:58 +0000 (13:44 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 28 May 2009 13:44:58 +0000 (13:44 +0000)
commiteb2a6723282b5baf22850e6618a8854af9a3f8a3
treed9591bb2a6dca7a747c4ab5e4fc61a77942f85d8
parentad4de8c79c2533e0cf7ff71222c6df3342c07a9d
Fix a bug where the flag indicating the presence of rport would get overwritten by the nat setting.

The presence of rport is now stored as a separate flag. Once the dialog is setup and authenticated
(or it passes through unauthenticated) the proper nat flag is set.

(closes issue #13823)
Reported by: dimas

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