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