]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Clear the high order bit from the destination call number before sending.
authorSean Bright <sean@malleable.com>
Tue, 14 Feb 2012 13:33:51 +0000 (13:33 +0000)
committerSean Bright <sean@malleable.com>
Tue, 14 Feb 2012 13:33:51 +0000 (13:33 +0000)
commit34d07c8706b64efdf933082c62a346e0b6b1ad9d
treef08fde039a4ea6c66137239f7b8504142797a117
parentcbcdf9698c630f1bfd1941469abd79e7f484718a
Clear the high order bit from the destination call number before sending.

send_apathetic_reply takes the incoming frame's source call number as the
destination call number for the outgoing frame.  If the incoming frame was a
full frame, then the high order bit of the source call number is set and will be
interpreted as a retransmit when sent back out as the destination call number.
........

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

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