Fix a bug in the new ivr_menu.lua script.
This commit is contained in:
@@ -204,10 +204,10 @@
|
|||||||
if (debug["action"]) then
|
if (debug["action"]) then
|
||||||
freeswitch.consoleLog("notice", "[ivr_menu] action: " .. action .. " data: ".. data .. "\n");
|
freeswitch.consoleLog("notice", "[ivr_menu] action: " .. action .. " data: ".. data .. "\n");
|
||||||
end
|
end
|
||||||
|
|
||||||
--execute
|
|
||||||
session:execute(action, data);
|
|
||||||
end --if regex
|
end --if regex
|
||||||
|
|
||||||
|
--execute
|
||||||
|
session:execute(action, data);
|
||||||
end --if menu-exex-app
|
end --if menu-exex-app
|
||||||
end --if regex match
|
end --if regex match
|
||||||
end); --end results
|
end); --end results
|
||||||
|
|||||||
Reference in New Issue
Block a user