One of our customers wants to know if the following scenario is possible:
UCCX agent calls a customer. Later, this customer calls back to the company and enters uccx. In the script I would like to determine first if this customer has been in touch with an agent before, and if so, I will route the call to that agent directly. If not, the second step is to determine if this customer has been called by one of the agents, (using db_cra contactcalldetail records/resource tabel) and of so route the customer to that agent. If both are negative, then we would route the call to the appropriate CSQ.
For this to work I need access from a uccx script to the uccx db_cra database. when trying to define the datasource on the uccx server, there is no option to select the proper class "com.informix.jdbc.IfxDriver"
Is there a way to achieve the above scenario using db_cra?
Thanks in advance for your help !
Jeroen