]> 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)
commitba4680f7ec0c6aebd0952d6052d10c7e3cb99005
tree89a84b85a8af28309e8f0a7fc036a5f0a46db76f
parentf75dc57006238b75fda860ba0ac1b09a0fdcc620
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