Built motion from commit 97153652.|2.6.26
[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 _0x49cf=['[CHAT]\x20Error\x20closing\x20interactions','inspect','moment','util','../../config/environment','../../mysqldb','../logger','redis','defaults','socket.io-emitter','Setting','find','chatTimeout','then','lastMsgAt','subtract','minutes','length','map','[CHAT]\x20Interactions\x20to\x20close:','join','ChatInteraction','update','timeout','YYYY-MM-DD\x20HH:mm:ss','info','emit','chatInteraction:update','catch'];(function(_0x226879,_0x30a56b){var _0x20964c=function(_0x4a1ea6){while(--_0x4a1ea6){_0x226879['push'](_0x226879['shift']());}};_0x20964c(++_0x30a56b);}(_0x49cf,0x1ef));var _0xf49c=function(_0x3d3974,_0x315687){_0x3d3974=_0x3d3974-0x0;var _0x323d62=_0x49cf[_0x3d3974];return _0x323d62;};'use strict';var _=require('lodash');var moment=require(_0xf49c('0x0'));var Redis=require('ioredis');var util=require(_0xf49c('0x1'));var config=require(_0xf49c('0x2'));var db=require(_0xf49c('0x3'))['db'];var logger=require(_0xf49c('0x4'))('schedule');config[_0xf49c('0x5')]=_[_0xf49c('0x6')](config[_0xf49c('0x5')],{'host':'localhost','port':0x18eb});var io=require(_0xf49c('0x7'))(new Redis(config['redis']));function closeInteractions(){var _0x534b7e=0x0;var _0x2cf540=[];return db[_0xf49c('0x8')][_0xf49c('0x9')]({'raw':!![],'attributes':['id',_0xf49c('0xa')],'where':{'id':0x1}})[_0xf49c('0xb')](function(_0x310b62){_0x534b7e=_0x310b62[_0xf49c('0xa')];if(_0x534b7e){return db['ChatInteraction']['findAll']({'raw':!![],'attributes':['id',_0xf49c('0xc')],'where':{'closed':![],'lastMsgAt':{'$lt':moment()[_0xf49c('0xd')](_0x310b62[_0xf49c('0xa')],_0xf49c('0xe'))}}});}else{return[];}})[_0xf49c('0xb')](function(_0x1f8ccc){if(_0x1f8ccc&&_0x1f8ccc[_0xf49c('0xf')]){_0x2cf540=_[_0xf49c('0x10')](_0x1f8ccc||[],'id');logger['info'](_0xf49c('0x11'),_0x2cf540[_0xf49c('0x12')]());return db[_0xf49c('0x13')][_0xf49c('0x14')]({'closeReason':'system','disposition':_0xf49c('0x15'),'closed':!![],'closedAt':moment()['format'](_0xf49c('0x16'))},{'where':{'id':_0x2cf540}});}})['then'](function(){if(_0x2cf540&&_0x2cf540[_0xf49c('0xf')]){logger[_0xf49c('0x17')]('[CHAT]\x20Sending\x20updates\x20for\x20interactions:',_0x2cf540['join']());for(var _0x493269=0x0;_0x493269<_0x2cf540['length'];_0x493269++){io[_0xf49c('0x18')](_0xf49c('0x19'),{'id':_0x2cf540[_0x493269],'closed':!![]});}}})[_0xf49c('0x1a')](function(_0x416684){logger['error'](_0xf49c('0x1b'),_0x416684?util[_0xf49c('0x1c')](_0x416684,{'showHidden':![],'depth':null}):'');});}exports['start']=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};