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