Built motion from commit 3c2ce842.|2.6.31
[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 _0x5833=['length','emit','catch','error','inspect','ioredis','util','../../config/environment','../../mysqldb','defaults','redis','socket.io-emitter','Setting','find','chatTimeout','then','findAll','subtract','minutes','map','[CHAT]\x20Interactions\x20to\x20close:','join','ChatInteraction','update','system','timeout','YYYY-MM-DD\x20HH:mm:ss','[CHAT]\x20Sending\x20updates\x20for\x20interactions:'];(function(_0x1fcfec,_0x4f5ffa){var _0x4be5c2=function(_0x4c412e){while(--_0x4c412e){_0x1fcfec['push'](_0x1fcfec['shift']());}};_0x4be5c2(++_0x4f5ffa);}(_0x5833,0x1e1));var _0x3583=function(_0x464811,_0x41ffd6){_0x464811=_0x464811-0x0;var _0x3ffa71=_0x5833[_0x464811];return _0x3ffa71;};'use strict';var _=require('lodash');var moment=require('moment');var Redis=require(_0x3583('0x0'));var util=require(_0x3583('0x1'));var config=require(_0x3583('0x2'));var db=require(_0x3583('0x3'))['db'];var logger=require('../logger')('schedule');config['redis']=_[_0x3583('0x4')](config[_0x3583('0x5')],{'host':'localhost','port':0x18eb});var io=require(_0x3583('0x6'))(new Redis(config[_0x3583('0x5')]));function closeInteractions(){var _0x434d3e=0x0;var _0x238de8=[];return db[_0x3583('0x7')][_0x3583('0x8')]({'raw':!![],'attributes':['id',_0x3583('0x9')],'where':{'id':0x1}})[_0x3583('0xa')](function(_0x36870){_0x434d3e=_0x36870['chatTimeout'];if(_0x434d3e){return db['ChatInteraction'][_0x3583('0xb')]({'raw':!![],'attributes':['id','lastMsgAt'],'where':{'closed':![],'lastMsgAt':{'$lt':moment()[_0x3583('0xc')](_0x36870[_0x3583('0x9')],_0x3583('0xd'))}}});}else{return[];}})['then'](function(_0x3210d5){if(_0x3210d5&&_0x3210d5['length']){_0x238de8=_[_0x3583('0xe')](_0x3210d5||[],'id');logger['info'](_0x3583('0xf'),_0x238de8[_0x3583('0x10')]());return db[_0x3583('0x11')][_0x3583('0x12')]({'closeReason':_0x3583('0x13'),'disposition':_0x3583('0x14'),'closed':!![],'closedAt':moment()['format'](_0x3583('0x15'))},{'where':{'id':_0x238de8}});}})[_0x3583('0xa')](function(){if(_0x238de8&&_0x238de8['length']){logger['info'](_0x3583('0x16'),_0x238de8[_0x3583('0x10')]());for(var _0x3c14a7=0x0;_0x3c14a7<_0x238de8[_0x3583('0x17')];_0x3c14a7++){io[_0x3583('0x18')]('chatInteraction:update',{'id':_0x238de8[_0x3c14a7],'closed':!![]});}}})[_0x3583('0x19')](function(_0x2a8ca8){logger[_0x3583('0x1a')]('[CHAT]\x20Error\x20closing\x20interactions',_0x2a8ca8?util[_0x3583('0x1b')](_0x2a8ca8,{'showHidden':![],'depth':null}):'');});}exports['start']=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};