<?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>Dynamic Menus and Dynamic Exit States</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=1058149" />
  <subtitle>Dynamic Menus and Dynamic Exit States</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=1058149</id>
  <updated>2013-06-19T10:31:20Z</updated>
  <dc:date>2013-06-19T10:31:20Z</dc:date>
  <entry>
    <title>RE: Dynamic Menus and Dynamic Exit States</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2744965" />
    <author>
      <name>Theepan Gnani</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2744965</id>
    <updated>2010-11-16T01:48:03Z</updated>
    <published>2010-11-16T01:48:03Z</published>
    <summary type="html">Hello,
 
Did you get this to work? I'm trying to achieve a smilar thing
 
 
[quote]with the DTMF only gateway adapter, you'll get a 'error.semantic' exception if you try to use the square brackets to assign a value to the dtmf_keypress setting.

So set the dtmf_keypress to 1 (or 2 or 3), but DON"T set it to "1 [sales]"

Also, you don't have to configure the dtmf_keypress to "1" in Studio, you can assign all the keypresses/prompts in the Java code. 

But, I do agree that you should click the checkbox for Create a Base Config.

Janine
www.TrainingTheExperts.com[/quote]</summary>
    <dc:creator>Theepan Gnani</dc:creator>
    <dc:date>2010-11-16T01:48:03Z</dc:date>
  </entry>
  <entry>
    <title>RE: Dynamic Menus and Dynamic Exit States</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=1058151" />
    <author>
      <name>Janine Graves</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=1058151</id>
    <updated>2007-10-24T03:20:58Z</updated>
    <published>2007-10-24T03:20:58Z</published>
    <summary type="html">with the DTMF only gateway adapter, you'll get a 'error.semantic' exception if you try to use the square brackets to assign a value to the dtmf_keypress setting.

So set the dtmf_keypress to 1 (or 2 or 3), but DON"T set it to "1 [sales]"

Also, you don't have to configure the dtmf_keypress to "1" in Studio, you can assign all the keypresses/prompts in the Java code. 

But, I do agree that you should click the checkbox for Create a Base Config.

Janine
www.TrainingTheExperts.com</summary>
    <dc:creator>Janine Graves</dc:creator>
    <dc:date>2007-10-24T03:20:58Z</dc:date>
  </entry>
  <entry>
    <title>RE: Dynamic Menus and Dynamic Exit States</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=1058150" />
    <author>
      <name />
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=1058150</id>
    <updated>2007-10-20T04:08:20Z</updated>
    <published>2007-10-20T04:08:20Z</published>
    <summary type="html">Sethu,

Follow the below steps to build a dynamic configuration for a Form element(using Java API)

1. Set the inputmode to dtmf for the form element.

2. Check both the check boxes "Dynamic Configuration" and "CreateBaseConfiguration" and assign the java class name

3. Add only one DTMF Keypress setting it to 1 in the builder.

4. In the java code, determine the number of options for the form element

5. Use the API VoiceConfig.addSettingValue("dtmf_keypress", 1 [account_balance])
VoiceConfig.addSettingValue("dtmf_keypress", 2 [investments])

VoiceConfig.addSettingValue("dtmf_keypress", "* [repeat]");

VoiceConfig.addSettingValue("dtmf_keypress", "# [csr]");

The values in square brackets are optional, jus for better coding, the getelement data of the form element would return string value in square brackets rather than jus 1 or 2 or 3

Attached is the sample java code for the same with decision xml at the end. This is jus a rough extract that I designed for such a exact requirement in my application. I hope this helps you.

regards,
Vijay</summary>
    <dc:date>2007-10-20T04:08:20Z</dc:date>
  </entry>
  <entry>
    <title>Dynamic Menus and Dynamic Exit States</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=1058148" />
    <author>
      <name />
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=1058148</id>
    <updated>2007-10-18T06:54:17Z</updated>
    <published>2007-10-18T06:54:17Z</published>
    <summary type="html">I would like to know how to use a Form element (DTMF only) to address the following options using Cisco CVP 4.0 (DTMF Gateway Adapter)

1) Dynamic menus, which will intern use dynamic prompts and 
2) Dynamic call tree options, where the exit states are dynamic

Please help me with some sample code / web links where I can find this information.

Also if there are any other alternative, please suggest.

Thanks in advance.

Thanks!
-Sethu</summary>
    <dc:date>2007-10-18T06:54:17Z</dc:date>
  </entry>
</feed>

