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