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:
parent
1b0c8ccc98
commit
86cc3fe196
|
|
@ -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, ";
|
||||
|
|
|
|||
Loading…
Reference in New Issue