Hi
I’m trying to find a somewhat elegant way of setting
up a multi-language menu. So far I’ve created a couple
of IVRs in FreePBX (stable version). One of them (ivr2
in extensions_additional.conf) has the language
choices and is named LANGMENU. The destination of each
one of these options is custom-langEN,s,1,
custom-langFR,s,1, etc…
So in extensions_custom I defined:
[custom-langEN]
exten => s,1,SetLanguage(en)
exten => s,2,Goto(ivr3,s,1)
[custom-langFR]
exten => s,1,SetLanguage(fr)
exten => s,2,Goto(ivr3,s,1)
where ivr3 (defined in extensions_additional.conf) is
a submenu defined as MENU1 in FreePBX GUI.
However, FreePBX apparently only allows me to attach
one “annoucement” per IVR. So ivr3’s announcement
would have to be in just one language, I guess. That
would mean that I would need to Goto(ivr4,s,1) in
custom-langFR where ivr4 is a duplicate of ivr3 but
with a French announcement. That doesn’t sound
efficient. OR can the uploaded recording be set on a
per-locale basis?
Is the upcoming FreePBX release dealing with this
"problem"?
Any help or hints are greatly appreciated.
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com
SF.net email is sponsored by: A Better Job is Waiting for You - Find it Now.
Check out Slashdot’s new job board. Browse through tons of technical jobs
posted by companies looking to hire people just like you.
http://jobs.slashdot.org/
Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users
Post generated using Mail2Forum (http://www.mail2forum.com)