Built motion from commit 10af8726.|2.6.34
[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 _0xfc74=['error','[CHAT]\x20Error\x20closing\x20interactions','start','moment','ioredis','util','../../mysqldb','schedule','redis','defaults','localhost','socket.io-emitter','Setting','find','chatTimeout','ChatInteraction','findAll','subtract','length','info','join','update','system','timeout','format','YYYY-MM-DD\x20HH:mm:ss','[CHAT]\x20Sending\x20updates\x20for\x20interactions:','emit'];(function(_0x101e7b,_0x4ef05b){var _0x4995c0=function(_0x1a6488){while(--_0x1a6488){_0x101e7b['push'](_0x101e7b['shift']());}};_0x4995c0(++_0x4ef05b);}(_0xfc74,0x8f));var _0x4fc7=function(_0x297518,_0xd7ff11){_0x297518=_0x297518-0x0;var _0xecdf50=_0xfc74[_0x297518];return _0xecdf50;};'use strict';var _=require('lodash');var moment=require(_0x4fc7('0x0'));var Redis=require(_0x4fc7('0x1'));var util=require(_0x4fc7('0x2'));var config=require('../../config/environment');var db=require(_0x4fc7('0x3'))['db'];var logger=require('../logger')(_0x4fc7('0x4'));config[_0x4fc7('0x5')]=_[_0x4fc7('0x6')](config[_0x4fc7('0x5')],{'host':_0x4fc7('0x7'),'port':0x18eb});var io=require(_0x4fc7('0x8'))(new Redis(config[_0x4fc7('0x5')]));function closeInteractions(){var _0xfc623d=0x0;var _0x3e1431=[];return db[_0x4fc7('0x9')][_0x4fc7('0xa')]({'raw':!![],'attributes':['id',_0x4fc7('0xb')],'where':{'id':0x1}})['then'](function(_0x152cb4){_0xfc623d=_0x152cb4[_0x4fc7('0xb')];if(_0xfc623d){return db[_0x4fc7('0xc')][_0x4fc7('0xd')]({'raw':!![],'attributes':['id','lastMsgAt'],'where':{'closed':![],'lastMsgAt':{'$lt':moment()[_0x4fc7('0xe')](_0x152cb4['chatTimeout'],'minutes')}}});}else{return[];}})['then'](function(_0x585ac0){if(_0x585ac0&&_0x585ac0[_0x4fc7('0xf')]){_0x3e1431=_['map'](_0x585ac0||[],'id');logger[_0x4fc7('0x10')]('[CHAT]\x20Interactions\x20to\x20close:',_0x3e1431[_0x4fc7('0x11')]());return db[_0x4fc7('0xc')][_0x4fc7('0x12')]({'closeReason':_0x4fc7('0x13'),'disposition':_0x4fc7('0x14'),'closed':!![],'closedAt':moment()[_0x4fc7('0x15')](_0x4fc7('0x16'))},{'where':{'id':_0x3e1431}});}})['then'](function(){if(_0x3e1431&&_0x3e1431['length']){logger[_0x4fc7('0x10')](_0x4fc7('0x17'),_0x3e1431[_0x4fc7('0x11')]());for(var _0x102f4f=0x0;_0x102f4f<_0x3e1431[_0x4fc7('0xf')];_0x102f4f++){io[_0x4fc7('0x18')]('chatInteraction:update',{'id':_0x3e1431[_0x102f4f],'closed':!![]});}}})['catch'](function(_0x32ac47){logger[_0x4fc7('0x19')](_0x4fc7('0x1a'),_0x32ac47?util['inspect'](_0x32ac47,{'showHidden':![],'depth':null}):'');});}exports[_0x4fc7('0x1b')]=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};