]> 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)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 13 May 2025 12:52:15 +0000 (12:52 +0000)
commit579cd0b8bbce21d6854877b7bf91c508ece90bbc
tree6d7918aac53f643b0ca8a0a9d2334d8a900bb721
parent8f1982c4d6c888aa1331d58d587cc7695d43bb20
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