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