Built motion from commit 5b761a7b.|2.5.36
[motion2.git] / server / services / routing / model / chatQueue.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 _0x7f13=['chatPause','loggedIn','available','md5','chat:queue:%s','emit','exports','lodash','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','paused','length','online'];(function(_0x458b8e,_0x1154fb){var _0x365b84=function(_0x535915){while(--_0x535915){_0x458b8e['push'](_0x458b8e['shift']());}};_0x365b84(++_0x1154fb);}(_0x7f13,0x19d));var _0x37f1=function(_0x1e8d7a,_0x58ca61){_0x1e8d7a=_0x1e8d7a-0x0;var _0x5865d3=_0x7f13[_0x1e8d7a];return _0x5865d3;};'use strict';var _=require(_0x37f1('0x0'));var md5=require('md5');var util=require(_0x37f1('0x1'));var Redis=require(_0x37f1('0x2'));var config=require(_0x37f1('0x3'));config[_0x37f1('0x4')]=_[_0x37f1('0x5')](config[_0x37f1('0x4')],{'host':_0x37f1('0x6'),'port':0x18eb});var io=require(_0x37f1('0x7'))(new Redis(config[_0x37f1('0x4')]));function ChatQueue(_0x3f3f48){this['id']=_0x3f3f48['id']||0x0;this[_0x37f1('0x8')]=_0x3f3f48[_0x37f1('0x8')]||'';this[_0x37f1('0x9')]=_0x3f3f48[_0x37f1('0x9')]||0xa;this[_0x37f1('0xa')]=_0x3f3f48['strategy']||'beepall';this['Agents']=_0x3f3f48[_0x37f1('0xb')];this[_0x37f1('0xc')]={};this[_0x37f1('0xd')]=0x0;this['md5']='';this[_0x37f1('0xe')]();this[_0x37f1('0xf')]();}ChatQueue[_0x37f1('0x10')][_0x37f1('0xe')]=function(){var _0x84fd21=this[_0x37f1('0xc')][_0x37f1('0x11')];this['mapAgentsId']=_[_0x37f1('0x12')](this['Agents'],'id');this[_0x37f1('0xc')][_0x37f1('0x11')]=_0x84fd21;};ChatQueue[_0x37f1('0x10')][_0x37f1('0xf')]=function(){this['loggedIn']=0x0;this[_0x37f1('0x13')]=0x0;for(var _0x161e2a=0x0;_0x161e2a<this[_0x37f1('0xb')][_0x37f1('0x14')];_0x161e2a+=0x1){if(this[_0x37f1('0xb')][_0x161e2a][_0x37f1('0x15')]){this['loggedIn']+=0x1;}if(this[_0x37f1('0xb')][_0x161e2a][_0x37f1('0x16')]){this[_0x37f1('0x13')]+=0x1;}}this['available']=this[_0x37f1('0x17')]-this[_0x37f1('0x13')];this[_0x37f1('0x18')]=this[_0x37f1('0x18')]>=0x0?this[_0x37f1('0x18')]:0x0;var _0x214ed0={'id':this['id'],'available':this['available'],'loggedIn':this['loggedIn'],'name':this[_0x37f1('0x8')],'paused':this[_0x37f1('0x13')],'waiting':this[_0x37f1('0xd')]};var _0x33d561=md5(JSON['stringify'](_0x214ed0));if(this[_0x37f1('0x19')]!==_0x33d561){this[_0x37f1('0x19')]=_0x33d561;io['to'](util['format'](_0x37f1('0x1a'),_0x214ed0['name']))[_0x37f1('0x1b')]('chat_queue:save',_0x214ed0);}};module[_0x37f1('0x1c')]=ChatQueue;