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