Log out from CTI on Console Close
Content
Hi,
I have iplemented a Media Tool Bar with my own CTI iplementation, What i did is use the extension Bar id to handle the CTI.
Everithing work just fine.
What i need from you is the way to log out the agent from the CTI if the user close the console without logging out from my cti object.
I try to do it handling the IEventLogout interface but i think my cti object is disposed in any way just before the notification so i can not have the session id or the data need it to log out the agent.
0