Built motion from commit ffdca78c.|2.6.24
[motion2.git] / server / services / routing / model / openchannelQueue.js
index f5100d1..8342b7c 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x967c=['timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','_rr','prototype','loggedIn','paused','length','online','available','stringify','format','openchannel:queue:%s','emit','openchannel_queue:save','exports','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name'];(function(_0x1fcf48,_0x2a62bb){var _0x20cdf1=function(_0x30d1b9){while(--_0x30d1b9){_0x1fcf48['push'](_0x1fcf48['shift']());}};_0x20cdf1(++_0x2a62bb);}(_0x967c,0x147));var _0xc967=function(_0x4be481,_0x5f73ec){_0x4be481=_0x4be481-0x0;var _0x730326=_0x967c[_0x4be481];return _0x730326;};'use strict';var _=require('lodash');var md5=require(_0xc967('0x0'));var util=require(_0xc967('0x1'));var Redis=require(_0xc967('0x2'));var config=require(_0xc967('0x3'));config[_0xc967('0x4')]=_[_0xc967('0x5')](config[_0xc967('0x4')],{'host':_0xc967('0x6'),'port':0x18eb});var io=require(_0xc967('0x7'))(new Redis(config[_0xc967('0x4')]));function OpenchannelQueue(_0x27ed8c){this['id']=_0x27ed8c['id']||0x0;this[_0xc967('0x8')]=_0x27ed8c['name']||'';this[_0xc967('0x9')]=_0x27ed8c[_0xc967('0x9')]||0xa;this['strategy']=_0x27ed8c[_0xc967('0xa')]||'beepall';this[_0xc967('0xb')]=_0x27ed8c['Agents'];this[_0xc967('0xc')]={};this[_0xc967('0xd')]=0x0;this[_0xc967('0x0')]='';this[_0xc967('0xe')]();this['updateRealtime']();}OpenchannelQueue['prototype'][_0xc967('0xe')]=function(){var _0x451b58=this[_0xc967('0xc')][_0xc967('0xf')];this['mapAgentsId']=_['map'](this['Agents'],'id');this[_0xc967('0xc')][_0xc967('0xf')]=_0x451b58;};OpenchannelQueue[_0xc967('0x10')]['updateRealtime']=function(){this[_0xc967('0x11')]=0x0;this[_0xc967('0x12')]=0x0;for(var _0xd5bd15=0x0;_0xd5bd15<this['Agents'][_0xc967('0x13')];_0xd5bd15+=0x1){if(this['Agents'][_0xd5bd15][_0xc967('0x14')]){this[_0xc967('0x11')]+=0x1;}if(this[_0xc967('0xb')][_0xd5bd15]['openchannelPause']){this[_0xc967('0x12')]+=0x1;}}this[_0xc967('0x15')]=this['loggedIn']-this[_0xc967('0x12')];this[_0xc967('0x15')]=this['available']>=0x0?this[_0xc967('0x15')]:0x0;var _0x318807={'id':this['id'],'available':this[_0xc967('0x15')],'loggedIn':this['loggedIn'],'name':this[_0xc967('0x8')],'paused':this['paused'],'waiting':this[_0xc967('0xd')]};var _0x30c9d4=md5(JSON[_0xc967('0x16')](_0x318807));if(this[_0xc967('0x0')]!==_0x30c9d4){this[_0xc967('0x0')]=_0x30c9d4;io['to'](util[_0xc967('0x17')](_0xc967('0x18'),_0x318807[_0xc967('0x8')]))[_0xc967('0x19')](_0xc967('0x1a'),_0x318807);}};module[_0xc967('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(_0x1aeda2,_0x1217eb){var _0x32dc6d=function(_0x34a460){while(--_0x34a460){_0x1aeda2['push'](_0x1aeda2['shift']());}};_0x32dc6d(++_0x1217eb);}(_0x2ef3,0xba));var _0x32ef=function(_0x3eb737,_0x42d4d9){_0x3eb737=_0x3eb737-0x0;var _0x11d3b6=_0x2ef3[_0x3eb737];return _0x11d3b6;};'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