<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>multiple language IVR</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=4788802" />
  <subtitle>multiple language IVR</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=4788802</id>
  <updated>2013-05-23T01:23:06Z</updated>
  <dc:date>2013-05-23T01:23:06Z</dc:date>
  <entry>
    <title>RE: multiple language IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9282889" />
    <author>
      <name>Yaw-Ming Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9282889</id>
    <updated>2012-12-12T04:23:36Z</updated>
    <published>2012-12-12T04:23:36Z</published>
    <summary type="html">We can include some more not builtin languages using language package CLI as below,
 
(config)#application 
(config-app)#package cantonese builtin:lang_package     &lt;---- type in  "builtin:lang_package" exactly
 (config-app-param)#end</summary>
    <dc:creator>Yaw-Ming Chen</dc:creator>
    <dc:date>2012-12-12T04:23:36Z</dc:date>
  </entry>
  <entry>
    <title>RE: multiple language IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9282729" />
    <author>
      <name>Yaw-Ming Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9282729</id>
    <updated>2012-12-12T04:09:28Z</updated>
    <published>2012-12-12T04:09:28Z</published>
    <summary type="html">do "sh call language voice" see if there is anything wrong.

Script Name : spanish
       URL  : builtin:package_spanish.C
       Type : Package
       State: Registered
       Life : Builtin
       Exec Instances: 0

  Parameters registered under spanish namespace:
  name                 type  default value   description
  language             S     sp              The language code of this language
  index                S     -1              The index of this language
  location             S     flash:          The URI of the audio files for this language
  prefix               S     sp              The prefix of this language


 </summary>
    <dc:creator>Yaw-Ming Chen</dc:creator>
    <dc:date>2012-12-12T04:09:28Z</dc:date>
  </entry>
  <entry>
    <title>RE: multiple language IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9281363" />
    <author>
      <name>vinh nguyen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9281363</id>
    <updated>2012-12-12T03:58:56Z</updated>
    <published>2012-12-12T03:58:56Z</published>
    <summary type="html">I see it now
"•[img]http://www.cisco.com/en/US/i/templates/blank.gif[/img]&lt;em class="cArgument"&gt;language[/i]—Name of the language package being configured. There are three built-in language packages: Chinese, English, and Spanish. Other languages may be supported by use a of Tcl language script."

so this is why. i have configured these 3 languages by luck and they all worked without the need of any extra translation script.</summary>
    <dc:creator>vinh nguyen</dc:creator>
    <dc:date>2012-12-12T03:58:56Z</dc:date>
  </entry>
  <entry>
    <title>RE: multiple language IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9281303" />
    <author>
      <name>vinh nguyen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9281303</id>
    <updated>2012-12-12T03:50:52Z</updated>
    <published>2012-12-12T03:50:52Z</published>
    <summary type="html">my mistake that was my typo. that is exactly what I have....

The funny thing is [b]english and french[/b] is working fine (media play %a10). when i added spanish, i couldn't get "media play %a10" to work. The audio files are there. This is why im confused what exactly happens when tcl sees "%a10"? how does it translate this into IVR?

What could be wrong here?</summary>
    <dc:creator>vinh nguyen</dc:creator>
    <dc:date>2012-12-12T03:50:52Z</dc:date>
  </entry>
  <entry>
    <title>RE: multiple language IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9282471" />
    <author>
      <name>Yaw-Ming Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9282471</id>
    <updated>2012-12-12T03:35:26Z</updated>
    <published>2012-12-12T03:35:26Z</published>
    <summary type="html">Sorry. There is no "paramspace english prefix sp".  It not for this.&lt;strong id="aui_3_4_0_1_1250"&gt;
[/b]
I think the confiuration should be:
  paramspace english index 1
  paramspace english language en
  paramspace english location tftp://tftp/en/
  paramspace [color=#ff0000]french[/color] index 2
  [color=#ff0000]paramspace french language fr[/color] 
  paramspace [color=#ff0000]french[/color] location tftp://tftp/fr/
  paramspace [color=#ff0000]spanish[/color] index 3
  paramspace [color=#ff0000]spanish[/color] language sp
  paramspace [color=#ff0000]spanish[/color] location tftp://tftp/sp/
 
http://www.cisco.com/en/US/docs/ios/voice/ivr/configuration/guide/tcl_c.html</summary>
    <dc:creator>Yaw-Ming Chen</dc:creator>
    <dc:date>2012-12-12T03:35:26Z</dc:date>
  </entry>
  <entry>
    <title>RE: multiple language IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9282052" />
    <author>
      <name>vinh nguyen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9282052</id>
    <updated>2012-12-12T02:30:30Z</updated>
    <published>2012-12-12T02:30:30Z</published>
    <summary type="html">here's my configuration:
  paramspace english index 1
  paramspace english language en
  paramspace english location tftp://tftp/en/
  paramspace english index 2
  paramspace english language fr 
  paramspace english location tftp://tftp/fr/
  paramspace english index 3
  paramspace english language sp
  paramspace english location tftp://tftp/sp/
 
The funny thing is [b]english and french[/b] is working fine (media play %a10). when i added spanish, i couldn't get "media play %a10" to work. The audio files are there. This is why im confused what exactly happens when tcl sees "%a10"? how does it translate this into IVR?
what is the difference between [b]paramspace english language sp [/b]and [b]paramspace english prefix sp?[/b]
 </summary>
    <dc:creator>vinh nguyen</dc:creator>
    <dc:date>2012-12-12T02:30:30Z</dc:date>
  </entry>
  <entry>
    <title>RE: multiple language IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9278888" />
    <author>
      <name>Yaw-Ming Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9278888</id>
    <updated>2012-12-11T23:35:35Z</updated>
    <published>2012-12-11T23:35:35Z</published>
    <summary type="html">By the way did you confgure "prefix" ?
  param welcome-prompt _bacd_welcome.au
  paramspace english index 1
  paramspace english prefix en
  paramspace english location tftp://tftp/au/
 </summary>
    <dc:creator>Yaw-Ming Chen</dc:creator>
    <dc:date>2012-12-11T23:35:35Z</dc:date>
  </entry>
  <entry>
    <title>RE: multiple language IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9278565" />
    <author>
      <name>Yaw-Ming Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9278565</id>
    <updated>2012-12-11T23:05:01Z</updated>
    <published>2012-12-11T23:05:01Z</published>
    <summary type="html">[quote=vinh nguyen]I'm having a little trouble setting up multiple languages on my gw. I set up the paramspace for my application as below:   application service test t[url=ftp://192.168.1.3/test1.tcl]ftp://192.168.1.3/test1.tcl[/url]   paramspace spanish index 2   paramspace english language en   paramspace english index 1   paramspace spanish language sp   paramspace english location t[url=ftp://192.168.1.3/]ftp://192.168.1.3/[/url]   paramspace spanish location t[url=ftp://192.168.1.3/sp]ftp://192.168.1.3/sp[/url]   When i tried to switch between the 2 prefixes in my TCL script via "infotag set med_language prefix sp", it generated error (unkown prefix).   Can anyone help me with this? some examples would be great.[/quote]
 
I think you need audio files</summary>
    <dc:creator>Yaw-Ming Chen</dc:creator>
    <dc:date>2012-12-11T23:05:01Z</dc:date>
  </entry>
  <entry>
    <title>RE: multiple language IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9278114" />
    <author>
      <name>vinh nguyen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9278114</id>
    <updated>2012-12-11T22:23:18Z</updated>
    <published>2012-12-11T22:23:18Z</published>
    <summary type="html">I forgot to mention that i was looking at the debug, i didn't see the system was complainging about the missing ivr prompts. so clearly, after i do "infotag set med_language [index | prefix prefix]", the IOS doesn't seem to know what to do with "media play %a10".</summary>
    <dc:creator>vinh nguyen</dc:creator>
    <dc:date>2012-12-11T22:23:18Z</dc:date>
  </entry>
  <entry>
    <title>RE: multiple language IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9278095" />
    <author>
      <name>vinh nguyen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9278095</id>
    <updated>2012-12-11T22:20:54Z</updated>
    <published>2012-12-11T22:20:54Z</published>
    <summary type="html">[quote=Raghavendra Gutty Veeranagappa]Hi,
 
"infotag set med_language [index | prefix prefix]" sets the current active language for media playout. you can use this command to change the language. please refer programming guide for more information.
 
Thanks,
Raghavendra[/quote]
 
I did so. but what i'm facing is when i do "media play %a10", nothing is played out. That is why i wanted to understand where the translation actually happens.</summary>
    <dc:creator>vinh nguyen</dc:creator>
    <dc:date>2012-12-11T22:20:54Z</dc:date>
  </entry>
  <entry>
    <title>RE: multiple language IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9251808" />
    <author>
      <name>Raghavendra Gutty Veeranagappa</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9251808</id>
    <updated>2012-12-11T07:18:46Z</updated>
    <published>2012-12-11T07:18:46Z</published>
    <summary type="html">Hi,
 
"infotag set med_language [index | prefix prefix]" sets the current active language for media playout. you can use this command to change the language. please refer programming guide for more information.
 
Thanks,
Raghavendra</summary>
    <dc:creator>Raghavendra Gutty Veeranagappa</dc:creator>
    <dc:date>2012-12-11T07:18:46Z</dc:date>
  </entry>
  <entry>
    <title>RE: multiple language IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9215360" />
    <author>
      <name>vinh nguyen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9215360</id>
    <updated>2012-12-10T01:14:40Z</updated>
    <published>2012-12-10T01:14:40Z</published>
    <summary type="html">I just wanted to know. when i do "media play %10", some translaiton is happening here. what I dont understand is where the IOS get the script to do that? I did't provide a script to do so. 
 
And how will the script know what to do if i have a different language?</summary>
    <dc:creator>vinh nguyen</dc:creator>
    <dc:date>2012-12-10T01:14:40Z</dc:date>
  </entry>
  <entry>
    <title>RE: multiple language IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4789253" />
    <author>
      <name>Anusha Kannappan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4789253</id>
    <updated>2011-11-22T08:42:01Z</updated>
    <published>2011-11-22T08:42:01Z</published>
    <summary type="html">Hi

Please try either of the following and see whether it resolves your issue.

infotag set med_language prefix sp
infotag set med_location sp 1 tftp://192.168.1.3/sp

(or)

infotag set med_language_map 1 sp
infotag set med_location sp 1 tftp://192.168.1.3/sp
infotag set med_language 1

Thanks,
Anusha</summary>
    <dc:creator>Anusha Kannappan</dc:creator>
    <dc:date>2011-11-22T08:42:01Z</dc:date>
  </entry>
  <entry>
    <title>multiple language IVR</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4788801" />
    <author>
      <name>vinh nguyen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4788801</id>
    <updated>2011-12-16T07:19:06Z</updated>
    <published>2011-11-22T02:45:47Z</published>
    <summary type="html">I'm having a little trouble setting up multiple languages on my gw. I set up the paramspace for my application as below:
 
application
 service test t[url=ftp://192.168.1.3/test1.tcl]ftp://192.168.1.3/test1.tcl[/url]
  paramspace spanish index 2
  paramspace english language en
  paramspace english index 1
  paramspace spanish language sp
  paramspace english location t[url=ftp://192.168.1.3/]ftp://192.168.1.3/[/url]
  paramspace spanish location t[url=ftp://192.168.1.3/sp]ftp://192.168.1.3/sp[/url]
 
When i tried to switch between the 2 prefixes in my TCL script via "infotag set med_language prefix sp", it generated error (unkown prefix).
 
Can anyone help me with this? some examples would be great.</summary>
    <dc:creator>vinh nguyen</dc:creator>
    <dc:date>2011-11-22T02:45:47Z</dc:date>
  </entry>
</feed>

