8b97a1e6b4b503878f6168d34c202995ebeedfcf
[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 _0xd9f7=['length','[WHATSAPP]\x20Sending\x20updates\x20for\x20interactions:','emit','whatsappInteraction:update','error','[WHATSAPP]\x20Error\x20closing\x20interactions','lodash','util','../../config/environment','../../mysqldb','../logger','schedule','redis','socket.io-emitter','WhatsappInteraction','findAll','lastMsgAt','subtract','map','info','[WHATSAPP]\x20Interactions\x20to\x20close:','join','update','system','format','YYYY-MM-DD\x20HH:mm:ss','then'];(function(_0x43c163,_0x16aaf7){var _0x1ce0d0=function(_0x526970){while(--_0x526970){_0x43c163['push'](_0x43c163['shift']());}};_0x1ce0d0(++_0x16aaf7);}(_0xd9f7,0x72));var _0x7d9f=function(_0x35b38d,_0x362b45){_0x35b38d=_0x35b38d-0x0;var _0x5097ba=_0xd9f7[_0x35b38d];return _0x5097ba;};'use strict';var _=require(_0x7d9f('0x0'));var moment=require('moment');var Redis=require('ioredis');var util=require(_0x7d9f('0x1'));var config=require(_0x7d9f('0x2'));var db=require(_0x7d9f('0x3'))['db'];var logger=require(_0x7d9f('0x4'))(_0x7d9f('0x5'));config[_0x7d9f('0x6')]=_['defaults'](config[_0x7d9f('0x6')],{'host':'localhost','port':0x18eb});var io=require(_0x7d9f('0x7'))(new Redis(config[_0x7d9f('0x6')]));function closeInteractions(){var _0x241492=[];return db[_0x7d9f('0x8')][_0x7d9f('0x9')]({'raw':!![],'attributes':['id',_0x7d9f('0xa')],'where':{'closed':![],'lastMsgDirection':'in','lastMsgAt':{'$lt':moment()[_0x7d9f('0xb')](0x18,'hours')}}})['then'](function(_0x15cdd3){if(_0x15cdd3&&_0x15cdd3['length']){_0x241492=_[_0x7d9f('0xc')](_0x15cdd3||[],'id');logger[_0x7d9f('0xd')](_0x7d9f('0xe'),_0x241492[_0x7d9f('0xf')]());return db[_0x7d9f('0x8')][_0x7d9f('0x10')]({'closeReason':_0x7d9f('0x11'),'disposition':'timeout','closed':!![],'closedAt':moment()[_0x7d9f('0x12')](_0x7d9f('0x13'))},{'where':{'id':_0x241492}});}})[_0x7d9f('0x14')](function(){if(_0x241492&&_0x241492[_0x7d9f('0x15')]){logger[_0x7d9f('0xd')](_0x7d9f('0x16'),_0x241492['join']());for(var _0x12de2c=0x0;_0x12de2c<_0x241492[_0x7d9f('0x15')];_0x12de2c++){io[_0x7d9f('0x17')](_0x7d9f('0x18'),{'id':_0x241492[_0x12de2c],'closed':!![]});}}})['catch'](function(_0x5a59b6){logger[_0x7d9f('0x19')](_0x7d9f('0x1a'),_0x5a59b6?util['inspect'](_0x5a59b6,{'showHidden':![],'depth':null}):'');});}exports['start']=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};