]> 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:40 +0000 (12:08 -0600)
commit2c1b6b7b15c0896e742b032df46fbc68cb0fd9b5
treeb45481f7dce9a45433e52e45e9a991ffa241a799
parent3e5b9e3952a2125b420a7ff60877ca216d6eda22
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