From 86cc3fe196dbfba2338573aa66853af017927603 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 7 Mar 2015 11:09:11 +0000 Subject: [PATCH] Change the anti-action to an action for the alternate destination because it is the last dialplan group and has a condition that will always match when the time condition destination number is called. --- app/time_conditions/time_condition_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index d9fc7060d8..9b38700d5d 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -391,7 +391,7 @@ require_once "resources/header.php"; $sql .= "'".$domain_uuid."', "; $sql .= "'".$dialplan_uuid."', "; $sql .= "'".uuid()."', "; - $sql .= "'anti-action', "; + $sql .= "'action', "; $sql .= "'".$dialplan_anti_action_app."', "; $sql .= "'".$dialplan_anti_action_data."', "; $sql .= "null, ";