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 de6edf5831
commit 74073d6cc4
+3 -3
View File
@@ -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