]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Ensure that outbound NOTIFY requests are properly routed through stateful proxies.
authorMark Michelson <mmichelson@digium.com>
Fri, 10 Jul 2009 15:51:36 +0000 (15:51 +0000)
committerMark Michelson <mmichelson@digium.com>
Fri, 10 Jul 2009 15:51:36 +0000 (15:51 +0000)
commit43a5245325cb5af071232ac52b779f2042926e5a
tree3357377b2da02873548299172bdb8ff1e25d908a
parentfb1c512a401d5902c84a01c20f675ba7854e1e62
Ensure that outbound NOTIFY requests are properly routed through stateful proxies.

With this change, we make note of Record-Route headers present in any SUBSCRIBE
request that we receive so that our outbound NOTIFY requests will have the proper
Route headers in them.

(closes issue #14725)
Reported by: ibc

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