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