Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi All,We have issue when using form element in CVP 11.6 with VVB 11, as it was working before with CVP 10 without VVB. the issue is that old grammar used in form element in CVP 10 was working in CVP 11 till we changed VXML GW with VVB. attached th...
As i red about VXML Application client using [jersey] RESTful WS it was applied start from CVP 10..Kindly correct me.. if not below my client connected to CVP 9.0.1 but not workingVxmlAppClient client = new VxmlAppClient();String url = client.getBase...
Thanks a lot janinegraves & bill.king1 for reply to my inquiry, this open the way to think to change element configuration , seems that old configuration not accepted to VVB but was working with VG.
We applied below :
Dear,You Will have 2 tomcat instance actuly they are more but let talk about only call server and VXML both are running in 1 JVM but 2 tomcat instance. But if you use CVP> 11.5 you can use only 1.4 for call server and 1.4 for CVP becouse your CVP JV...
Hi Geevarghese,I downloaded CVP REST API from below URL and not working with me.PS : i have CVP 9.0.1https://developer.cisco.com/site/devnet/home/index.gsp#comboFilters[contenttype]=.codesamplesAppreciate your support
Dear Anil,Could you try to add below code for Log4j initiation in application start class [StartApplicationInterface]static {try {URL classLoadingPath = OnCCBStart.class.getClassLoader().getResource("log4j.xml");DOMConfigurator.configure(classLoadin...
Thanks it help And from Java code public Setting[] getSettings() throws ElementException { Setting[] settingArray = new Setting[11];....settingArray[10] = new Setting("dtmf_grammar", "DTMF Grammar", "Defines an external DTMF grammar for Form",...