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.
Hello,I am new on cisco call studio. I want to create one java custom code that calls rest service and want to use this code in cisco call studio application.Please let me know the steps for creating above scenerio. If you guys have some sample exam...
Thanks Brent for replying,You mean I need to cloud connection code in the java custom element?If you have a any document related to this please send me.Thanks
Hi Janine,I have successfully run my rest service example. Now I want to use .class file in cisco call studio.For this,I have created One sample application which Compare two number using Decision element. I have put my class file under deploy / jav...
Yes it is decision element. Below is the code;package com.dec;import com.audium.server.voiceElement.DecisionElementBase;import com.audium.server.voiceElement.ElementInterface;import com.audium.server.voiceElement.Setting;import com.audium.server.voic...
I checked the logs on ' Window / Show View / Call Studio', I found below error in the Call Studio Error logAn error was encountered while attempting to load the element "com.audium.server.controller.HttpDecisionElement". The exception was: java.lang....