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