]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 22 May 2020 13:51:26 +0000 (08:51 -0500)
commit81929d478cf37ee610de7ac0b99d70aab9192951
treee6ecfd6640f02c664797f5180077709c3d6b9e2e
parent420d38555e5b0262444b9eba5c32737509b9b931
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