Change limit to limit_execute
This commit is contained in:
parent
41fda05df6
commit
db32c24bc6
|
|
@ -300,7 +300,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', ";
|
$sql .= "'limit_execute', ";
|
||||||
$sql .= "'db \${domain} inbound ".$limit." !USER_BUSY', ";
|
$sql .= "'db \${domain} inbound ".$limit." !USER_BUSY', ";
|
||||||
$sql .= "'70' ";
|
$sql .= "'70' ";
|
||||||
$sql .= ")";
|
$sql .= ")";
|
||||||
|
|
|
||||||
|
|
@ -457,7 +457,7 @@ else {
|
||||||
|
|
||||||
if (strlen($limit) > 0) {
|
if (strlen($limit) > 0) {
|
||||||
$dialplan_detail_tag = 'action'; //condition, action, antiaction
|
$dialplan_detail_tag = 'action'; //condition, action, antiaction
|
||||||
$dialplan_detail_type = 'limit';
|
$dialplan_detail_type = 'limit_execute';
|
||||||
$dialplan_detail_data = "db \${domain} outbound ".$limit." !USER_BUSY";
|
$dialplan_detail_data = "db \${domain} outbound ".$limit." !USER_BUSY";
|
||||||
$dialplan_detail_order = '050';
|
$dialplan_detail_order = '050';
|
||||||
$dialplan_detail_group = '';
|
$dialplan_detail_group = '';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue