cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2450
Views
5
Helpful
4
Replies

How to use GED-188 protocol

lee yongbeom
Level 1
Level 1

Hi all,

 

We want to monitor the state of all agents using GED-188 in CCE 12.0
Please give to us the monitoring method and sample source code.
 
Thank,
Lee
4 Replies 4

yawming
Cisco Employee
Cisco Employee

There are documents on DevNet site, maybe you can take a look.

 

https://developer.cisco.com/site/cti-protocol/overview/

Quigath
Spotlight
Spotlight

I asked TAC for this about a year ago, they didn't have it. I had them ask their engineering team for it, they also didn't have any code or samples to give.

I think strategically, Cisco is trying to have everyone instead use the Finesse API instead. Though, in some cases this proves insufficient. Hope you find what you're looking for, and if you do please share back.

dekwan
Cisco Employee
Cisco Employee

Hi,

 

That is correct that the GED-188 documentation can be found here: https://developer.cisco.com/site/cti-protocol/overview/

 

In the doc, there is a section on "How the CTI Server works". You must establish the connection, then send a OPEN_REQ. The state of the agents will come as a AGENT_STATE_EVENT.

 

Unfortunately, Cisco doesn't have any sample code for GED-188. GED-188 was developed decades ago as a way to integrate with the CTI server. Providing sample code for GED-188 is not as easy as sample code for REST APIs which can be done in a few lines and there are libraries for many different programming languages.

 

GED-188 and Finesse have two different purposes so it is incorrect to say that "Cisco is trying to have everyone instead use the Finesse API instead". As a matter of fact, Finesse uses GED-188 to communicate to the CTI Server. Finesse is an agent desktop and is not meant to be used as a monitoring application. That is why those capabilities are not available. GED-188 is meant to get access to the CTI server, which will provide agent/call states as well as monitoring capabilities.

 

Thanx,

Denise

 

 

Hi Denise,

 

Thanks for your answer.
CTIOS provided monitoring, but Finesse did not.
Finesse provides a Team Notification Event, but due to its limitations, not as good as the monitoring function of CTIOS.
The customizing from CTIOS to Finesse seems to be the biggest monitoring issue.
CISCO will have to come up with a solution soon.

 

Thanks,

Lee