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