Author Topic: How to group the continuous message from the same agent?  (Read 3846 times)

0 Members and 1 Guest are viewing this topic.

Vijay_aarambam

  • Jr. Member
  • **
  • Posts: 1
How to group the continuous message from the same agent?
« on: June 29, 2015, 08:29:23 AM »
I want to group the continuous message from same agent.

Example:

Chat Conversation:
Operator: Hi!
Visitor: Hi.
Operator: How may I help you?
Visitor: I need help on ...
Visitor: Also I want to know the details of ...
Operator: Ok. Let me check and update you.

I want the above conversation to be like the following.

Chat Conversation:
Operator: Hi!
Visitor: Hi.
Operator: How may I help you?
Visitor: I need help on ... Also I want to know the details of ...
Operator: Ok. Let me check and update you.


I am using Mibew 2.0 version. I have seen the code is in the default_app.js file. Can anyone please help me to group the continuous message from same agent?