Voicemail unplugging

Gentlemen, I am using the pt_BR sounds and I am getting the following error.

[Jul 22 09:54:27] WARNING[26934]: file.c:666 ast_openstream_full: File digits/1000 does not exist in any format
[Jul 22 09:54:27] WARNING[26934]: file.c:957 ast_streamfile: Unable to open digits/1000 (format 0x8 (alaw)): No such file or directory
– <SIP/1001-00000001> Playing ‘digits/pt-e.alaw’ (language ‘pt_BR’)
– <SIP/1001-00000001> Playing ‘digits/16.alaw’ (language ‘pt_BR’)
– <SIP/1001-00000001> Playing ‘digits/pt-as.alaw’ (language ‘pt_BR’)
– <SIP/1001-00000001> Playing ‘digits/13.alaw’ (language ‘pt_BR’)
[Jul 22 09:54:30] WARNING[26934]: file.c:666 ast_openstream_full: File digits/hours does not exist in any format
[Jul 22 09:54:30] WARNING[26934]: file.c:957 ast_streamfile: Unable to open digits/hours (format 0x8 (alaw)): No such file or directory
[Jul 22 09:54:30] WARNING[26934]: say.c:430 wait_file: Unable to play message digits/hours
== Spawn extension (default, 971001, 2) exited non-zero on ‘SIP/1001-00000001’
== Starting Dongle/Claro-0100000000 at dongle-incoming,+1234567890,1 failed so falling back to exten ‘s’
– Executing [s@dongle-incoming:1] Verbose(“Dongle/Claro-0100000000”, “1|Extension 1000”) in new stack
[Jul 22 10:31:22] WARNING[26998]: pbx.c:1475 pbx_exec: The application delimiter is now the comma, not the pipe. Did you forget to convert your dialplan? (Verbose(1|Extension 1000))
1|Extension 1000

noting that in English the voicemail functions normally

I used the sox to convert the files.

sox -t raw -e signed-integer -b 16 -c 1 -r 16k $a -t gsm -r 8k echo $a|sed "s/.sln16/.gsm/";
sox -t raw -e signed-integer -b 16 -c 1 -r 16k $a -t raw -r 8k -e a-law echo $a|sed "s/.sln16/.alaw/";
sox -t raw -e signed-integer -b 16 -c 1 -r 16k $a -t raw -r 8k -e mu-law echo $a|sed "s/.sln16/.ulaw/";\

pt_BR sounds aren’t part of the normal Asterisk packaging.

Are you using someone else’s packaging of Asterisk?