Koozali.org: home of the SME Server
Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: beckynet on September 21, 2008, 08:04:16 PM
-
Hello World,
I want to let caller make a choice of language in IVR, the submenu is not difficult to do but asterisk message stay in default language.
How can I change that, perhaps with one Custom apps ?
Thanks
Olivier
-
Hi Olivier
Language is set in each individual channel type (i.e. SIP, IAX, ZAP) using "language=" in the .conf file.
So, to set french for SIP, go to Headers->sip.conf and change "language=en" to " language=fr". You can then do the same in iax.conf and zapata.conf.
Kind Regards
S
-
Thanks but i know that.
My problem is that when a caller select a language in the incoming IVR (Bonjour, Hello, Goeiemorgen... Appuyer sur 1 pour le francais, Push on 2 for English, Druk op 3 voor Dutch).
When he fall in a queue for his language. The asterisk message "queue-thereare or queue-callswaiting" are only in french if fr is set in sip.conf, iax, or zap.
I want to change that ! If a caller is in a "French queue" the asterisk message must be in french and if a caller is in "English queue" the asterisk message must be in english.
Is it possible ?
Thanks a Lot
Olivier