21689524b68bcebfcd177779706bff2fb6344a9b
[motion2.git] / server / config / schedule / whatsapp.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 _0x2fe5=['[WHATSAPP]\x20Error\x20closing\x20interactions','inspect','start','lodash','moment','ioredis','util','../../config/environment','../../mysqldb','../logger','redis','localhost','socket.io-emitter','WhatsappInteraction','findAll','subtract','then','info','join','update','system','format','YYYY-MM-DD\x20HH:mm:ss','length','catch','error'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0x2fe5,0x1bd));var _0x52fe=function(_0x57b54c,_0x54ce0d){_0x57b54c=_0x57b54c-0x0;var _0x59cc19=_0x2fe5[_0x57b54c];return _0x59cc19;};'use strict';var _=require(_0x52fe('0x0'));var moment=require(_0x52fe('0x1'));var Redis=require(_0x52fe('0x2'));var util=require(_0x52fe('0x3'));var config=require(_0x52fe('0x4'));var db=require(_0x52fe('0x5'))['db'];var logger=require(_0x52fe('0x6'))('schedule');config[_0x52fe('0x7')]=_['defaults'](config[_0x52fe('0x7')],{'host':_0x52fe('0x8'),'port':0x18eb});var io=require(_0x52fe('0x9'))(new Redis(config[_0x52fe('0x7')]));function closeInteractions(){var _0x2d10f5=[];return db[_0x52fe('0xa')][_0x52fe('0xb')]({'raw':!![],'attributes':['id','lastMsgAt'],'where':{'closed':![],'lastMsgDirection':'in','lastMsgAt':{'$lt':moment()[_0x52fe('0xc')](0x18,'hours')}}})[_0x52fe('0xd')](function(_0x1a0477){if(_0x1a0477&&_0x1a0477['length']){_0x2d10f5=_['map'](_0x1a0477||[],'id');logger[_0x52fe('0xe')]('[WHATSAPP]\x20Interactions\x20to\x20close:',_0x2d10f5[_0x52fe('0xf')]());return db[_0x52fe('0xa')][_0x52fe('0x10')]({'closeReason':_0x52fe('0x11'),'disposition':'timeout','closed':!![],'closedAt':moment()[_0x52fe('0x12')](_0x52fe('0x13'))},{'where':{'id':_0x2d10f5}});}})[_0x52fe('0xd')](function(){if(_0x2d10f5&&_0x2d10f5[_0x52fe('0x14')]){logger[_0x52fe('0xe')]('[WHATSAPP]\x20Sending\x20updates\x20for\x20interactions:',_0x2d10f5['join']());for(var _0x5d82f9=0x0;_0x5d82f9<_0x2d10f5['length'];_0x5d82f9++){io['emit']('whatsappInteraction:update',{'id':_0x2d10f5[_0x5d82f9],'closed':!![]});}}})[_0x52fe('0x15')](function(_0x419102){logger[_0x52fe('0x16')](_0x52fe('0x17'),_0x419102?util[_0x52fe('0x18')](_0x419102,{'showHidden':![],'depth':null}):'');});}exports[_0x52fe('0x19')]=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};