Change language voice prompts
Hi,
I have followed a guide in change the voice prompts from default to danish, but i can't get it to work.
I have made the following setup:
I have placed the new voice prompts in the folders:
...sounds/dk
...sounds/dk/digts
...sounds/dk/letters
...sounds/dk/phonetic
I have placed the following line in sip.conf:
language=dk
But she still speak english and i dont get the danish prompts, what am i doing wrong?
I have also tried to place the files in the folders:
1./var/lib/asterisk/sounds/dk
2./var/lib/asterisk/sounds/digits/dk
3./var/lib/asterisk/sounds/letters/dk
4./var/lib/asterisk/sounds/phonetic/dk
But still no change.
Hi,
Thanks for your reply, i have done what you wrote, but there is only the std. sound when i call another extention that is unavalible and also when i try a number that is not in service og meetme.
I hvave alle the danish sounds in:
1./var/lib/asterisk/sounds/dk
2./var/lib/asterisk/sounds/dk/digits
3./var/lib/asterisk/sounds/dk/letters
4./var/lib/asterisk/sounds/dk/phonetic
and i placed language=dk in /etc/asterisk/sip_general_custom.conf
I hear no diffrence :)
Hope for other ideas
Hi!
Just ben working on this, and found that extension .wav is not used in asterisk after 1.4
so you have to convert with this command i sound/dk
for a in *.wav; do sox "$a" -t raw -r 8000 -s -w -c 1 `echo $a|sed "s/.wav/.sln/"` resample -ql; done
Best Regards
Boby


Member Since:
2008-05-18