How to setup automatic chat's closing/purging?
For it you have to setup in chat configuration
To execute process itself there is two options
- Execute automatic chats closing/purging in back office by navigating to "System configuration" => "Live help configuration" => "Maintenence" and there you will be able to close, delete chats
- If you do not want manually maintain these things you can just setup cronjob
What chat's closes "Automatic chats closing. 0 - disabled, n > 0 time in minutes before chat is automatically closed"?
- Where chat is active and visitor has send more than one message and from his last message passed defined amount of time
- Where chat is pending or active and the only message was visitor first message
What chat's closes "Automatically close active chat if from last visitor/operator message passed. 0 - disabled, n > 0 time in minutes"?
- We close all active chats if from last chat activity passed defined amount of time. Activity happens on
- Operator accepts a chat
- Visitor writes a message
- Operator writes a message
What chat's closes "Automatic pending chats closing. 0 - disabled, n > 0 time in minutes before chat is automatically closed"?
- Where chat is pending and from chat start passed defined amount of time. Means chat was not accepted for this period of time.
What chat's closes "Automatic active chats closing. 0 - disabled, n > 0 time in minutes before chat is automatically closed"?
- Where chat is active and from chat start passed defined amount of time.
What chat's closes "Automatic bot chats closing. 0 - disabled, n > 0 time in minutes before chat is automatically closed"?
- Where chat is bot chat and from chat start passed defined amount of time, and the only message was user first message.
- Where chat is bot chat and from last visitor message passed defined amount of time.
What chat's deletes "Automatic chats purging. 0 - disabled, n > 0 time in minutes before chat is automatically deleted"?
- Chat is closed and from user last message passed defined amount of time.
What chat's closes "Automatically close pending chats where visitor has left a chat. Timeout in minutes, last activity by visitor desktop timeout
,mobile timeout
,status chat
."?
- Chats where visitor
- Has been redirected to survey form
- Has been redirected to offline form
- Has closed chat explicitly
- Visitor was seen online based on defined timeout values
desktop timout
- applies to desktop devicesmobile timeout
- applies to mobile and tablet devicesstatus chat
-- 0 or absent close include only pending,
- 1 - include only active
- 2 - include pending and active chats
- 3 - pending/bot chats
- 4 - only bot chats
- E.g
1,3
would mean that pending chats wheredesktop timeout
is 1 minutes andmobile timeout
is 3 minutes will be closed automatically. - E.g
1,3,1
would mean that active chats wheredesktop timeout
is 1 minutes andmobile timeout
is 3 minutes will be closed automatically. - E.g
1,3,2
would mean that active/pending chats wheredesktop timeout
is 1 minutes andmobile timeout
is 3 minutes will be closed automatically. - E.g
20,30,3
would mean that pending/bot chats wheredesktop timeout
is 20 minutes andmobile timeout
is 30 minutes will be closed automatically.