]> 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 18:21:30 +0000 (18:21 +0000)
commit59618c3a34ce8eac99abc0273546f8270a84dc0a
treeaecf7124b6aacc8f92b7dbeec0a00a90fc82ffc2
parent7e8aadae5ae42f6af963abd557807086c67bbeee
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 720813dc97e1c51f350a735916103d00bb24cfca)
res/res_pjsip.c