Voicemail: Adjust default greeting to accept * for remote access.

This commit is contained in:
Nate
2020-10-08 18:05:20 -06:00
parent c10d508ba8
commit 325da538c3

View File

@@ -110,7 +110,7 @@
else
voicemail_id_say = voicemail_id;
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