18aaa5a9d3929da3dc5d346b52e5001032aa6efc
[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 _0xc57a=['join','update','system','timeout','format','YYYY-MM-DD\x20HH:mm:ss','[CHAT]\x20Sending\x20updates\x20for\x20interactions:','emit','chatInteraction:update','catch','error','start','lodash','moment','ioredis','util','../logger','schedule','redis','defaults','socket.io-emitter','find','chatTimeout','then','ChatInteraction','findAll','lastMsgAt','minutes','length','map','info','[CHAT]\x20Interactions\x20to\x20close:'];(function(_0x1cc99d,_0x173d52){var _0x565d74=function(_0x2abb33){while(--_0x2abb33){_0x1cc99d['push'](_0x1cc99d['shift']());}};_0x565d74(++_0x173d52);}(_0xc57a,0x1ec));var _0xac57=function(_0x428751,_0x1eb9c3){_0x428751=_0x428751-0x0;var _0x147aff=_0xc57a[_0x428751];return _0x147aff;};'use strict';var _=require(_0xac57('0x0'));var moment=require(_0xac57('0x1'));var Redis=require(_0xac57('0x2'));var util=require(_0xac57('0x3'));var config=require('../../config/environment');var db=require('../../mysqldb')['db'];var logger=require(_0xac57('0x4'))(_0xac57('0x5'));config[_0xac57('0x6')]=_[_0xac57('0x7')](config['redis'],{'host':'localhost','port':0x18eb});var io=require(_0xac57('0x8'))(new Redis(config['redis']));function closeInteractions(){var _0x433e3a=0x0;var _0x51fe02=[];return db['Setting'][_0xac57('0x9')]({'raw':!![],'attributes':['id',_0xac57('0xa')],'where':{'id':0x1}})[_0xac57('0xb')](function(_0x2819fb){_0x433e3a=_0x2819fb[_0xac57('0xa')];if(_0x433e3a){return db[_0xac57('0xc')][_0xac57('0xd')]({'raw':!![],'attributes':['id',_0xac57('0xe')],'where':{'closed':![],'lastMsgAt':{'$lt':moment()['subtract'](_0x2819fb['chatTimeout'],_0xac57('0xf'))}}});}else{return[];}})[_0xac57('0xb')](function(_0x3ca4db){if(_0x3ca4db&&_0x3ca4db[_0xac57('0x10')]){_0x51fe02=_[_0xac57('0x11')](_0x3ca4db||[],'id');logger[_0xac57('0x12')](_0xac57('0x13'),_0x51fe02[_0xac57('0x14')]());return db['ChatInteraction'][_0xac57('0x15')]({'closeReason':_0xac57('0x16'),'disposition':_0xac57('0x17'),'closed':!![],'closedAt':moment()[_0xac57('0x18')](_0xac57('0x19'))},{'where':{'id':_0x51fe02}});}})[_0xac57('0xb')](function(){if(_0x51fe02&&_0x51fe02['length']){logger[_0xac57('0x12')](_0xac57('0x1a'),_0x51fe02[_0xac57('0x14')]());for(var _0x2415c3=0x0;_0x2415c3<_0x51fe02['length'];_0x2415c3++){io[_0xac57('0x1b')](_0xac57('0x1c'),{'id':_0x51fe02[_0x2415c3],'closed':!![]});}}})[_0xac57('0x1d')](function(_0x33d6c7){logger[_0xac57('0x1e')]('[CHAT]\x20Error\x20closing\x20interactions',_0x33d6c7?util['inspect'](_0x33d6c7,{'showHidden':![],'depth':null}):'');});}exports[_0xac57('0x1f')]=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};