Fix a bug in the new ivr_menu.lua script.

This commit is contained in:
Mark Crane
2012-12-04 19:51:46 +00:00
parent 018a20b91f
commit b2e44340b6

View File

@@ -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