]> 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:09 +0000 (12:52 +0000)
commita13faeecf8fd443c921f4c03f1f399bb076de2c9
tree1497db2a5d492b7b1c6dc68d790653ebf7d3a59d
parentbcdb008c0c67e9a2c96b16e1b87f2c911f2c353e
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