[Asterisk-java-users] Multilanguage Support in Asterisk
Brought to you by:
srt
From: Wirsansky, E. <eya...@ve...> - 2006-08-29 20:08:21
|
Hello, I wanted to find out if anybody has implemented support for multiple languages in Asterisk while using Asterisk-Java. By Multilanguage support I mean being able to set the active language per call, upon which all file-based prompts for that call will be taken from a directory assigned to the active language, and all special-syntax prompts (such as numbers and dates) will use a syntax unique to the active language. Currently, my impression is that the inherent Multilanguage support of Asterisk and AGI is lacking, and needs to be augmented by Java programming on the application side, i.e. change the active directory by prepending its name to all prompt names, and use explicit rules for translating numbers and dates into a series of file-based prompts. Please let me know if you have any comments or suggestions. =20 Thanks, Eyal Wirsansky=20 |