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