Change limit to limit_execute

This commit is contained in:
Mark Crane
2014-04-26 22:18:33 +00:00
parent 4bc72943b8
commit 680892d5e5
2 changed files with 2 additions and 2 deletions
@@ -457,7 +457,7 @@ else {
if (strlen($limit) > 0) {
$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_order = '050';
$dialplan_detail_group = '';