]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Thu, 26 Jun 2025 18:10:20 +0000 (12:10 -0600)
commit30b6138a00fdf24d365b6d5c8186e6693b170295
tree7fc3f9dbc9eef54457bc7f857095ee9bd6e06581
parent9bc359649f674c25de0493dc73bae6b3183db114
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
(cherry picked from commit a13faeecf8fd443c921f4c03f1f399bb076de2c9)
channels/chan_pjsip.c