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.

This commit is contained in:
Mark Crane
2015-03-07 11:09:11 +00:00
parent 7ec6817a5d
commit bba1ecf3c3

View File

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