]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 376835 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Thu, 29 Nov 2012 22:28:06 +0000 (22:28 +0000)
committerAutomerge script <automerge@asterisk.org>
Thu, 29 Nov 2012 22:28:06 +0000 (22:28 +0000)
commitb14ea2f1cf043f3a82054f72de1859c65538fec6
tree3c4105e3d02a6fdee3c4a2599c40f3db7e28e869
parent87acfd6061bb981b62f60087c4c03f1f60d8fce7
Merged revisions 376835 via svnmerge from
file:///srv/subversion/repos/asterisk/branches/10

................
  r376835 | elguero | 2012-11-29 15:51:50 -0600 (Thu, 29 Nov 2012) | 19 lines

  Improve Code Readability And Fix Setting natdetected Flag

  For 1.8, 10, 11 and trunk we are are improving the code readability.

  For 11 and trunk, auto nat detection was added.  The natdetected flag was being
  set to 1 when the host address in the VIA header did not specifiy a port.  This
  patch fixes this by setting the port on the temporary sock address used to
  SIP_STANDARD_PORT in order for the sock address comparison to work properly.

  (closes issue ASTERISK-20724)
  Reported by: Michael L. Young
  Patches:
      asterisk-20724-set-port-v2.diff uploaded by Michael L. Young (license 5026)

  Review: https://reviewboard.asterisk.org/r/2206/
  ........

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

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