Built motion from commit (unavailable).|2.5.29
[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 _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;