]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_transport_websocket: save the original contact host
authorThomas Guebels <tgu@escaux.com>
Wed, 4 May 2022 15:37:18 +0000 (17:37 +0200)
committerJoshua Colp <jcolp@sangoma.com>
Fri, 13 May 2022 14:23:20 +0000 (09:23 -0500)
commitd457838b77fbd813c377e068731fe39bbef244ad
tree3300081d72ec6f234651d4917f6a5b6515dc940d
parent46d395c24864d9439876f8d4a8d1af6658b32a62
res_pjsip_transport_websocket: save the original contact host

This is needed to be able to restore it in REGISTER responses,
otherwise the client won't be able to find the contact it created.

ASTERISK-30042

Change-Id: I0c5823918199acf09246b3b206fbde66773688f6
res/res_pjsip_transport_websocket.c