Fix. Use Ivr Menu/application settings to switch IVR engine. (#2219)

This commit is contained in:
Alexey Melnichuk
2016-12-01 21:51:55 +03:00
committed by FusionPBX
parent dc86380af8
commit 2946866316
2 changed files with 9 additions and 2 deletions

View File

@@ -392,7 +392,7 @@ include "root.php";
$x++;
$details[$x]['dialplan_detail_tag'] = 'action'; //condition, action, antiaction
if ($_SESSION['ivr menu']['application']['text'] == "lua") {
if ($_SESSION['ivr_menu']['application']['text'] == "lua") {
$details[$x]['dialplan_detail_type'] = 'lua';
$details[$x]['dialplan_detail_data'] = 'ivr_menu.lua';
}