cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
54
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Mitch Warner on 04-11-2008 04:15:14 PM
Hi in a particular CVP java component I am creating, I am trying to get hold of the Vxml Gateway application setting (as defined in Project Properties -> General Settings -> VoiceXml Gateway).

Does anyone know if it is possible to get hold of this value programatically, and if so how it is done?

Thanks,
Mitch

Subject: Re: Accessing VoiceXML Gateway setting through CVP API
Replied by: Brien Williams on 04-11-2008 10:34:21 PM
APIBase/ComponentAPI is where you find your session context. An instance of that class gets passed into your custom component invocation methods. Call public String getVoiceBrowser() on it.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links