]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_nat.c: remove x-ast-orig-host from request URI and To header
authorPirmin Walthert <infos@nappsoft.ch>
Wed, 13 May 2020 12:06:19 +0000 (14:06 +0200)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 22 May 2020 12:47:48 +0000 (07:47 -0500)
commit4b7293f44e619fc905ef955f248edd51832ba495
tree553db6cf98c12d69f55ac5229bae55f22bfafe7c
parent0d86f49f7fb6c65de984cb999882c1230611b6be
res_pjsip_nat.c: remove x-ast-orig-host from request URI and To header

While asterisk is filtering out the x-ast-orig-host parameter from the
contact on response messages, it is not filtering it out from the
request URI and the to header on SIP requests (for example INVITE).

ASTERISK-28884 #close

Change-Id: Id032b33098a1befea9b243ca994184baecccc59e
res/res_pjsip_nat.c