Built motion from commit 14588770.|2.5.38
[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 _0x2bf1=['minutes','length','map','info','[CHAT]\x20Interactions\x20to\x20close:','join','update','system','format','YYYY-MM-DD\x20HH:mm:ss','emit','chatInteraction:update','catch','error','[CHAT]\x20Error\x20closing\x20interactions','inspect','start','ioredis','util','../../config/environment','../logger','redis','defaults','socket.io-emitter','Setting','find','then','chatTimeout','ChatInteraction','findAll','lastMsgAt','subtract'];(function(_0x30ae5e,_0x391fc4){var _0x1f2e93=function(_0x60307d){while(--_0x60307d){_0x30ae5e['push'](_0x30ae5e['shift']());}};_0x1f2e93(++_0x391fc4);}(_0x2bf1,0x1b1));var _0x12bf=function(_0x5608a3,_0x5b33c5){_0x5608a3=_0x5608a3-0x0;var _0x1ed50a=_0x2bf1[_0x5608a3];return _0x1ed50a;};'use strict';var _=require('lodash');var moment=require('moment');var Redis=require(_0x12bf('0x0'));var util=require(_0x12bf('0x1'));var config=require(_0x12bf('0x2'));var db=require('../../mysqldb')['db'];var logger=require(_0x12bf('0x3'))('schedule');config[_0x12bf('0x4')]=_[_0x12bf('0x5')](config['redis'],{'host':'localhost','port':0x18eb});var io=require(_0x12bf('0x6'))(new Redis(config[_0x12bf('0x4')]));function closeInteractions(){var _0x37e4a0=0x0;var _0x3fce63=[];return db[_0x12bf('0x7')][_0x12bf('0x8')]({'raw':!![],'attributes':['id','chatTimeout'],'where':{'id':0x1}})[_0x12bf('0x9')](function(_0x10c93d){_0x37e4a0=_0x10c93d[_0x12bf('0xa')];if(_0x37e4a0){return db[_0x12bf('0xb')][_0x12bf('0xc')]({'raw':!![],'attributes':['id',_0x12bf('0xd')],'where':{'closed':![],'lastMsgAt':{'$lt':moment()[_0x12bf('0xe')](_0x10c93d[_0x12bf('0xa')],_0x12bf('0xf'))}}});}else{return[];}})[_0x12bf('0x9')](function(_0x5337bf){if(_0x5337bf&&_0x5337bf[_0x12bf('0x10')]){_0x3fce63=_[_0x12bf('0x11')](_0x5337bf||[],'id');logger[_0x12bf('0x12')](_0x12bf('0x13'),_0x3fce63[_0x12bf('0x14')]());return db[_0x12bf('0xb')][_0x12bf('0x15')]({'closeReason':_0x12bf('0x16'),'disposition':'timeout','closed':!![],'closedAt':moment()[_0x12bf('0x17')](_0x12bf('0x18'))},{'where':{'id':_0x3fce63}});}})[_0x12bf('0x9')](function(){if(_0x3fce63&&_0x3fce63[_0x12bf('0x10')]){logger['info']('[CHAT]\x20Sending\x20updates\x20for\x20interactions:',_0x3fce63[_0x12bf('0x14')]());for(var _0x4c2632=0x0;_0x4c2632<_0x3fce63[_0x12bf('0x10')];_0x4c2632++){io[_0x12bf('0x19')](_0x12bf('0x1a'),{'id':_0x3fce63[_0x4c2632],'closed':!![]});}}})[_0x12bf('0x1b')](function(_0x12c951){logger[_0x12bf('0x1c')](_0x12bf('0x1d'),_0x12c951?util[_0x12bf('0x1e')](_0x12c951,{'showHidden':![],'depth':null}):'');});}exports[_0x12bf('0x1f')]=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};