mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-09 10:08:23 +00:00
Add global intercept capability to intercept.lua, fix a problem with ivr_menu.lua, and white space problem in wakeup.lua.
This commit is contained in:
@@ -60,7 +60,7 @@ if (wakeup_number) then
|
||||
min_digits = 1;
|
||||
max_digits = 1;
|
||||
digits = session:playAndGetDigits(min_digits, max_digits, max_tries, digit_timeout, "#", "phrase:wakeup-call", "", "\\d+");
|
||||
|
||||
|
||||
--reschedule the call for snooze
|
||||
if (digits == "2") then
|
||||
freeswitch.consoleLog("NOTICE", "wakeup call: snooze selected - rescheduled the call\n");
|
||||
|
||||
Reference in New Issue
Block a user