Merge "app_dial: Fix incorrect device state when channel is picked up." into 14

changes/23/4223/3
zuul 9 years ago committed by Gerrit Code Review
commit c573ace445

@ -1303,6 +1303,7 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in,
}
}
peer = c;
publish_dial_end_event(in, out_chans, peer, "CANCEL");
ast_copy_flags64(peerflags, o,
OPT_CALLEE_TRANSFER | OPT_CALLER_TRANSFER |
OPT_CALLEE_HANGUP | OPT_CALLER_HANGUP |

Loading…
Cancel
Save