mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Merge "cel: Ensure only one dial status per channel exists."
This commit is contained in:
@@ -1610,7 +1610,7 @@ AST_TEST_DEFINE(test_cel_dial_pickup)
|
||||
|
||||
ast_channel_publish_dial(chan_caller, chan_callee, NULL, "ANSWER");
|
||||
|
||||
HANGUP_CHANNEL(chan_caller, AST_CAUSE_NORMAL, "CANCEL");
|
||||
HANGUP_CHANNEL(chan_caller, AST_CAUSE_NORMAL, "ANSWER");
|
||||
HANGUP_CHANNEL(chan_callee, AST_CAUSE_NORMAL, "");
|
||||
|
||||
return AST_TEST_PASS;
|
||||
|
Reference in New Issue
Block a user