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