Fix a problem with wakeup calls prompting for the extension.
This commit is contained in:
parent
57faac6acf
commit
6280d5b4e2
|
|
@ -98,7 +98,7 @@ else
|
||||||
if (extension_type == "prompt") then
|
if (extension_type == "prompt") then
|
||||||
min_digits = 1;
|
min_digits = 1;
|
||||||
max_digits = 11;
|
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
|
end
|
||||||
|
|
||||||
--get the wakeup time
|
--get the wakeup time
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue