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