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