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