" /> Repeated Chat(Chat Loop) - Genesys CTI User Forum

Author Topic: Repeated Chat(Chat Loop)  (Read 3437 times)

Offline ajayku14

  • Newbie
  • *
  • Posts: 22
  • Karma: 0
Repeated Chat(Chat Loop)
« on: December 19, 2016, 09:21:48 AM »
Advertisement
Hi All,

In our environment, We are facing issues for chats, Some times chats are getting repeated or same chat getting looped to multiple agents(2 to 3 Agents) until the chat transcript send to end customer. Because of this Agent AHT is showing incorrect.

How to identify from IWS logs weather agent doing mark done properly or not.
Can anyone help me how to resolve this issue or why this issue occurs.

Thanks
Ajay.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Repeated Chat(Chat Loop)
« Reply #1 on: December 19, 2016, 09:54:20 AM »
You have to set the properly logging level for IWS (all channels on debug , with except ChannelService, etc.). After that you will see if the agent marked the interaction as done. You can of course find out the root-cause within eServices logs (chat, ixn, ucs)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Repeated Chat(Chat Loop)
« Reply #2 on: December 19, 2016, 10:21:54 AM »
Check URS logs, why IWS? There must be something wrong in your strategy

Enviado de meu E6633 usando Tapatalk


Offline ajayku14

  • Newbie
  • *
  • Posts: 22
  • Karma: 0
Re: Repeated Chat(Chat Loop)
« Reply #3 on: December 19, 2016, 01:35:45 PM »
Hi Kubig,

It would be great if you provide me the exact keyword to search in IWS logs.

@cavagnaro,

Issue is not for all chats, it's happening intermittently. If it's strategy issue it may happen to for all chats.
Please correct me if I am wrong.

Thaks
Ajay

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Repeated Chat(Chat Loop)
« Reply #4 on: December 19, 2016, 03:02:43 PM »
Will depend on your strategy. Might be a specific scenario. I don't see how IWS could be the origin of that. You need to understand how those chats end up being routed. My guess is you forgot stop object on the target object on your strategy

Enviado de meu E6633 usando Tapatalk


Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Repeated Chat(Chat Loop)
« Reply #5 on: December 19, 2016, 03:20:16 PM »
It can be caused on WDE level - for example if the agent does not accept the incoming chat in specify timeout, etc.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Repeated Chat(Chat Loop)
« Reply #6 on: December 19, 2016, 06:31:06 PM »
Jummm...what he mentions is quite different

Enviado de meu E6633 usando Tapatalk


Offline daniel_san

  • Jr. Member
  • **
  • Posts: 84
  • Karma: 1
Re: Repeated Chat(Chat Loop)
« Reply #7 on: December 20, 2016, 08:45:13 AM »
[quote author=ajayku14 link=topic=10028.msg45486#msg45486 date=1482139308]
Hi All,

In our environment, We are facing issues for chats, Some times chats are getting repeated or same chat getting looped to multiple agents(2 to 3 Agents) until the chat transcript send to end customer. Because of this Agent AHT is showing incorrect.

How to identify from IWS logs weather agent doing mark done properly or not.
Can anyone help me how to resolve this issue or why this issue occurs.

Thanks
Ajay.
[/quote]

Take a look on WDE Logs.

Look for "Start Execution of Chain of Command" including chat like... "Start Execution of Chain of Command InteractionChatAutoClose".

Here you will see what is happening with interactions on WDE.

Regards.

Offline ajayku14

  • Newbie
  • *
  • Posts: 22
  • Karma: 0
Re: Repeated Chat(Chat Loop)
« Reply #8 on: December 21, 2016, 04:17:56 AM »
I have checked in the logs, We are getting ISONLINE(We have already added stop processing block if the ISONLINE value is 0) value always returns 1 even after customer disconnects the chat, because of this reason chats again routing to other agents. I have compared good and bad scenario in the chat server logs, for the bad scenario we are getting "sessionStatus" value changed to "Over" first when ever agent disconnects the chat, after that immediately the "sessionStatus" value changed to "Live" and chat routes to another agent but in Good scenario once "sessionStatus" value changed to "OVER", chat receives  "EventStoprocessing" from interaction server and then chat transcript sends.

can anyone help me how to resolve this issue or any idea how to return ISONLINE value to "0" once agent disconnects the chat.

Thanks
Ajay