Merge "cel: Ensure only one dial status per channel exists." into 13

This commit is contained in:
Joshua Colp
2016-06-10 05:09:18 -05:00
committed by Gerrit Code Review
2 changed files with 66 additions and 48 deletions

View File

@@ -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;