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.
|