Built motion from commit 449495f6.|2.6.27
[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 _0xdb73=['catch','error','[WHATSAPP]\x20Error\x20closing\x20interactions','inspect','lodash','moment','ioredis','util','../../config/environment','../logger','redis','socket.io-emitter','WhatsappInteraction','findAll','subtract','length','map','info','join','update','timeout','format','YYYY-MM-DD\x20HH:mm:ss','then','emit','whatsappInteraction:update'];(function(_0x56f9ce,_0x3307f7){var _0x126964=function(_0x364a97){while(--_0x364a97){_0x56f9ce['push'](_0x56f9ce['shift']());}};_0x126964(++_0x3307f7);}(_0xdb73,0x122));var _0x3db7=function(_0xa5a0f2,_0x4a0114){_0xa5a0f2=_0xa5a0f2-0x0;var _0x36df4d=_0xdb73[_0xa5a0f2];return _0x36df4d;};'use strict';var _=require(_0x3db7('0x0'));var moment=require(_0x3db7('0x1'));var Redis=require(_0x3db7('0x2'));var util=require(_0x3db7('0x3'));var config=require(_0x3db7('0x4'));var db=require('../../mysqldb')['db'];var logger=require(_0x3db7('0x5'))('schedule');config[_0x3db7('0x6')]=_['defaults'](config[_0x3db7('0x6')],{'host':'localhost','port':0x18eb});var io=require(_0x3db7('0x7'))(new Redis(config['redis']));function closeInteractions(){var _0x39903f=[];return db[_0x3db7('0x8')][_0x3db7('0x9')]({'raw':!![],'attributes':['id','lastMsgAt'],'where':{'closed':![],'lastMsgDirection':'in','lastMsgAt':{'$lt':moment()[_0x3db7('0xa')](0x18,'hours')}}})['then'](function(_0xd82527){if(_0xd82527&&_0xd82527[_0x3db7('0xb')]){_0x39903f=_[_0x3db7('0xc')](_0xd82527||[],'id');logger[_0x3db7('0xd')]('[WHATSAPP]\x20Interactions\x20to\x20close:',_0x39903f[_0x3db7('0xe')]());return db[_0x3db7('0x8')][_0x3db7('0xf')]({'closeReason':'system','disposition':_0x3db7('0x10'),'closed':!![],'closedAt':moment()[_0x3db7('0x11')](_0x3db7('0x12'))},{'where':{'id':_0x39903f}});}})[_0x3db7('0x13')](function(){if(_0x39903f&&_0x39903f[_0x3db7('0xb')]){logger[_0x3db7('0xd')]('[WHATSAPP]\x20Sending\x20updates\x20for\x20interactions:',_0x39903f[_0x3db7('0xe')]());for(var _0x365cdc=0x0;_0x365cdc<_0x39903f[_0x3db7('0xb')];_0x365cdc++){io[_0x3db7('0x14')](_0x3db7('0x15'),{'id':_0x39903f[_0x365cdc],'closed':!![]});}}})[_0x3db7('0x16')](function(_0x26bfb6){logger[_0x3db7('0x17')](_0x3db7('0x18'),_0x26bfb6?util[_0x3db7('0x19')](_0x26bfb6,{'showHidden':![],'depth':null}):'');});}exports['start']=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};