Skip to content
Snippets Groups Projects
Commit 28b009b2 authored by Joshua Colp's avatar Joshua Colp
Browse files

Fix a bug where an immediate masquerade would cause a queued unhold frame to get lost. Now we just

indicate unhold directly after the masquerade is complete.

(issue ABE-2011)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@231436 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 0a494263
Branches
Tags
No related merge requests found
......@@ -21531,6 +21531,8 @@ static int local_attended_transfer(struct sip_pvt *transferer, struct sip_dual *
 
ast_channel_lock(transferer); /* the transferer pvt is expected to remain locked on return */
 
ast_indicate(target.chan1, AST_CONTROL_UNHOLD);
if (target.chan2) {
ast_channel_queue_connected_line_update(target.chan1, &connected_to_transferee);
ast_channel_queue_connected_line_update(target.chan2, &connected_to_target);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment