I have installed a language sound pack for Spanish on my Asterisk v1.2 server, in case case Spanish. I have dropped everything into this directory:
/var/lib/asterisk/lib/sounds
For the most part it works fine when I set this variable for certain users before calling the VoicemailMain app:
I only seem to have a problem when I attempt to access a voicemail box to play a message back. When I do this, I get:
[quote=“CLI”]Nov 18 16:19:50 WARNING[5104]: file.c:508 ast_openstream_full: File digits/1M does not exist in any format
Nov 18 16:19:50 WARNING[5104]: file.c:820 ast_streamfile: Unable to open digits/1M (format alaw): No such file or directory[/quote]
The 1M.gsm does exist in /var/lib/asterisk/sounds/es/digits but does not exist in /var/lib/asterisk/sounds/digits (the English set). Why is voicemail, even though the language is set to ‘es’ attempting to go to the base/English file set (as it apparently is) and yet work fine for the rest of the voicemail system?
A bug?