]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Ensure apathetic replies are sent out on the proper socket.
authorRussell Bryant <russell@russellbryant.com>
Tue, 14 Jul 2009 14:45:47 +0000 (14:45 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 14 Jul 2009 14:45:47 +0000 (14:45 +0000)
commit5f4befcba9defca857f26f53d9fe502d8452d5a8
treeccf96591007f12ebf7a4196b5d0647b394a9e105
parentc59f154763bd64489ad6e0b5a2686f32faee38c4
Ensure apathetic replies are sent out on the proper socket.

chan_iax2 supports multiple address bindings.  The send_apathetic_reply()
function did not attempt to send its response on the same socket that the
incoming message came in on.

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