Hi guys,
I’m facing a very well known issue with Alcatel PBXs and need some ideas here on how to do this.
Agents use IPDesktop Softphone (4068 emulation).
The issue is that under certain circumstances an agent can lose his PC (reboot/freeze/network disconnection/etc) and the agent sticks logged in Genesys.
So when URS selects him as a target the call dies as Tserver sends a Resource Out of Service error message.
22:14:36.353 Trc 36002 Request rejected: error code 1173(Resource out of service)
@22:14:36.3530 [0] 8.1.004.02 send_to_client: message EventError
(Resource out of service)
AttributeEventSequenceNumber 000000000004447a
AttributeCustomerID 'Resources'
AttributeTimeinuSecs 353000
AttributeTimeinSecs 1387152876 (22:14:36)
AttributeErrorCode 1173
AttributeErrorMessage 'Resource out of service'
AttributeReferenceID 161
AttributeReason [14] 00 01 01 00..
'RTR' 121
AttributeRouteType 0 (RouteTypeUnknown)
AttributeExtensions [216] 00 09 00 00..
'CUSTOMER_ID' 'Resources'
'VQ' 'CLASSIFICADOS'
'AGENT' '2318'
'PLACE' '101830'
'DN' '101830'
'ACCESS' '101830'
'SWITCH' 'Sw_ABC'
'NVQ' 1
'TARGET' 'CLASSIFICADOS@URS_StatServer.GA'
AttributeOtherDN '101830'
AttributeConnID 0071023a711da148
AttributeThisDN '107030'
AttributeClientID 2705
22:14:36.353 Int 04545 Interaction message "EventError" sent to 376 ("URS_Backup")
22:14:36.353 Trc 04542 EventError sent to [376] (00000a91 URS_Backup 192.168.26.70:51395)
FinishRequest CRequest@2e9d25c RequestRouteCall-URS_Backup[376]/161
So I was wondering how could I capture this error and then put the agent in NotReady?
I can afford to lose 1 call and use it as trigger to put the agent in NotReady or Log him off.
I guess I could try to catch the error message and then execute some Macro…but so far no luck.
Thanks