Koozali.org: home of the SME Server
Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: Jeppe Fugl on January 15, 2011, 11:36:48 AM
-
I run asterisk 1.4.31 and sail 3.1 beta 2.
I have downloaded danish language files into /var/lib/asterisk/sounds/da
Does anyone know howto change asterisk conf to use these files?
Best Regards,
Jeppe
-
You must change it in each channel for which you want it to work.
So, for example, if you wish to use it for sip endpoints then you add
language=da
to the file sark_customer_sip_header.conf (you'll find it in asterisk file edit)
for iax you add it in
sark_customer_iax_header.conf
Kind Regards
S
-
Thanks a lot.