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