24dc33742907b9d56894378b27421d39ea5c3555
[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 _0x027d=['ioredis','../../mysqldb','redis','defaults','socket.io-emitter','Setting','find','chatTimeout','then','ChatInteraction','findAll','lastMsgAt','subtract','minutes','update','timeout','map','length','catch','error','lodash','moment'];(function(_0x6c993a,_0x5ea3ab){var _0x27f547=function(_0x22df20){while(--_0x22df20){_0x6c993a['push'](_0x6c993a['shift']());}};_0x27f547(++_0x5ea3ab);}(_0x027d,0x98));var _0xd027=function(_0x17bf48,_0x454898){_0x17bf48=_0x17bf48-0x0;var _0x12ff47=_0x027d[_0x17bf48];return _0x12ff47;};'use strict';var _=require(_0xd027('0x0'));var moment=require(_0xd027('0x1'));var Redis=require(_0xd027('0x2'));var db=require(_0xd027('0x3'))['db'];var config=require('../../config/environment');config[_0xd027('0x4')]=_[_0xd027('0x5')](config[_0xd027('0x4')],{'host':'localhost','port':0x18eb});var io=require(_0xd027('0x6'))(new Redis(config[_0xd027('0x4')]));function closeInteractions(){var _0x45846a=0x0;var _0x17bc26=[];return db[_0xd027('0x7')][_0xd027('0x8')]({'raw':!![],'attributes':['id',_0xd027('0x9')],'where':{'id':0x1}})[_0xd027('0xa')](function(_0x50d75b){_0x45846a=_0x50d75b[_0xd027('0x9')];if(_0x45846a){return db[_0xd027('0xb')][_0xd027('0xc')]({'raw':!![],'attributes':['id',_0xd027('0xd')],'where':{'closed':![],'lastMsgAt':{'$lt':moment()[_0xd027('0xe')](_0x50d75b[_0xd027('0x9')],_0xd027('0xf'))}}});}else{return[];}})[_0xd027('0xa')](function(_0x487c4e){_0x17bc26=_0x487c4e;if(_0x45846a){return db[_0xd027('0xb')][_0xd027('0x10')]({'closeReason':'system','disposition':_0xd027('0x11'),'closed':!![],'closedAt':moment()['format']('YYYY-MM-DD\x20HH:mm:ss')},{'where':{'id':_[_0xd027('0x12')](_0x17bc26||[],'id')}});}})[_0xd027('0xa')](function(_0x123ca4){for(var _0x59b853=0x0;_0x59b853<_0x17bc26[_0xd027('0x13')];_0x59b853++){io['emit']('chatInteraction:update',{'id':_0x17bc26[_0x59b853]['id'],'closed':!![]});}})[_0xd027('0x14')](function(_0x2fc5dd){console[_0xd027('0x15')](_0x2fc5dd);});}exports['start']=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};