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