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