Alejandro Cabrera Obed
2008-Apr-10 17:14 UTC
[asterisk-users] Voicemail: afternoon audio file is missing
Dear all, I have Asterisk 1.4 and I'm using the voicemail feature. I edit /etc/asterisk/voicemail.conf with "envelope=yes" and after that I left a message in a given mailbox near 11:00 AM. When a dial the voicemail number in order to hear the message, the Astreisk server close the cal and I get this error from te CLI: [Apr 10 14:09:08] WARNING[12955]: file.c:563 ast_openstream_full: File digits/afternoon does not exist in any format [Apr 10 14:09:08] WARNING[12955]: file.c:866 ast_streamfile: Unable to open digits/afternoon (format 0x2 (gsm)): No such file or directory [Apr 10 14:09:08] WARNING[12955]: say.c:409 wait_file: Unable to play message digits/afternoon I use "language=es" and I use the AsteriskSounds_ES.tar.gz (unpacked in /var/lib/asterisk/sound/es) package in order to get Spanish audio files. What can I do to correct the afternoon file error ??? Special thanks Alejandro
Mojo with Horan & Company, LLC
2008-Apr-10 17:41 UTC
[asterisk-users] Voicemail: afternoon audio file is missing
Alejandro Cabrera Obed wrote:> Dear all, I have Asterisk 1.4 and I'm using the voicemail feature. I > edit /etc/asterisk/voicemail.conf with "envelope=yes" and after that I > left a message in a given mailbox near 11:00 AM. When a dial the > voicemail number in order to hear the message, the Astreisk server close > the cal and I get this error from te CLI: > > [Apr 10 14:09:08] WARNING[12955]: file.c:563 ast_openstream_full: File > digits/afternoon does not exist in any format > [Apr 10 14:09:08] WARNING[12955]: file.c:866 ast_streamfile: Unable to > open digits/afternoon (format 0x2 (gsm)): No such file or directory > [Apr 10 14:09:08] WARNING[12955]: say.c:409 wait_file: Unable to play > message digits/afternoon > > I use "language=es" and I use the AsteriskSounds_ES.tar.gz (unpacked in > /var/lib/asterisk/sound/es) package in order to get Spanish audio files. > > What can I do to correct the afternoon file error ??? >That's odd, my afternoon is not in the 'digits' folder. Maybe yours isn't either; try moving afternoon.* into the digits folder...? [pbx at pbx ~]$ locate afternoon /var/lib/asterisk/sounds/afternoon.ulaw /var/lib/asterisk/sounds/afternoon.wav /var/lib/asterisk/sounds/afternoon.ul Moj -- *Mojo Wentworth* HORAN & COMPANY, LLC 403 Lincoln Street, Suite 210 Sitka, AK 99835 (907) 747-6666 (907) 747-7417 - Fax mojo at horanappraisals.com
Tilghman Lesher
2008-Apr-10 18:07 UTC
[asterisk-users] Voicemail: afternoon audio file is missing
On Thursday 10 April 2008 12:14:49 Alejandro Cabrera Obed wrote:> Dear all, I have Asterisk 1.4 and I'm using the voicemail feature. I > edit /etc/asterisk/voicemail.conf with "envelope=yes" and after that I > left a message in a given mailbox near 11:00 AM. When a dial the > voicemail number in order to hear the message, the Astreisk server close > the cal and I get this error from te CLI: > > [Apr 10 14:09:08] WARNING[12955]: file.c:563 ast_openstream_full: File > digits/afternoon does not exist in any format > [Apr 10 14:09:08] WARNING[12955]: file.c:866 ast_streamfile: Unable to > open digits/afternoon (format 0x2 (gsm)): No such file or directory > [Apr 10 14:09:08] WARNING[12955]: say.c:409 wait_file: Unable to play > message digits/afternoon > > I use "language=es" and I use the AsteriskSounds_ES.tar.gz (unpacked in > /var/lib/asterisk/sound/es) package in order to get Spanish audio files. > > What can I do to correct the afternoon file error ???Sounds like you're using a custom set of recordings. I just checked the Asterisk standard distribution and digits/afternoon is exactly where it should be. Check with the person from whom you obtained the tarball. -- Tilghman