Update main_menu.lua
This commit is contained in:
parent
b5b656d19a
commit
8d46234780
|
|
@ -81,11 +81,11 @@
|
|||
end
|
||||
end
|
||||
--to exit press #
|
||||
if (session:ready()) then
|
||||
if (string.len(dtmf_digits) == 0) then
|
||||
dtmf_digits = macro(session, "to_exit_press", 1, 3000, '');
|
||||
end
|
||||
end
|
||||
--if (session:ready()) then
|
||||
-- if (string.len(dtmf_digits) == 0) then
|
||||
-- dtmf_digits = macro(session, "to_exit_press", 1, 3000, '');
|
||||
-- end
|
||||
--end
|
||||
--process the dtmf
|
||||
if (session:ready()) then
|
||||
if (dtmf_digits == "1") then
|
||||
|
|
|
|||
Loading…
Reference in New Issue