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