]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_pjsip: Serialize INVITE creation on DTMF attended transfer
authorMike Bradeen <mbradeen@sangoma.com>
Mon, 5 May 2025 18:05:15 +0000 (12:05 -0600)
committerMike Bradeen <mbradeen@sangoma.com>
Tue, 13 May 2025 12:52:08 +0000 (12:52 +0000)
commita5ac74ef68535f1db0496465a664eb99bd3ff2a7
treeeb4c264a4770bd58f279fa5e82892c17f4d9b050
parent8146faad581fefe432c66a93625589d33f847b42
chan_pjsip: Serialize INVITE creation on DTMF attended transfer

When a call is transfered via DTMF feature code, the Transfer Target and
Transferer are bridged immediately.  This opens the possibilty of a race
condition between the creation of an INVITE and the bridge induced colp
update that can result in the set caller ID being over-written with the
transferer's default info.

Fixes: #1234
channels/chan_pjsip.c