Koozali.org: home of the SME Server

Howto change language

Offline Jeppe Fugl

  • **
  • 33
  • +0/-0
Howto change language
« 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

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Howto change language
« Reply #1 on: January 15, 2011, 09:18:54 PM »
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

Offline Jeppe Fugl

  • **
  • 33
  • +0/-0
Re: Howto change language
« Reply #2 on: January 15, 2011, 09:49:29 PM »
Thanks a lot.