On TServer object (TServer generates message of type Event). You have to develop your own T-Lib client, which will connect to the T-Server via T-Library and register required DNs for required events. This forums does not provides step by step manuals for deployment any Genesys solution, for these purposes are here Genesys PS or other Genesys experts. Try to learn the doc and look at some samples, if you do not understand exactly to etiher func, create new topic with more description.
BTW: From the logs I can see, that you have installed ICON, so why do you not use ICON for these purposes?
I do not know that I was negative, I am only looking for real needs, may be ICON provides all needed functions and he only does not know about it, may be ICON is not enough and then we can suggest other solution, for example via PSDK.
Kubig, maybe you should read his post again where he says “I would like to receive EventCallPartyDeleted and other Call Monitoring-related events using Platform SDK”. I think he was pretty clear.
rpenney, please posting to argue against one member who helps much more is not nice. Save your comments. I do understand Kubig, what he says is:
If you have ICON which already monitors all objects and events, why do it again with PSDK?
So maybe you have to read better.
We don’t know his needs neither his knowledge, therefore we ask in order to achieve not just what he wants, but probably the best solution in time and effort too.
I would like to thank Mr. Kubig for his comments. However, what I want is not to use ICON but another application
that monitors whole life cycle.
Let me brief information on what I was up to. I was developing Who Dropped Call feature for Genesys 7.6 and
I did. That’s why I needed this information.
Easy way:
1- Register directly for TServer
2- Monitor all DNs you may need.
3- Listen to the Events you may need
For sample code, on Wiki page, seek PSDK samples, look at the agent softphone one, only that instead of monitoring a DN of type Extension you will monitor a DN of type Queue (RP, Queue or VQ). Changes on the code are minimal for the Register Part. Check embedded documentation on the PSDK too. It also has sample code on it.