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