Built motion from commit (unavailable).|2.4.17
[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 _0x20a0=['../../config/environment','defaults','redis','localhost','socket.io-emitter','Setting','ChatInteraction','subtract','then','update','system','timeout','format','map','length','emit','chatInteraction:update','catch','lodash','moment','ioredis'];(function(_0x441884,_0x4e546a){var _0x18ca7f=function(_0x5b7ca6){while(--_0x5b7ca6){_0x441884['push'](_0x441884['shift']());}};_0x18ca7f(++_0x4e546a);}(_0x20a0,0xba));var _0x020a=function(_0x2615c4,_0x3b6fa9){_0x2615c4=_0x2615c4-0x0;var _0x42cd3f=_0x20a0[_0x2615c4];return _0x42cd3f;};'use strict';var _=require(_0x020a('0x0'));var moment=require(_0x020a('0x1'));var Redis=require(_0x020a('0x2'));var db=require('../../mysqldb')['db'];var config=require(_0x020a('0x3'));config['redis']=_[_0x020a('0x4')](config[_0x020a('0x5')],{'host':_0x020a('0x6'),'port':0x18eb});var io=require(_0x020a('0x7'))(new Redis(config[_0x020a('0x5')]));function closeInteractions(){var _0x36f473=0x0;var _0x1beedc=[];return db[_0x020a('0x8')]['find']({'raw':!![],'attributes':['id','chatTimeout'],'where':{'id':0x1}})['then'](function(_0x407cfb){_0x36f473=_0x407cfb['chatTimeout'];if(_0x36f473){return db[_0x020a('0x9')]['findAll']({'raw':!![],'attributes':['id','lastMsgAt'],'where':{'closed':![],'lastMsgAt':{'$lt':moment()[_0x020a('0xa')](_0x407cfb['chatTimeout'],'minutes')}}});}else{return[];}})[_0x020a('0xb')](function(_0x24b8da){_0x1beedc=_0x24b8da;if(_0x36f473){return db['ChatInteraction'][_0x020a('0xc')]({'closeReason':_0x020a('0xd'),'disposition':_0x020a('0xe'),'closed':!![],'closedAt':moment()[_0x020a('0xf')]('YYYY-MM-DD\x20HH:mm:ss')},{'where':{'id':_[_0x020a('0x10')](_0x1beedc||[],'id')}});}})[_0x020a('0xb')](function(_0x33c2cf){for(var _0x4a9153=0x0;_0x4a9153<_0x1beedc[_0x020a('0x11')];_0x4a9153++){io[_0x020a('0x12')](_0x020a('0x13'),{'id':_0x1beedc[_0x4a9153]['id'],'closed':!![]});}})[_0x020a('0x14')](function(_0x4c413e){console['error'](_0x4c413e);});}exports['start']=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};