Built motion from commit (unavailable).|2.5.31
[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 _0xdad7=['update','format','YYYY-MM-DD\x20HH:mm:ss','info','emit','chatInteraction:update','error','[CHAT]\x20Error\x20closing\x20interactions','inspect','lodash','moment','ioredis','../../config/environment','../../mysqldb','../logger','schedule','redis','defaults','socket.io-emitter','find','then','chatTimeout','ChatInteraction','findAll','lastMsgAt','subtract','minutes','length','join'];(function(_0x533841,_0x99feb8){var _0x13f790=function(_0x45c766){while(--_0x45c766){_0x533841['push'](_0x533841['shift']());}};_0x13f790(++_0x99feb8);}(_0xdad7,0xf1));var _0x7dad=function(_0xd1d19a,_0x1933f0){_0xd1d19a=_0xd1d19a-0x0;var _0x52a79d=_0xdad7[_0xd1d19a];return _0x52a79d;};'use strict';var _=require(_0x7dad('0x0'));var moment=require(_0x7dad('0x1'));var Redis=require(_0x7dad('0x2'));var util=require('util');var config=require(_0x7dad('0x3'));var db=require(_0x7dad('0x4'))['db'];var logger=require(_0x7dad('0x5'))(_0x7dad('0x6'));config[_0x7dad('0x7')]=_[_0x7dad('0x8')](config[_0x7dad('0x7')],{'host':'localhost','port':0x18eb});var io=require(_0x7dad('0x9'))(new Redis(config[_0x7dad('0x7')]));function closeInteractions(){var _0x42fee0=0x0;var _0x363d4d=[];return db['Setting'][_0x7dad('0xa')]({'raw':!![],'attributes':['id','chatTimeout'],'where':{'id':0x1}})[_0x7dad('0xb')](function(_0x13d865){_0x42fee0=_0x13d865[_0x7dad('0xc')];if(_0x42fee0){return db[_0x7dad('0xd')][_0x7dad('0xe')]({'raw':!![],'attributes':['id',_0x7dad('0xf')],'where':{'closed':![],'lastMsgAt':{'$lt':moment()[_0x7dad('0x10')](_0x13d865[_0x7dad('0xc')],_0x7dad('0x11'))}}});}else{return[];}})[_0x7dad('0xb')](function(_0x1fb69b){if(_0x1fb69b&&_0x1fb69b[_0x7dad('0x12')]){_0x363d4d=_['map'](_0x1fb69b||[],'id');logger['info']('[CHAT]\x20Interactions\x20to\x20close:',_0x363d4d[_0x7dad('0x13')]());return db['ChatInteraction'][_0x7dad('0x14')]({'closeReason':'system','disposition':'timeout','closed':!![],'closedAt':moment()[_0x7dad('0x15')](_0x7dad('0x16'))},{'where':{'id':_0x363d4d}});}})[_0x7dad('0xb')](function(){if(_0x363d4d&&_0x363d4d['length']){logger[_0x7dad('0x17')]('[CHAT]\x20Sending\x20updates\x20for\x20interactions:',_0x363d4d['join']());for(var _0x86f286=0x0;_0x86f286<_0x363d4d[_0x7dad('0x12')];_0x86f286++){io[_0x7dad('0x18')](_0x7dad('0x19'),{'id':_0x363d4d[_0x86f286],'closed':!![]});}}})['catch'](function(_0x32135c){logger[_0x7dad('0x1a')](_0x7dad('0x1b'),_0x32135c?util[_0x7dad('0x1c')](_0x32135c,{'showHidden':![],'depth':null}):'');});}exports['start']=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};