mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix a bug in the new ivr_menu.lua script.
This commit is contained in:
@@ -204,10 +204,10 @@
|
||||
if (debug["action"]) then
|
||||
freeswitch.consoleLog("notice", "[ivr_menu] action: " .. action .. " data: ".. data .. "\n");
|
||||
end
|
||||
|
||||
--execute
|
||||
session:execute(action, data);
|
||||
end --if regex
|
||||
|
||||
--execute
|
||||
session:execute(action, data);
|
||||
end --if menu-exex-app
|
||||
end --if regex match
|
||||
end); --end results
|
||||
|
||||
Reference in New Issue
Block a user