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