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