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