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

UCCX Scripting: Use of jtapi classes inside an UCCX script

aalejo
Level 5
Level 5

Dear Community:

Does someone knows how to use jtapi java functions inside an UCCX script?. For example the CiscoCall interface inside an UCCX script.

Thanks

3 Replies 3

Tanner Ezell
Level 4
Level 4

Same way you do any custom java code. Pop the cisco jtapi jar into the

system. Then write your JTAPI code and put that in the script.

Tanner Ezell www.ctilogic.com

Hi

Interesting. But, i will be able to instantiate the CiscoCall interface and get the properties of the current call an a Script?

Do you have any example?

Thanks

No, not as far as I am aware. There is no way to access that information.

Tanner Ezell www.ctilogic.com