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