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