cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
398
Views
0
Helpful
2
Replies

How to Add a Simple Java File to an Action Element in Cisco ?

Tamilarasan G
Level 1
Level 1

Hello everyone,

I’m working on a project using Cisco Unified Call Studio, and I need to add a simple Java file to an Action Element. I’ve tried multiple approaches but haven’t been successful so far. Could anyone provide a step-by-step guide or point me to any resources that could help?

I’d really appreciate any assistance. Thanks in advance!

 

 

2 Replies 2

@janinegraves runs an excellent Cisco Studio class that you may want to investigate for training.

janinegraves
Spotlight
Spotlight

Look at the programming guide for cvp call studio. You have to create a Java class that extends ciscos ActionElementBase. In this class you must include the execution method  doAction.

In this method you can call your custom Java code.