Built motion from commit d5e4af8c.|2.6.23
[motion2.git] / server / services / routing / model / openchannelQueue.js
index 039709d..87110bf 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x95fc=['prototype','_rr','map','paused','Agents','length','online','openchannelPause','loggedIn','available','waiting','stringify','emit','openchannel_queue:save','exports','lodash','util','../../../config/environment','redis','defaults','socket.io-emitter','name','strategy','mapAgentsId','md5','updateRouting','updateRealtime'];(function(_0x3ab1db,_0x295dcd){var _0x2de25d=function(_0x251514){while(--_0x251514){_0x3ab1db['push'](_0x3ab1db['shift']());}};_0x2de25d(++_0x295dcd);}(_0x95fc,0x102));var _0xc95f=function(_0x3a96d3,_0x31efc0){_0x3a96d3=_0x3a96d3-0x0;var _0x4f42c4=_0x95fc[_0x3a96d3];return _0x4f42c4;};'use strict';var _=require(_0xc95f('0x0'));var md5=require('md5');var util=require(_0xc95f('0x1'));var Redis=require('ioredis');var config=require(_0xc95f('0x2'));config[_0xc95f('0x3')]=_[_0xc95f('0x4')](config['redis'],{'host':'localhost','port':0x18eb});var io=require(_0xc95f('0x5'))(new Redis(config['redis']));function OpenchannelQueue(_0x408ba0){this['id']=_0x408ba0['id']||0x0;this[_0xc95f('0x6')]=_0x408ba0[_0xc95f('0x6')]||'';this['timeout']=_0x408ba0['timeout']||0xa;this['strategy']=_0x408ba0[_0xc95f('0x7')]||'beepall';this['Agents']=_0x408ba0['Agents'];this[_0xc95f('0x8')]={};this['waiting']=0x0;this[_0xc95f('0x9')]='';this[_0xc95f('0xa')]();this[_0xc95f('0xb')]();}OpenchannelQueue[_0xc95f('0xc')][_0xc95f('0xa')]=function(){var _0x1b8462=this[_0xc95f('0x8')][_0xc95f('0xd')];this[_0xc95f('0x8')]=_[_0xc95f('0xe')](this['Agents'],'id');this['mapAgentsId'][_0xc95f('0xd')]=_0x1b8462;};OpenchannelQueue[_0xc95f('0xc')][_0xc95f('0xb')]=function(){this['loggedIn']=0x0;this[_0xc95f('0xf')]=0x0;for(var _0x5513b9=0x0;_0x5513b9<this[_0xc95f('0x10')][_0xc95f('0x11')];_0x5513b9+=0x1){if(this['Agents'][_0x5513b9][_0xc95f('0x12')]){this['loggedIn']+=0x1;}if(this['Agents'][_0x5513b9][_0xc95f('0x13')]){this['paused']+=0x1;}}this['available']=this[_0xc95f('0x14')]-this[_0xc95f('0xf')];this['available']=this[_0xc95f('0x15')]>=0x0?this['available']:0x0;var _0x2f59dc={'id':this['id'],'available':this['available'],'loggedIn':this[_0xc95f('0x14')],'name':this[_0xc95f('0x6')],'paused':this['paused'],'waiting':this[_0xc95f('0x16')]};var _0x2ba23b=md5(JSON[_0xc95f('0x17')](_0x2f59dc));if(this[_0xc95f('0x9')]!==_0x2ba23b){this[_0xc95f('0x9')]=_0x2ba23b;io['to'](util['format']('openchannel:queue:%s',_0x2f59dc[_0xc95f('0x6')]))[_0xc95f('0x18')](_0xc95f('0x19'),_0x2f59dc);}};module[_0xc95f('0x1a')]=OpenchannelQueue;
\ No newline at end of file
+var _0x326f=['exports','lodash','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','mapAgentsId','waiting','md5','updateRouting','updateRealtime','Agents','prototype','loggedIn','paused','online','openchannelPause','available','stringify','openchannel:queue:%s','openchannel_queue:save'];(function(_0x465028,_0x4570ac){var _0xb783d4=function(_0x5458c5){while(--_0x5458c5){_0x465028['push'](_0x465028['shift']());}};_0xb783d4(++_0x4570ac);}(_0x326f,0xd1));var _0xf326=function(_0x1f1f1f,_0x1302dc){_0x1f1f1f=_0x1f1f1f-0x0;var _0x285267=_0x326f[_0x1f1f1f];return _0x285267;};'use strict';var _=require(_0xf326('0x0'));var md5=require('md5');var util=require('util');var Redis=require(_0xf326('0x1'));var config=require(_0xf326('0x2'));config[_0xf326('0x3')]=_[_0xf326('0x4')](config[_0xf326('0x3')],{'host':_0xf326('0x5'),'port':0x18eb});var io=require(_0xf326('0x6'))(new Redis(config[_0xf326('0x3')]));function OpenchannelQueue(_0x1b5a56){this['id']=_0x1b5a56['id']||0x0;this[_0xf326('0x7')]=_0x1b5a56['name']||'';this[_0xf326('0x8')]=_0x1b5a56[_0xf326('0x8')]||0xa;this[_0xf326('0x9')]=_0x1b5a56[_0xf326('0x9')]||'beepall';this['Agents']=_0x1b5a56['Agents'];this[_0xf326('0xa')]={};this[_0xf326('0xb')]=0x0;this[_0xf326('0xc')]='';this[_0xf326('0xd')]();this[_0xf326('0xe')]();}OpenchannelQueue['prototype'][_0xf326('0xd')]=function(){var _0x53cbcd=this[_0xf326('0xa')]['_rr'];this[_0xf326('0xa')]=_['map'](this[_0xf326('0xf')],'id');this[_0xf326('0xa')]['_rr']=_0x53cbcd;};OpenchannelQueue[_0xf326('0x10')][_0xf326('0xe')]=function(){this[_0xf326('0x11')]=0x0;this[_0xf326('0x12')]=0x0;for(var _0x5c8483=0x0;_0x5c8483<this[_0xf326('0xf')]['length'];_0x5c8483+=0x1){if(this['Agents'][_0x5c8483][_0xf326('0x13')]){this[_0xf326('0x11')]+=0x1;}if(this[_0xf326('0xf')][_0x5c8483][_0xf326('0x14')]){this[_0xf326('0x12')]+=0x1;}}this[_0xf326('0x15')]=this[_0xf326('0x11')]-this[_0xf326('0x12')];this['available']=this[_0xf326('0x15')]>=0x0?this[_0xf326('0x15')]:0x0;var _0x18bee3={'id':this['id'],'available':this[_0xf326('0x15')],'loggedIn':this[_0xf326('0x11')],'name':this[_0xf326('0x7')],'paused':this['paused'],'waiting':this['waiting']};var _0x56ad41=md5(JSON[_0xf326('0x16')](_0x18bee3));if(this[_0xf326('0xc')]!==_0x56ad41){this['md5']=_0x56ad41;io['to'](util['format'](_0xf326('0x17'),_0x18bee3['name']))['emit'](_0xf326('0x18'),_0x18bee3);}};module[_0xf326('0x19')]=OpenchannelQueue;
\ No newline at end of file