3219abde46963d06642ef2c35a96bdb290c0e3e1
[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 _0xf066=['ChatInteraction','lastMsgAt','then','length','map','[CHAT]\x20Interactions\x20to\x20close:','update','format','YYYY-MM-DD\x20HH:mm:ss','join','emit','chatInteraction:update','catch','error','[CHAT]\x20Error\x20closing\x20interactions','inspect','start','lodash','moment','ioredis','util','../../config/environment','../../mysqldb','../logger','redis','localhost','socket.io-emitter','Setting','find','chatTimeout'];(function(_0x2490a8,_0x59eeb9){var _0x13abb6=function(_0xddc771){while(--_0xddc771){_0x2490a8['push'](_0x2490a8['shift']());}};_0x13abb6(++_0x59eeb9);}(_0xf066,0x1f1));var _0x6f06=function(_0x4f4757,_0x44241a){_0x4f4757=_0x4f4757-0x0;var _0x549c37=_0xf066[_0x4f4757];return _0x549c37;};'use strict';var _=require(_0x6f06('0x0'));var moment=require(_0x6f06('0x1'));var Redis=require(_0x6f06('0x2'));var util=require(_0x6f06('0x3'));var config=require(_0x6f06('0x4'));var db=require(_0x6f06('0x5'))['db'];var logger=require(_0x6f06('0x6'))('schedule');config[_0x6f06('0x7')]=_['defaults'](config[_0x6f06('0x7')],{'host':_0x6f06('0x8'),'port':0x18eb});var io=require(_0x6f06('0x9'))(new Redis(config[_0x6f06('0x7')]));function closeInteractions(){var _0x42b387=0x0;var _0x50b1f9=[];return db[_0x6f06('0xa')][_0x6f06('0xb')]({'raw':!![],'attributes':['id',_0x6f06('0xc')],'where':{'id':0x1}})['then'](function(_0x34a741){_0x42b387=_0x34a741[_0x6f06('0xc')];if(_0x42b387){return db[_0x6f06('0xd')]['findAll']({'raw':!![],'attributes':['id',_0x6f06('0xe')],'where':{'closed':![],'lastMsgAt':{'$lt':moment()['subtract'](_0x34a741['chatTimeout'],'minutes')}}});}else{return[];}})[_0x6f06('0xf')](function(_0x3a017e){if(_0x3a017e&&_0x3a017e[_0x6f06('0x10')]){_0x50b1f9=_[_0x6f06('0x11')](_0x3a017e||[],'id');logger['info'](_0x6f06('0x12'),_0x50b1f9['join']());return db[_0x6f06('0xd')][_0x6f06('0x13')]({'closeReason':'system','disposition':'timeout','closed':!![],'closedAt':moment()[_0x6f06('0x14')](_0x6f06('0x15'))},{'where':{'id':_0x50b1f9}});}})[_0x6f06('0xf')](function(){if(_0x50b1f9&&_0x50b1f9[_0x6f06('0x10')]){logger['info']('[CHAT]\x20Sending\x20updates\x20for\x20interactions:',_0x50b1f9[_0x6f06('0x16')]());for(var _0x124379=0x0;_0x124379<_0x50b1f9[_0x6f06('0x10')];_0x124379++){io[_0x6f06('0x17')](_0x6f06('0x18'),{'id':_0x50b1f9[_0x124379],'closed':!![]});}}})[_0x6f06('0x19')](function(_0xd7e45e){logger[_0x6f06('0x1a')](_0x6f06('0x1b'),_0xd7e45e?util[_0x6f06('0x1c')](_0xd7e45e,{'showHidden':![],'depth':null}):'');});}exports[_0x6f06('0x1d')]=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};