a25049d25aa3ff71775c1487646cbebbf42eb81c
[motion2.git] / server / config / schedule / chat.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0xe85d=['length','[CHAT]\x20Sending\x20updates\x20for\x20interactions:','emit','chatInteraction:update','catch','inspect','start','lodash','ioredis','util','../../config/environment','../../mysqldb','../logger','redis','socket.io-emitter','chatTimeout','ChatInteraction','findAll','lastMsgAt','minutes','then','info','[CHAT]\x20Interactions\x20to\x20close:','join','update','system','timeout','format','YYYY-MM-DD\x20HH:mm:ss'];(function(_0x21b95c,_0x35c39e){var _0x1ede2f=function(_0x40be0a){while(--_0x40be0a){_0x21b95c['push'](_0x21b95c['shift']());}};_0x1ede2f(++_0x35c39e);}(_0xe85d,0x1ba));var _0xde85=function(_0x55821d,_0x27a22e){_0x55821d=_0x55821d-0x0;var _0x58ea8a=_0xe85d[_0x55821d];return _0x58ea8a;};'use strict';var _=require(_0xde85('0x0'));var moment=require('moment');var Redis=require(_0xde85('0x1'));var util=require(_0xde85('0x2'));var config=require(_0xde85('0x3'));var db=require(_0xde85('0x4'))['db'];var logger=require(_0xde85('0x5'))('schedule');config[_0xde85('0x6')]=_['defaults'](config[_0xde85('0x6')],{'host':'localhost','port':0x18eb});var io=require(_0xde85('0x7'))(new Redis(config['redis']));function closeInteractions(){var _0x11ae84=0x0;var _0x447a07=[];return db['Setting']['find']({'raw':!![],'attributes':['id',_0xde85('0x8')],'where':{'id':0x1}})['then'](function(_0x372f9d){_0x11ae84=_0x372f9d[_0xde85('0x8')];if(_0x11ae84){return db[_0xde85('0x9')][_0xde85('0xa')]({'raw':!![],'attributes':['id',_0xde85('0xb')],'where':{'closed':![],'lastMsgAt':{'$lt':moment()['subtract'](_0x372f9d['chatTimeout'],_0xde85('0xc'))}}});}else{return[];}})[_0xde85('0xd')](function(_0x1a50d8){if(_0x1a50d8&&_0x1a50d8['length']){_0x447a07=_['map'](_0x1a50d8||[],'id');logger[_0xde85('0xe')](_0xde85('0xf'),_0x447a07[_0xde85('0x10')]());return db[_0xde85('0x9')][_0xde85('0x11')]({'closeReason':_0xde85('0x12'),'disposition':_0xde85('0x13'),'closed':!![],'closedAt':moment()[_0xde85('0x14')](_0xde85('0x15'))},{'where':{'id':_0x447a07}});}})[_0xde85('0xd')](function(){if(_0x447a07&&_0x447a07[_0xde85('0x16')]){logger[_0xde85('0xe')](_0xde85('0x17'),_0x447a07[_0xde85('0x10')]());for(var _0x5c7546=0x0;_0x5c7546<_0x447a07[_0xde85('0x16')];_0x5c7546++){io[_0xde85('0x18')](_0xde85('0x19'),{'id':_0x447a07[_0x5c7546],'closed':!![]});}}})[_0xde85('0x1a')](function(_0x105147){logger['error']('[CHAT]\x20Error\x20closing\x20interactions',_0x105147?util[_0xde85('0x1b')](_0x105147,{'showHidden':![],'depth':null}):'');});}exports[_0xde85('0x1c')]=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};