cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
584
Views
0
Helpful
1
Replies

Passing variable from uccx script to external java code

Hi,

     I am trying to collect callers details(ani) using getcallinfo and storing in a csv file, so as to import it to a campaign for outbound dialing .

I am using java code which runs externally on an eclipse . I want to pass this callers information from my uccx script to that java code

in form of a variable. Can any one shed some light on this?

          Any help is highly appreciated. Thanks in advance.

1 Reply 1

Gergely Szabo
VIP Alumni
VIP Alumni

Hi,

I am not sure whether I got this correct, but if you mean that you have a block of Java code within your script (probably in a Set or a Do node, but any node which accepts an expression would do), then a UCCX script variable can be referenced within the Java code block by the variable's name.

G.