]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_nat: Don't rewrite Contact on REGISTER responses.
authorJoshua C. Colp <jcolp@sangoma.com>
Wed, 24 Feb 2021 13:04:09 +0000 (09:04 -0400)
committerJoshua Colp <jcolp@sangoma.com>
Wed, 3 Mar 2021 18:08:30 +0000 (12:08 -0600)
commitd65041ebea0d54b5306419866a08e6e171fb444d
tree211aa41c62e1e78dd17fa9ebc98fedf30933b9a3
parentc81c4f3ae289a245389a79cbed6b935b63d8e2bd
res_pjsip_nat: Don't rewrite Contact on REGISTER responses.

When sending a SIP response to an incoming REGISTER request
we don't want to change the Contact header as it will
contain the Contacts registered to the AOR and not our own
Contact URI.

ASTERISK-29235

Change-Id: I35a0723545281dd01fcd5cae497baab58720478c
res/res_pjsip_nat.c