mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update main_menu.lua
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user