Displaying 1 result from an estimated 1 matches for "wait_file2".
2007 Jul 26
1
vm-duration announcement missing?
...at. 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...