Voicemail: Adjust default greeting to accept * for remote access.
This commit is contained in:
@@ -110,7 +110,7 @@
|
|||||||
else
|
else
|
||||||
voicemail_id_say = voicemail_id;
|
voicemail_id_say = voicemail_id;
|
||||||
end
|
end
|
||||||
dtmf_digits = session:playAndGetDigits(0, 1, 1, 200, "#", "phrase:voicemail_play_greeting:" .. voicemail_id_say, "", "\\d+");
|
dtmf_digits = session:playAndGetDigits(0, 1, 1, 200, "#", "phrase:voicemail_play_greeting:" .. voicemail_id_say, "", ".*");
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user