[asterisk-users] vm-duration announcement missing?
James FitzGibbon
james.fitzgibbon at gmail.com
Thu Jul 26 15:20:37 CDT 2007
I just saw this on my console:
[Jul 26 11:36:30] WARNING[8667] file.c: File vm-duration does not exist in
any format
[Jul 26 11:36:30] WARNING[8667] file.c: Unable to open vm-duration (format
0x4 (ulaw)): No such file or directory
Thinking I might have lost a file during a fsck or something, I checked -
sure enough, there's no file "vm-duration" in any format. I downloaded the
current (as of June 14th) core and extra sounds, but it's not in there
either.
1.2.x didn't use this file, but app_voicemail contains reference to it in
1.4.x - as far back as 1.4.0:
if ((!res) && (durationm >= minduration)) {
res = wait_file2(chan, vms, "vm-duration");
[snip stuff about polish syntax]
res = ast_say_number(chan, durationm, AST_DIGIT_ANY,
chan->language, NULL);
res = wait_file2(chan, vms, "vm-minutes");
}
Does anyone know where this file can be fetched from, or at least what it's
supposed to say?
Looking back at my logs, there are semi-regular instances of this error
message. In a default setup, it's only used if the message is more than 2
minutes long, which I guess most of my user's VMs aren't.
Thanks
--
j.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070726/ed88a8b7/attachment.htm
More information about the asterisk-users
mailing list