]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_pjsip: fix music on hold continues after INVITE with replaces
authorHenning Westerholt <hw@gilawa.com>
Tue, 21 Mar 2023 07:48:38 +0000 (07:48 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 10 Apr 2023 17:07:23 +0000 (12:07 -0500)
commit91c4d78914cfc8fe5fa25e9fac55f2d5485ba4d9
tree7c7e3f9918a939b802b55be0100c86c173f215f1
parentf5289a5483c5be8bb78cb3dc6ad16a9e6e675003
chan_pjsip: fix music on hold continues after INVITE with replaces

In a three party scenario with INVITE with replaces, we need to
unhold the call, otherwise one party continues to get music on
hold, and the call is not properly bridged between them.

ASTERISK-30428

Change-Id: I5675df11e739be5226b328f8828d4b8d81fbefb4
res/res_pjsip_refer.c