Update main_menu.lua

This commit is contained in:
FusionPBX
2020-01-16 11:06:49 -07:00
committed by GitHub
parent b5b656d19a
commit 8d46234780

View File

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