Same order number as the ivr menu lua script and the timeout can lead to cases where the timeout destination is sometimes called first. Fix the order number to clear up the problem.

This commit is contained in:
Mark Crane 2013-05-03 06:58:13 +00:00
parent 97cacc08a1
commit 5e8f39c61d
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ require_once "includes/classes/switch_dialplan.php";
$database->fields['dialplan_detail_tag'] = 'action'; //condition, action, antiaction
$database->fields['dialplan_detail_type'] = $this->ivr_menu_exit_app;
$database->fields['dialplan_detail_data'] = $this->ivr_menu_exit_data;
$database->fields['dialplan_detail_order'] = '040';
$database->fields['dialplan_detail_order'] = '045';
$database->add();
}
}