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 75ee47d7b9
commit 831b2223d2

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();
}
}