Change limit_excecute to limit

This commit is contained in:
Mark Crane 2014-07-12 05:13:15 +00:00
parent 667023311a
commit d79b45663e
1 changed files with 1 additions and 1 deletions

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 .= ")";