Re: [Asterisk-java-users] change default language
Brought to you by:
srt
From: MT <moh...@gm...> - 2013-02-19 19:17:28
|
use CHANNEL(language) variable instead. channel.setVariable(“CHANNEL(language)”,”es”) On Tue, Feb 19, 2013 at 10:11 PM, Ken Sherman <ken...@1c...>wrote: > We are currently running Asterisk 1.4. I have an English/Spanish > application. When in Spanish mode, how can I change the default language > to Spanish so that channel.sayNumber(amount) will say correctly in Spanish? > **** > > ** ** > > I would have thought that**** > > ** ** > > channel.setVariable(“language”,”es”) would have worked, but it does not.** > ** > > ** ** > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > |