Fix. Use Ivr Menu/application settings to switch IVR engine. (#2219)
This commit is contained in:
committed by
FusionPBX
parent
9066ff3af3
commit
4cf1d7e9b7
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user