Time condition remove the break never on the destination_number.
This commit is contained in:
parent
81b1056bfa
commit
2cecd0643b
|
|
@ -274,7 +274,7 @@ require_once "resources/header.php";
|
||||||
$sql .= "'condition', ";
|
$sql .= "'condition', ";
|
||||||
$sql .= "'destination_number', ";
|
$sql .= "'destination_number', ";
|
||||||
$sql .= "'^".$dialplan_number."$', ";
|
$sql .= "'^".$dialplan_number."$', ";
|
||||||
$sql .= "'never', ";
|
$sql .= "null, ";
|
||||||
$sql .= "null, ";
|
$sql .= "null, ";
|
||||||
$sql .= "'".$dialplan_detail_group."', ";
|
$sql .= "'".$dialplan_detail_group."', ";
|
||||||
$sql .= "'".$dialplan_detail_order."' ";
|
$sql .= "'".$dialplan_detail_order."' ";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue