51c4fbd3b04212e9d993acaae8d1cd9511292ebb
[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 _0x9e25=['util','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','length','online','loggedIn','openchannelPause','available','stringify','format','emit','openchannel_queue:save','exports','lodash','md5'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0x9e25,0x148));var _0x59e2=function(_0xdac4a0,_0x346272){_0xdac4a0=_0xdac4a0-0x0;var _0x27e747=_0x9e25[_0xdac4a0];return _0x27e747;};'use strict';var _=require(_0x59e2('0x0'));var md5=require(_0x59e2('0x1'));var util=require(_0x59e2('0x2'));var Redis=require('ioredis');var config=require(_0x59e2('0x3'));config[_0x59e2('0x4')]=_[_0x59e2('0x5')](config[_0x59e2('0x4')],{'host':_0x59e2('0x6'),'port':0x18eb});var io=require(_0x59e2('0x7'))(new Redis(config[_0x59e2('0x4')]));function OpenchannelQueue(_0x132c9c){this['id']=_0x132c9c['id']||0x0;this[_0x59e2('0x8')]=_0x132c9c[_0x59e2('0x8')]||'';this['timeout']=_0x132c9c[_0x59e2('0x9')]||0xa;this[_0x59e2('0xa')]=_0x132c9c['strategy']||_0x59e2('0xb');this[_0x59e2('0xc')]=_0x132c9c[_0x59e2('0xc')];this[_0x59e2('0xd')]={};this[_0x59e2('0xe')]=0x0;this[_0x59e2('0x1')]='';this[_0x59e2('0xf')]();this[_0x59e2('0x10')]();}OpenchannelQueue[_0x59e2('0x11')][_0x59e2('0xf')]=function(){var _0x23b266=this[_0x59e2('0xd')][_0x59e2('0x12')];this[_0x59e2('0xd')]=_[_0x59e2('0x13')](this[_0x59e2('0xc')],'id');this['mapAgentsId'][_0x59e2('0x12')]=_0x23b266;};OpenchannelQueue[_0x59e2('0x11')][_0x59e2('0x10')]=function(){this['loggedIn']=0x0;this['paused']=0x0;for(var _0x3e5d3c=0x0;_0x3e5d3c<this[_0x59e2('0xc')][_0x59e2('0x14')];_0x3e5d3c+=0x1){if(this[_0x59e2('0xc')][_0x3e5d3c][_0x59e2('0x15')]){this[_0x59e2('0x16')]+=0x1;}if(this[_0x59e2('0xc')][_0x3e5d3c][_0x59e2('0x17')]){this['paused']+=0x1;}}this[_0x59e2('0x18')]=this[_0x59e2('0x16')]-this['paused'];this[_0x59e2('0x18')]=this[_0x59e2('0x18')]>=0x0?this[_0x59e2('0x18')]:0x0;var _0x2375e4={'id':this['id'],'available':this[_0x59e2('0x18')],'loggedIn':this[_0x59e2('0x16')],'name':this['name'],'paused':this['paused'],'waiting':this[_0x59e2('0xe')]};var _0x13aa6f=md5(JSON[_0x59e2('0x19')](_0x2375e4));if(this[_0x59e2('0x1')]!==_0x13aa6f){this[_0x59e2('0x1')]=_0x13aa6f;io['to'](util[_0x59e2('0x1a')]('openchannel:queue:%s',_0x2375e4[_0x59e2('0x8')]))[_0x59e2('0x1b')](_0x59e2('0x1c'),_0x2375e4);}};module[_0x59e2('0x1d')]=OpenchannelQueue;