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