Change limit_excecute to limit
This commit is contained in:
parent
667023311a
commit
d79b45663e
|
|
@ -302,7 +302,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||||
$sql .= "'$dialplan_uuid', ";
|
$sql .= "'$dialplan_uuid', ";
|
||||||
$sql .= "'$dialplan_detail_uuid', ";
|
$sql .= "'$dialplan_detail_uuid', ";
|
||||||
$sql .= "'action', ";
|
$sql .= "'action', ";
|
||||||
$sql .= "'limit_execute', ";
|
$sql .= "'limit', ";
|
||||||
$sql .= "'db \${domain} inbound ".$limit." !USER_BUSY', ";
|
$sql .= "'db \${domain} inbound ".$limit." !USER_BUSY', ";
|
||||||
$sql .= "'70' ";
|
$sql .= "'70' ";
|
||||||
$sql .= ")";
|
$sql .= ")";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue