Genesys CTI User Forum
Genesys CTI User Forum => Genesys-related Development => Topic started by: jeddite on September 27, 2012, 02:20:33 PM
-
Hello.
I have a simple task, is it nessesaire to open in Genesys Desktop new interaction with phone number from 3rd party system.How to do this?
-
What interaction?
call? on the strategy get the phone number from the 3rd party database and attach it as KVP
-
Sorry, my english not so good(
I need to send command to GAD, from 3rd party system, to initiate new voice call to number(number is been taken from 3rd party system).
-
Not doable...GAD has no "listener" interface.
You are talking about more like a dialer (OCS) more than anything else.
What you can do also is with SDK build a listener that is called from your 3rd party software and then trigger the call.
-
Ok. thanks.