Asterisk and Cepstral
Posted: Mon Aug 27, 2007 10:39 am
Hi,
I am using Asterisk 1.4 and I bought the voice (on Windows)
My idea was to generate the voice on my windows machine :
c:> swift -n millie -p audio/encoding=ulaw -o welcome.wav 'Welcome'
I don't use any : app_cepstral 1.4
Then, copy the file on the right directory
Unfortunately, Asterisk seems NOT to read the file :
My message :
48] WARNING[20416] file.c: File /var/lib/asterisk/sounds/welcome-ulaw does not exist in any format
[Aug 27 15:31:48] WARNING[20416] file.c: Unable to open /var/lib/asterisk/sounds/welcome-ulaw (format 0x4 (ulaw)): No such file or directory
[Aug 27 15:31:48] WARNING[20416] pbx.c: ast_streamfile failed on SIP/220-b78d4780 for /var/lib/asterisk/sounds/welcome-ulaw
But the file exist and right are 777
Into my EXTENSIONS.CONF
exten => 558,1,background(/var/lib/asterisk/sounds/welcome-ulaw)
Any help would be appreciated
Regards,
Stephane
I am using Asterisk 1.4 and I bought the voice (on Windows)
My idea was to generate the voice on my windows machine :
c:> swift -n millie -p audio/encoding=ulaw -o welcome.wav 'Welcome'
I don't use any : app_cepstral 1.4
Then, copy the file on the right directory
Unfortunately, Asterisk seems NOT to read the file :
My message :
48] WARNING[20416] file.c: File /var/lib/asterisk/sounds/welcome-ulaw does not exist in any format
[Aug 27 15:31:48] WARNING[20416] file.c: Unable to open /var/lib/asterisk/sounds/welcome-ulaw (format 0x4 (ulaw)): No such file or directory
[Aug 27 15:31:48] WARNING[20416] pbx.c: ast_streamfile failed on SIP/220-b78d4780 for /var/lib/asterisk/sounds/welcome-ulaw
But the file exist and right are 777
Into my EXTENSIONS.CONF
exten => 558,1,background(/var/lib/asterisk/sounds/welcome-ulaw)
Any help would be appreciated
Regards,
Stephane