mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 02:26:23 +00:00
Merge "app_dial: Fix incorrect device state when channel is picked up."
This commit is contained in:
@@ -1301,6 +1301,7 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
peer = c;
|
peer = c;
|
||||||
|
publish_dial_end_event(in, out_chans, peer, "CANCEL");
|
||||||
ast_copy_flags64(peerflags, o,
|
ast_copy_flags64(peerflags, o,
|
||||||
OPT_CALLEE_TRANSFER | OPT_CALLER_TRANSFER |
|
OPT_CALLEE_TRANSFER | OPT_CALLER_TRANSFER |
|
||||||
OPT_CALLEE_HANGUP | OPT_CALLER_HANGUP |
|
OPT_CALLEE_HANGUP | OPT_CALLER_HANGUP |
|
||||||
|
Reference in New Issue
Block a user