353e37ac05fcaaea31fb1d12c443a1df184fd5d6
[motion2.git] / server / config / schedule / chat.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 _0xd803=['format','YYYY-MM-DD\x20HH:mm:ss','[CHAT]\x20Sending\x20updates\x20for\x20interactions:','join','emit','inspect','start','lodash','moment','ioredis','../logger','schedule','redis','socket.io-emitter','find','chatTimeout','ChatInteraction','lastMsgAt','subtract','minutes','then','length','map','info','update','system'];(function(_0x1738b3,_0x4f4ec3){var _0x462fbc=function(_0x45bdf9){while(--_0x45bdf9){_0x1738b3['push'](_0x1738b3['shift']());}};_0x462fbc(++_0x4f4ec3);}(_0xd803,0xbd));var _0x3d80=function(_0x3b7c4d,_0x43c187){_0x3b7c4d=_0x3b7c4d-0x0;var _0x3995b2=_0xd803[_0x3b7c4d];return _0x3995b2;};'use strict';var _=require(_0x3d80('0x0'));var moment=require(_0x3d80('0x1'));var Redis=require(_0x3d80('0x2'));var util=require('util');var config=require('../../config/environment');var db=require('../../mysqldb')['db'];var logger=require(_0x3d80('0x3'))(_0x3d80('0x4'));config[_0x3d80('0x5')]=_['defaults'](config[_0x3d80('0x5')],{'host':'localhost','port':0x18eb});var io=require(_0x3d80('0x6'))(new Redis(config['redis']));function closeInteractions(){var _0x54c688=0x0;var _0x49ad46=[];return db['Setting'][_0x3d80('0x7')]({'raw':!![],'attributes':['id',_0x3d80('0x8')],'where':{'id':0x1}})['then'](function(_0x1e4458){_0x54c688=_0x1e4458[_0x3d80('0x8')];if(_0x54c688){return db[_0x3d80('0x9')]['findAll']({'raw':!![],'attributes':['id',_0x3d80('0xa')],'where':{'closed':![],'lastMsgAt':{'$lt':moment()[_0x3d80('0xb')](_0x1e4458[_0x3d80('0x8')],_0x3d80('0xc'))}}});}else{return[];}})[_0x3d80('0xd')](function(_0x5e6c36){if(_0x5e6c36&&_0x5e6c36[_0x3d80('0xe')]){_0x49ad46=_[_0x3d80('0xf')](_0x5e6c36||[],'id');logger[_0x3d80('0x10')]('[CHAT]\x20Interactions\x20to\x20close:',_0x49ad46['join']());return db[_0x3d80('0x9')][_0x3d80('0x11')]({'closeReason':_0x3d80('0x12'),'disposition':'timeout','closed':!![],'closedAt':moment()[_0x3d80('0x13')](_0x3d80('0x14'))},{'where':{'id':_0x49ad46}});}})['then'](function(){if(_0x49ad46&&_0x49ad46[_0x3d80('0xe')]){logger['info'](_0x3d80('0x15'),_0x49ad46[_0x3d80('0x16')]());for(var _0x3e19ee=0x0;_0x3e19ee<_0x49ad46[_0x3d80('0xe')];_0x3e19ee++){io[_0x3d80('0x17')]('chatInteraction:update',{'id':_0x49ad46[_0x3e19ee],'closed':!![]});}}})['catch'](function(_0xd70904){logger['error']('[CHAT]\x20Error\x20closing\x20interactions',_0xd70904?util[_0x3d80('0x18')](_0xd70904,{'showHidden':![],'depth':null}):'');});}exports[_0x3d80('0x19')]=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};