cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1395
Views
3
Helpful
3
Replies

com.audium.server.voiceElement

fanrong9905
Level 1
Level 1

I am building a custom element with input confirmation, but I could not find com.audium.server.voiceElement.* lib, is there any sample I may look up? Thanks.

1 Accepted Solution

Accepted Solutions

The framework.jar is located on the VXML Server in C:\Cisco\CVP\VXMLServer\lib\framework.jar

Or in the Debugger's equivalent directory C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime\AUDIUM_HOME\lib\framework.jar

The digits and menu elements are located in C:\Cisco\CVP\VXMLServer\common\lib\element.jar

Or C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime\AUDIUM_HOME\common\lib\element.jar

View solution in original post

3 Replies 3

janinegraves
Spotlight
Spotlight

that's in the framework.jar file located in VXMLServer/lib directory. If you add that to your buildpath, your editor should find the required code.

where are these lib files stored? com.audium.server.voiceElement.digit*, com.audium.server.voiceElement.menu.*

trying to find a sample of custom menu with confirmation.

The framework.jar is located on the VXML Server in C:\Cisco\CVP\VXMLServer\lib\framework.jar

Or in the Debugger's equivalent directory C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime\AUDIUM_HOME\lib\framework.jar

The digits and menu elements are located in C:\Cisco\CVP\VXMLServer\common\lib\element.jar

Or C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime\AUDIUM_HOME\common\lib\element.jar