]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_transport_websocket: Attach the Websocket module on outgoing INVITEs.
authorJoshua Colp <jcolp@digium.com>
Sun, 24 Aug 2014 19:34:50 +0000 (19:34 +0000)
committerJoshua Colp <jcolp@digium.com>
Sun, 24 Aug 2014 19:34:50 +0000 (19:34 +0000)
commit10ec24902405012b1c3585c32bec91e7d3e61206
tree3accbacbb10130ff73a393750fa8426b1133726f
parent04798bf780e617a3a0389d4b76468290437544b6
res_pjsip_transport_websocket: Attach the Websocket module on outgoing INVITEs.

In order to alter the Contact header on in-dialog requests and responses the
Websocket module must be attached on outgoing INVITEs. The Contact header is
modified so that the PJSIP transport layer can find and use the existing
Websocket connection based on the source IP address, port, and transport.

ASTERISK-24143 #close
Reported by: Aleksei Kulakov

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@421955 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip_transport_websocket.c