[quote author=sbc279 link=topic=3668.msg15645#msg15645 date=1229372784]
I'm a newbie to the Genesys family, being a seasoned programmer ported over from a CMS world.
My question is, I hope, a simple one. I have a CallID number issued by Genesys, and I need to poll Genesys to get stats on that call. Specifically, any user supplied information that was entered from the vru (such as employee ID).
1) Is that possible?
2) What SDK(s) would I need?
I currently have the ActiveX Desktop SDK and CCPulse+
Thanks SO much in advance.
P.S. I hope to soon have input on the wallboard project!!
[/quote]
You have two parts to your question:
1. can I get statistics using connid?
2. can I get user-data using connid?
(1) depends on how you want to do it. You can obviously use ActiveX to capture all the events and calculate stats you need; you can query T-Server using ActiveX to get the basic stats for call and status; you can get all the stats you would ever want by using statistics sdk and connecting to statserver. Unless it is something really difficult and requires investment into stats sdk I would focus on seeing if it can be retrieved using activeX first.
(2) well, any user-generated data that you would want to retrieve using connid would need to be either:
a. done by using ActiveX in realtime by monitoring DNs where that data is generated, or passed through
b. done by using infomart and then doing a select query for a particular call
Since it seems like you only have activeX and CCP, you should try to squeeze as much as you can using 2a+1b+1a. You would be surprised about the amount of data Genesys let's you access without really paying anything.
What stats do you need?
Vic