]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Mon, 14 Aug 2023 17:21:37 +0000 (17:21 +0000)
commiteabf036f3d8294dcb87e04934c80dce210508c10
tree3c2ed81fba8635f5be53153ae87c1b786e21cb6a
parent3b806a3303091175f930d9a4f96c0ef153b16bcc
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