Built motion from commit (unavailable).|2.5.14
[motion2.git] / server / services / routing / model / openchannelQueue.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 _0x322e=['_rr','loggedIn','paused','online','available','stringify','openchannel:queue:%s','emit','exports','lodash','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','waiting','updateRouting','updateRealtime','prototype','mapAgentsId','Agents'];(function(_0x31bd03,_0x4a270d){var _0x26132c=function(_0x4c0296){while(--_0x4c0296){_0x31bd03['push'](_0x31bd03['shift']());}};_0x26132c(++_0x4a270d);}(_0x322e,0xcd));var _0xe322=function(_0x198da9,_0x270aa2){_0x198da9=_0x198da9-0x0;var _0x2cae60=_0x322e[_0x198da9];return _0x2cae60;};'use strict';var _=require(_0xe322('0x0'));var md5=require(_0xe322('0x1'));var util=require(_0xe322('0x2'));var Redis=require(_0xe322('0x3'));var config=require(_0xe322('0x4'));config[_0xe322('0x5')]=_[_0xe322('0x6')](config[_0xe322('0x5')],{'host':_0xe322('0x7'),'port':0x18eb});var io=require(_0xe322('0x8'))(new Redis(config[_0xe322('0x5')]));function OpenchannelQueue(_0x203273){this['id']=_0x203273['id']||0x0;this[_0xe322('0x9')]=_0x203273[_0xe322('0x9')]||'';this['timeout']=_0x203273[_0xe322('0xa')]||0xa;this[_0xe322('0xb')]=_0x203273[_0xe322('0xb')]||_0xe322('0xc');this['Agents']=_0x203273['Agents'];this['mapAgentsId']={};this[_0xe322('0xd')]=0x0;this[_0xe322('0x1')]='';this[_0xe322('0xe')]();this[_0xe322('0xf')]();}OpenchannelQueue[_0xe322('0x10')]['updateRouting']=function(){var _0x2a0e96=this[_0xe322('0x11')]['_rr'];this[_0xe322('0x11')]=_['map'](this[_0xe322('0x12')],'id');this[_0xe322('0x11')][_0xe322('0x13')]=_0x2a0e96;};OpenchannelQueue[_0xe322('0x10')][_0xe322('0xf')]=function(){this[_0xe322('0x14')]=0x0;this[_0xe322('0x15')]=0x0;for(var _0x5352fa=0x0;_0x5352fa<this['Agents']['length'];_0x5352fa+=0x1){if(this[_0xe322('0x12')][_0x5352fa][_0xe322('0x16')]){this[_0xe322('0x14')]+=0x1;}if(this['Agents'][_0x5352fa]['openchannelPause']){this['paused']+=0x1;}}this['available']=this['loggedIn']-this['paused'];this[_0xe322('0x17')]=this[_0xe322('0x17')]>=0x0?this[_0xe322('0x17')]:0x0;var _0x5e85fa={'id':this['id'],'available':this[_0xe322('0x17')],'loggedIn':this[_0xe322('0x14')],'name':this[_0xe322('0x9')],'paused':this[_0xe322('0x15')],'waiting':this['waiting']};var _0x2dbe6c=md5(JSON[_0xe322('0x18')](_0x5e85fa));if(this[_0xe322('0x1')]!==_0x2dbe6c){this[_0xe322('0x1')]=_0x2dbe6c;io['to'](util['format'](_0xe322('0x19'),_0x5e85fa[_0xe322('0x9')]))[_0xe322('0x1a')]('openchannel_queue:save',_0x5e85fa);}};module[_0xe322('0x1b')]=OpenchannelQueue;