]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_messaging: Overwrite user in existing contact URI
authorGeorge Joseph <gjoseph@digium.com>
Wed, 16 Jun 2021 13:50:54 +0000 (07:50 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 16 Jun 2021 14:29:08 +0000 (09:29 -0500)
commit702e1d33b5f324df132698d89014cf65c8f7d82e
treebc79c34a84e698a07e86e1eb257876c029f372d6
parent804788037e0a7fc86ac8a25fbe1e406899b70243
res_pjsip_messaging: Overwrite user in existing contact URI

When the MessageSend destination is in the form
PJSIP/<number>@<endpoint> and the endpoint's contact
URI already has a user component, that user component
will now be replaced with <number> when creating the
request URI.

ASTERISK_29404

Change-Id: I80e5910fa25c803d1440da0594a0d6b34b6b4ad5
res/res_pjsip_messaging.c