]> 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)
committerMikeNaso <pbxip.it@gmail.com>
Mon, 14 Aug 2023 17:21:32 +0000 (17:21 +0000)
commitb286d1cca2bf70f2cdafe77b11810c7be098bfa9
tree9f33bc230f06eaba1ed033d4780a6ec4508cbbd1
parent29eb4fe6203c75dd903d5128da47a51473a93297
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
res/res_pjsip.c