mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Fix. Use Ivr Menu/application settings to switch IVR engine. (#2219)
This commit is contained in:
committed by
FusionPBX
parent
dc86380af8
commit
2946866316
@@ -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