Fix a bug in the new ivr_menu.lua script.
This commit is contained in:
parent
018a20b91f
commit
b2e44340b6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue