9c4c1116210c0c6cdeed563946b302dee11a2197
[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 _0x8506=['map','info','[WHATSAPP]\x20Interactions\x20to\x20close:','join','WhatsappInteraction','system','timeout','format','YYYY-MM-DD\x20HH:mm:ss','length','[WHATSAPP]\x20Sending\x20updates\x20for\x20interactions:','emit','whatsappInteraction:update','[WHATSAPP]\x20Error\x20closing\x20interactions','inspect','start','moment','util','../../mysqldb','schedule','redis','defaults','localhost','socket.io-emitter','subtract','hours','then'];(function(_0x2d08c7,_0x42a871){var _0x4fb758=function(_0x4b227f){while(--_0x4b227f){_0x2d08c7['push'](_0x2d08c7['shift']());}};_0x4fb758(++_0x42a871);}(_0x8506,0xe8));var _0x6850=function(_0x7f4605,_0x1111bc){_0x7f4605=_0x7f4605-0x0;var _0x3d8ec3=_0x8506[_0x7f4605];return _0x3d8ec3;};'use strict';var _=require('lodash');var moment=require(_0x6850('0x0'));var Redis=require('ioredis');var util=require(_0x6850('0x1'));var config=require('../../config/environment');var db=require(_0x6850('0x2'))['db'];var logger=require('../logger')(_0x6850('0x3'));config[_0x6850('0x4')]=_[_0x6850('0x5')](config['redis'],{'host':_0x6850('0x6'),'port':0x18eb});var io=require(_0x6850('0x7'))(new Redis(config[_0x6850('0x4')]));function closeInteractions(){var _0x3c301f=[];return db['WhatsappInteraction']['findAll']({'raw':!![],'attributes':['id','lastMsgAt'],'where':{'closed':![],'lastMsgDirection':'in','lastMsgAt':{'$lt':moment()[_0x6850('0x8')](0x18,_0x6850('0x9'))}}})[_0x6850('0xa')](function(_0x589417){if(_0x589417&&_0x589417['length']){_0x3c301f=_[_0x6850('0xb')](_0x589417||[],'id');logger[_0x6850('0xc')](_0x6850('0xd'),_0x3c301f[_0x6850('0xe')]());return db[_0x6850('0xf')]['update']({'closeReason':_0x6850('0x10'),'disposition':_0x6850('0x11'),'closed':!![],'closedAt':moment()[_0x6850('0x12')](_0x6850('0x13'))},{'where':{'id':_0x3c301f}});}})[_0x6850('0xa')](function(){if(_0x3c301f&&_0x3c301f[_0x6850('0x14')]){logger['info'](_0x6850('0x15'),_0x3c301f[_0x6850('0xe')]());for(var _0x3b4dc5=0x0;_0x3b4dc5<_0x3c301f[_0x6850('0x14')];_0x3b4dc5++){io[_0x6850('0x16')](_0x6850('0x17'),{'id':_0x3c301f[_0x3b4dc5],'closed':!![]});}}})['catch'](function(_0x223e40){logger['error'](_0x6850('0x18'),_0x223e40?util[_0x6850('0x19')](_0x223e40,{'showHidden':![],'depth':null}):'');});}exports[_0x6850('0x1a')]=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};