mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Fix a problem with wakeup calls prompting for the extension.
This commit is contained in:
@@ -98,7 +98,7 @@ else
|
||||
if (extension_type == "prompt") then
|
||||
min_digits = 1;
|
||||
max_digits = 11;
|
||||
wakeup_time = session:playAndGetDigits(min_digits, max_digits, max_tries, digit_timeout, "#", "phrase:wakeup-get-extension", "", "\\d+");
|
||||
wakeup_number = session:playAndGetDigits(min_digits, max_digits, max_tries, digit_timeout, "#", "phrase:wakeup-get-extension", "", "\\d+");
|
||||
end
|
||||
|
||||
--get the wakeup time
|
||||
|
||||
Reference in New Issue
Block a user