Built motion from commit da24aabd.|2.6.20
[motion2.git] / server / services / routing / model / openchannelQueue.js
index 43c2da7..d119a88 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x5063=['Agents','mapAgentsId','prototype','updateRouting','_rr','map','updateRealtime','loggedIn','paused','online','openchannelPause','available','waiting','stringify','format','emit','openchannel_queue:save','exports','lodash','md5','util','../../../config/environment','defaults','localhost','redis','name','timeout','strategy'];(function(_0x135506,_0x37dad1){var _0x2c1004=function(_0x8017a2){while(--_0x8017a2){_0x135506['push'](_0x135506['shift']());}};_0x2c1004(++_0x37dad1);}(_0x5063,0x10e));var _0x3506=function(_0x27be7f,_0x5ac396){_0x27be7f=_0x27be7f-0x0;var _0x5b0717=_0x5063[_0x27be7f];return _0x5b0717;};'use strict';var _=require(_0x3506('0x0'));var md5=require(_0x3506('0x1'));var util=require(_0x3506('0x2'));var Redis=require('ioredis');var config=require(_0x3506('0x3'));config['redis']=_[_0x3506('0x4')](config['redis'],{'host':_0x3506('0x5'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x3506('0x6')]));function OpenchannelQueue(_0x4e7ec4){this['id']=_0x4e7ec4['id']||0x0;this[_0x3506('0x7')]=_0x4e7ec4[_0x3506('0x7')]||'';this[_0x3506('0x8')]=_0x4e7ec4['timeout']||0xa;this['strategy']=_0x4e7ec4[_0x3506('0x9')]||'beepall';this[_0x3506('0xa')]=_0x4e7ec4[_0x3506('0xa')];this[_0x3506('0xb')]={};this['waiting']=0x0;this[_0x3506('0x1')]='';this['updateRouting']();this['updateRealtime']();}OpenchannelQueue[_0x3506('0xc')][_0x3506('0xd')]=function(){var _0x54c103=this[_0x3506('0xb')][_0x3506('0xe')];this[_0x3506('0xb')]=_[_0x3506('0xf')](this[_0x3506('0xa')],'id');this[_0x3506('0xb')][_0x3506('0xe')]=_0x54c103;};OpenchannelQueue[_0x3506('0xc')][_0x3506('0x10')]=function(){this[_0x3506('0x11')]=0x0;this[_0x3506('0x12')]=0x0;for(var _0x44794d=0x0;_0x44794d<this[_0x3506('0xa')]['length'];_0x44794d+=0x1){if(this[_0x3506('0xa')][_0x44794d][_0x3506('0x13')]){this[_0x3506('0x11')]+=0x1;}if(this['Agents'][_0x44794d][_0x3506('0x14')]){this[_0x3506('0x12')]+=0x1;}}this[_0x3506('0x15')]=this[_0x3506('0x11')]-this[_0x3506('0x12')];this['available']=this['available']>=0x0?this[_0x3506('0x15')]:0x0;var _0x33635d={'id':this['id'],'available':this[_0x3506('0x15')],'loggedIn':this[_0x3506('0x11')],'name':this['name'],'paused':this[_0x3506('0x12')],'waiting':this[_0x3506('0x16')]};var _0x32121f=md5(JSON[_0x3506('0x17')](_0x33635d));if(this['md5']!==_0x32121f){this[_0x3506('0x1')]=_0x32121f;io['to'](util[_0x3506('0x18')]('openchannel:queue:%s',_0x33635d[_0x3506('0x7')]))[_0x3506('0x19')](_0x3506('0x1a'),_0x33635d);}};module[_0x3506('0x1b')]=OpenchannelQueue;
\ No newline at end of file
+var _0x2ef3=['stringify','format','openchannel_queue:save','exports','lodash','md5','util','ioredis','../../../config/environment','redis','localhost','timeout','strategy','beepall','Agents','mapAgentsId','waiting','prototype','updateRouting','_rr','paused','length','online','available','loggedIn','name'];(function(_0x58ae8a,_0x3c619e){var _0x2f0b6b=function(_0x6db940){while(--_0x6db940){_0x58ae8a['push'](_0x58ae8a['shift']());}};_0x2f0b6b(++_0x3c619e);}(_0x2ef3,0xba));var _0x32ef=function(_0xad7b48,_0x4a0ca1){_0xad7b48=_0xad7b48-0x0;var _0x16cdd2=_0x2ef3[_0xad7b48];return _0x16cdd2;};'use strict';var _=require(_0x32ef('0x0'));var md5=require(_0x32ef('0x1'));var util=require(_0x32ef('0x2'));var Redis=require(_0x32ef('0x3'));var config=require(_0x32ef('0x4'));config[_0x32ef('0x5')]=_['defaults'](config[_0x32ef('0x5')],{'host':_0x32ef('0x6'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x32ef('0x5')]));function OpenchannelQueue(_0x37dd1d){this['id']=_0x37dd1d['id']||0x0;this['name']=_0x37dd1d['name']||'';this[_0x32ef('0x7')]=_0x37dd1d[_0x32ef('0x7')]||0xa;this[_0x32ef('0x8')]=_0x37dd1d[_0x32ef('0x8')]||_0x32ef('0x9');this[_0x32ef('0xa')]=_0x37dd1d[_0x32ef('0xa')];this[_0x32ef('0xb')]={};this[_0x32ef('0xc')]=0x0;this[_0x32ef('0x1')]='';this['updateRouting']();this['updateRealtime']();}OpenchannelQueue[_0x32ef('0xd')][_0x32ef('0xe')]=function(){var _0x45bfd5=this[_0x32ef('0xb')]['_rr'];this[_0x32ef('0xb')]=_['map'](this[_0x32ef('0xa')],'id');this['mapAgentsId'][_0x32ef('0xf')]=_0x45bfd5;};OpenchannelQueue[_0x32ef('0xd')]['updateRealtime']=function(){this['loggedIn']=0x0;this[_0x32ef('0x10')]=0x0;for(var _0x4d8009=0x0;_0x4d8009<this[_0x32ef('0xa')][_0x32ef('0x11')];_0x4d8009+=0x1){if(this[_0x32ef('0xa')][_0x4d8009][_0x32ef('0x12')]){this['loggedIn']+=0x1;}if(this['Agents'][_0x4d8009]['openchannelPause']){this[_0x32ef('0x10')]+=0x1;}}this[_0x32ef('0x13')]=this[_0x32ef('0x14')]-this['paused'];this['available']=this[_0x32ef('0x13')]>=0x0?this[_0x32ef('0x13')]:0x0;var _0x286bfb={'id':this['id'],'available':this['available'],'loggedIn':this[_0x32ef('0x14')],'name':this[_0x32ef('0x15')],'paused':this['paused'],'waiting':this[_0x32ef('0xc')]};var _0x314ef1=md5(JSON[_0x32ef('0x16')](_0x286bfb));if(this[_0x32ef('0x1')]!==_0x314ef1){this[_0x32ef('0x1')]=_0x314ef1;io['to'](util[_0x32ef('0x17')]('openchannel:queue:%s',_0x286bfb[_0x32ef('0x15')]))['emit'](_0x32ef('0x18'),_0x286bfb);}};module[_0x32ef('0x19')]=OpenchannelQueue;
\ No newline at end of file