Built motion from commit c116dc8b.|2.6.30
[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 _0x44ba=['catch','[CHAT]\x20Error\x20closing\x20interactions','inspect','start','lodash','../../config/environment','../../mysqldb','../logger','schedule','redis','socket.io-emitter','Setting','find','then','chatTimeout','ChatInteraction','findAll','lastMsgAt','subtract','length','map','info','join','format','YYYY-MM-DD\x20HH:mm:ss','[CHAT]\x20Sending\x20updates\x20for\x20interactions:','emit'];(function(_0x116e11,_0x4e82eb){var _0x7bf5da=function(_0x5d3bea){while(--_0x5d3bea){_0x116e11['push'](_0x116e11['shift']());}};_0x7bf5da(++_0x4e82eb);}(_0x44ba,0xc1));var _0xa44b=function(_0x1aee46,_0x35a25f){_0x1aee46=_0x1aee46-0x0;var _0xf2be12=_0x44ba[_0x1aee46];return _0xf2be12;};'use strict';var _=require(_0xa44b('0x0'));var moment=require('moment');var Redis=require('ioredis');var util=require('util');var config=require(_0xa44b('0x1'));var db=require(_0xa44b('0x2'))['db'];var logger=require(_0xa44b('0x3'))(_0xa44b('0x4'));config[_0xa44b('0x5')]=_['defaults'](config[_0xa44b('0x5')],{'host':'localhost','port':0x18eb});var io=require(_0xa44b('0x6'))(new Redis(config[_0xa44b('0x5')]));function closeInteractions(){var _0x135cd0=0x0;var _0x466b20=[];return db[_0xa44b('0x7')][_0xa44b('0x8')]({'raw':!![],'attributes':['id','chatTimeout'],'where':{'id':0x1}})[_0xa44b('0x9')](function(_0x1a083b){_0x135cd0=_0x1a083b[_0xa44b('0xa')];if(_0x135cd0){return db[_0xa44b('0xb')][_0xa44b('0xc')]({'raw':!![],'attributes':['id',_0xa44b('0xd')],'where':{'closed':![],'lastMsgAt':{'$lt':moment()[_0xa44b('0xe')](_0x1a083b['chatTimeout'],'minutes')}}});}else{return[];}})[_0xa44b('0x9')](function(_0x3c0c13){if(_0x3c0c13&&_0x3c0c13[_0xa44b('0xf')]){_0x466b20=_[_0xa44b('0x10')](_0x3c0c13||[],'id');logger[_0xa44b('0x11')]('[CHAT]\x20Interactions\x20to\x20close:',_0x466b20[_0xa44b('0x12')]());return db[_0xa44b('0xb')]['update']({'closeReason':'system','disposition':'timeout','closed':!![],'closedAt':moment()[_0xa44b('0x13')](_0xa44b('0x14'))},{'where':{'id':_0x466b20}});}})[_0xa44b('0x9')](function(){if(_0x466b20&&_0x466b20[_0xa44b('0xf')]){logger['info'](_0xa44b('0x15'),_0x466b20['join']());for(var _0x36b480=0x0;_0x36b480<_0x466b20[_0xa44b('0xf')];_0x36b480++){io[_0xa44b('0x16')]('chatInteraction:update',{'id':_0x466b20[_0x36b480],'closed':!![]});}}})[_0xa44b('0x17')](function(_0x2366a2){logger['error'](_0xa44b('0x18'),_0x2366a2?util[_0xa44b('0x19')](_0x2366a2,{'showHidden':![],'depth':null}):'');});}exports[_0xa44b('0x1a')]=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};