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

CCX 9.0 - Query Variables

PC PC
Level 1
Level 1

 

Hi we are running UCCX v9  ( standard version,  not premium )

 

We created a variable in a script,  ( average waitting time )   And from another server we would like to query the value of this variable

 

I have no idea how can we do that,  ( no idea if it's informix / SQL,  how to do it,  )

 

Anyone can help ?

1 Reply 1

Gergely Szabo
VIP Alumni
VIP Alumni

Hi, you cannot talk to a database from a UCCX Standard.

This way: if I were you I would set up a simple HTTP server and let the UCCX call a URL on that HTTP server, using the Create URL Document step. Like, you can issue a HTTP GET request and send that value of the variable as a GET parameter.

G.