" /> Monitoring agents who release calls - Genesys CTI User Forum

Author Topic: Monitoring agents who release calls  (Read 7388 times)

Offline Ghost

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Monitoring agents who release calls
« on: July 08, 2011, 03:24:45 PM »
Advertisement
Hi,
I'm a CC Pulse newbie, I'm looking to create a template with a column where we can monitor if an agent is releasing calls, can anyone advise on how to do this?  Cheers

Offline borkokrz

  • Full Member
  • ***
  • Posts: 154
  • Karma: 6
Re: Monitoring agents who release calls
« Reply #1 on: July 09, 2011, 01:23:28 PM »
What version of TServer and what kind of switch you have ? Only selected switches and TServer 8.0+ can provide necessary information to create that kind of statistics.

Offline Ghost

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Re: Monitoring agents who release calls
« Reply #2 on: July 14, 2011, 02:42:11 PM »
We are on Avaya switch and have Ver 7.5 T server

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Monitoring agents who release calls
« Reply #3 on: July 14, 2011, 03:32:41 PM »
As said by borkokrz you need TServer 8 and create some stats to do this

Offline borkokrz

  • Full Member
  • ***
  • Posts: 154
  • Karma: 6
Re: Monitoring agents who release calls
« Reply #4 on: July 14, 2011, 03:49:20 PM »
You need at least TServer Release Number 8.0.101.05

New in This Release

  * T-Server now supports the call release tracking feature, which provides information about which party initiated the release of a call. This feature can be valuable for different applications to provide historical and real-time call reporting. The following restrictions/limitations apply to this feature:

Call release tracking can be configured using the configuration option releasing-party-report option. This configuration option enables/disables the reporting in the AttributeExtensions of the extension key ReleasingParty in EventReleased and EventAbandoned events, and also enables/disables AttributeCtrlParty reporting in EventCallPartyDeleted and EventCallDeleted events.

Note: A client must subscribe for call-monitoring events by issuing RequestStartCallMonitoring in order to receive EventCallPartyDeleted and EventCallDeleted messages.

releasing-party-report
Default Value:  false
Valid Values: true, false
Changes Take Effect: Immediately

This configuration option specifies whether T-Server reports the ReleasingParty key in the AttributeExtensions of EventReleased and EventAbandoned events to indicate which party initiated the call release. Additionally, this option specifies whether T-Server reports AttributeCtrlParty in the EventCallPartyDeleted and EventCallDeleted events to indicate which party initiated the call release (when call monitoring is enabled in T-Server). This option can be configured only in the TServer section of the T-Server Application object. If this configuration option is set to true, the value assigned to AttributeCtrlParty will contain the DN of the party that initiated the release, and the ReleasingParty key will contain one of the following values:
    * 1 Local-the call is released because AttributeThisDN in EventReleased requested a release operation. 
    * 2 Remote-the call is released because the other party (which is remote to AttributeThisDN) in EventReleased or EventAbandoned requested a release operation. 
    * 3 Unknown-the call is released, but T-Server cannot determine the release initiator.

Offline Ghost

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Re: Monitoring agents who release calls
« Reply #5 on: July 15, 2011, 11:13:59 AM »
Thanks for you help with this borkokrz, we won't be upgrading to Ver 8.+ just yet but good to know for the future.

Offline deadmeat

  • Jr. Member
  • **
  • Posts: 75
  • Karma: -2
Re: Monitoring agents who release calls
« Reply #6 on: May 23, 2018, 10:34:10 AM »
Hello guys, don't wont to start a new thread, so asking here. Is there any way to add additional releasing party. In our case we have call charger, which third party application (tomcat web app) connected to SIP server via (Tlib) java libs. So is it possible to identify when is call released by charger request ? Except tracking SIP BYE in logs ?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Monitoring agents who release calls
« Reply #7 on: May 23, 2018, 06:19:38 PM »
If you read the whole post will see it is possible but need to grab your TServer Event.
StatServer RN has more details on it

Enviado de meu E6633 usando o Tapatalk


Offline hsujdik

  • Hero Member
  • *****
  • Posts: 541
  • Karma: 30
Re: Monitoring agents who release calls
« Reply #8 on: May 24, 2018, 07:05:05 PM »
[quote author=deadmeat link=topic=6525.msg49933#msg49933 date=1527071650]
Hello guys, don't wont to start a new thread, so asking here. Is there any way to add additional releasing party. In our case we have call charger, which third party application (tomcat web app) connected to SIP server via (Tlib) java libs. So is it possible to identify when is call released by charger request ? Except tracking SIP BYE in logs ?
[/quote]

I don't think so. The only thing SIP Server reports on its TLib events would be "Remote" (in your case, could be the Charger or the Customer) or "Local" (the agent, strategy, or IVR).