]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip.c: Set contact_user on incoming call local Contact header
authorMikeNaso <pbxip.it@gmail.com>
Tue, 8 Aug 2023 14:23:37 +0000 (10:23 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 6 Sep 2023 16:46:46 +0000 (16:46 +0000)
commitca8761b9b13a0576c65fdd14751d03c7a576a734
tree920ce91ff601d843b0e073ecd5598cb4b4383420
parent81bc763a51f7e6ae71923d8fe14d33c77fbefc1b
res_pjsip.c: Set contact_user on incoming call local Contact header

If the contact_user is configured on the endpoint it will now be set on the local Contact header URI for incoming calls. The contact_user has already been set on the local Contact header URI for outgoing calls.

Resolves: #226
(cherry picked from commit 4fc07f6d4e80f74a208e8b70a78ba422e8a0616a)
res/res_pjsip.c