ftocc

Change language voice prompts

ukc
Posts: 3
Member Since:
2008-05-18

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.



mz996
Posts: 5
Member Since:
2006-09-09
Hi, this is correct: >

Hi,

this is correct:

> ...sounds/dk
> ...sounds/dk/digts
> ...sounds/dk/letters
> ...sounds/dk/phonetic

But

> language=dk

must be placed in /etc/asterisk/sip_general_custom.conf

sip.conf will be overwritten at every FreeBBX reload!

hope this help!



ukc
Posts: 3
Member Since:
2008-05-18
Still no danish sounds

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



bobybarns
Posts: 1
Member Since:
2006-10-24
Danish prompt correction

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



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.