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