mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
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:
@@ -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, ";
|
||||
|
||||
Reference in New Issue
Block a user