Change limit_excecute to limit

This commit is contained in:
Mark Crane
2014-07-12 05:13:15 +00:00
parent 667023311a
commit d79b45663e

View File

@@ -302,7 +302,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
$sql .= "'$dialplan_uuid', ";
$sql .= "'$dialplan_detail_uuid', ";
$sql .= "'action', ";
$sql .= "'limit_execute', ";
$sql .= "'limit', ";
$sql .= "'db \${domain} inbound ".$limit." !USER_BUSY', ";
$sql .= "'70' ";
$sql .= ")";