Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,

The easiest way to achieve it is either by using Substitutions or Java code.

Substitutions allow you to create dynamic prompts and/or menu items by using simple GUI. Studio's online help has full description on how to use Substitutions in your project. Go to Help -> Help Contents to open the online documentation for Studio. Briefly, the {} button next to element's settings shows the Substitution window. The drawback, however, is that the data you want to use needs to be already available in the call, either as element data or session data.

If you need more flexibility and/or more control, you can use dynamic configuration. Dynamic configuration allows you to change all configuration options from your Java class. Each Voice element allows to have a dynamic configuration. You can opt for either configuring some options via Java by checking the box "Create Base Configuration" or configure all the settings by using Java.

Please refer to the documentation and JavaDocs for details on how to write a dynamic configuration for an element. You might also find our Sample Code section helpful.

Note that I deleted you other post, as it seems you posted the same question twice.

Regards,
Michael

I was wondering if any of this forum member(s) can help in solving this issue which I am encountering now.

I am new to this Audium IVR Voice Application development and I use to work on GVP IVRâ¿¿s. Lack of in-depth knowledge on Audium toolsa and technology, I am facing difficulties in solving some issues.

As per the requirement, I would need to implement Dynamic menu's in my new application, where multiple clients will be accessing this app. Clients want to have their own menu options, instead of common to all. I nee

Ex : Company 1
Menu options : 1. add
2. delete
3. update
Company 2.
1. add
2. update
3. Delete.

I created some tables and relations ships based on requirements. I have couple java classes, which uses some back end webservices, read DB tables and gets the menu files along with the Audio files mapped to the options based upon the client. I need to assign the retrieved values to menu, according the client.
I really appreciate your help in solving this and guiding me in solving this issue. If any one has code examples, please do send me.

Thanks & Regards
Knight_Blaster