Built motion from commit (unavailable).|2.5.16
[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 _0xebc4=['lodash','moment','util','../../config/environment','schedule','redis','defaults','localhost','socket.io-emitter','Setting','find','chatTimeout','then','ChatInteraction','subtract','minutes','length','info','[CHAT]\x20Interactions\x20to\x20close:','join','update','timeout','[CHAT]\x20Sending\x20updates\x20for\x20interactions:','emit','start'];(function(_0x3ae89c,_0x4bc1d3){var _0x54df34=function(_0x196622){while(--_0x196622){_0x3ae89c['push'](_0x3ae89c['shift']());}};_0x54df34(++_0x4bc1d3);}(_0xebc4,0xe1));var _0x4ebc=function(_0x3b0798,_0xf6b51){_0x3b0798=_0x3b0798-0x0;var _0x35a119=_0xebc4[_0x3b0798];return _0x35a119;};'use strict';var _=require(_0x4ebc('0x0'));var moment=require(_0x4ebc('0x1'));var Redis=require('ioredis');var util=require(_0x4ebc('0x2'));var config=require(_0x4ebc('0x3'));var db=require('../../mysqldb')['db'];var logger=require('../logger')(_0x4ebc('0x4'));config[_0x4ebc('0x5')]=_[_0x4ebc('0x6')](config[_0x4ebc('0x5')],{'host':_0x4ebc('0x7'),'port':0x18eb});var io=require(_0x4ebc('0x8'))(new Redis(config['redis']));function closeInteractions(){var _0x375fe5=0x0;var _0x6f527e=[];return db[_0x4ebc('0x9')][_0x4ebc('0xa')]({'raw':!![],'attributes':['id',_0x4ebc('0xb')],'where':{'id':0x1}})[_0x4ebc('0xc')](function(_0xf7285){_0x375fe5=_0xf7285['chatTimeout'];if(_0x375fe5){return db[_0x4ebc('0xd')]['findAll']({'raw':!![],'attributes':['id','lastMsgAt'],'where':{'closed':![],'lastMsgAt':{'$lt':moment()[_0x4ebc('0xe')](_0xf7285[_0x4ebc('0xb')],_0x4ebc('0xf'))}}});}else{return[];}})['then'](function(_0x543770){if(_0x543770&&_0x543770[_0x4ebc('0x10')]){_0x6f527e=_['map'](_0x543770||[],'id');logger[_0x4ebc('0x11')](_0x4ebc('0x12'),_0x6f527e[_0x4ebc('0x13')]());return db[_0x4ebc('0xd')][_0x4ebc('0x14')]({'closeReason':'system','disposition':_0x4ebc('0x15'),'closed':!![],'closedAt':moment()['format']('YYYY-MM-DD\x20HH:mm:ss')},{'where':{'id':_0x6f527e}});}})[_0x4ebc('0xc')](function(){if(_0x6f527e&&_0x6f527e['length']){logger['info'](_0x4ebc('0x16'),_0x6f527e[_0x4ebc('0x13')]());for(var _0xb017b3=0x0;_0xb017b3<_0x6f527e[_0x4ebc('0x10')];_0xb017b3++){io[_0x4ebc('0x17')]('chatInteraction:update',{'id':_0x6f527e[_0xb017b3],'closed':!![]});}}})['catch'](function(_0x5190ff){logger['error']('[CHAT]\x20Error\x20closing\x20interactions',_0x5190ff?util['inspect'](_0x5190ff,{'showHidden':![],'depth':null}):'');});}exports[_0x4ebc('0x18')]=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};