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