Built motion from commit (unavailable).|2.5.6
[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 _0x3755=['mapAgentsId','waiting','updateRealtime','prototype','updateRouting','map','loggedIn','paused','length','online','openchannelPause','available','stringify','format','openchannel:queue:%s','emit','openchannel_queue:save','lodash','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents'];(function(_0x1ac84d,_0x2d5f8f){var _0x1829d2=function(_0x1ac769){while(--_0x1ac769){_0x1ac84d['push'](_0x1ac84d['shift']());}};_0x1829d2(++_0x2d5f8f);}(_0x3755,0x1a4));var _0x5375=function(_0x501510,_0x61caa9){_0x501510=_0x501510-0x0;var _0x1e6ee5=_0x3755[_0x501510];return _0x1e6ee5;};'use strict';var _=require(_0x5375('0x0'));var md5=require(_0x5375('0x1'));var util=require(_0x5375('0x2'));var Redis=require(_0x5375('0x3'));var config=require(_0x5375('0x4'));config[_0x5375('0x5')]=_[_0x5375('0x6')](config['redis'],{'host':_0x5375('0x7'),'port':0x18eb});var io=require(_0x5375('0x8'))(new Redis(config['redis']));function OpenchannelQueue(_0x4024ae){this['id']=_0x4024ae['id']||0x0;this['name']=_0x4024ae[_0x5375('0x9')]||'';this[_0x5375('0xa')]=_0x4024ae['timeout']||0xa;this[_0x5375('0xb')]=_0x4024ae[_0x5375('0xb')]||_0x5375('0xc');this[_0x5375('0xd')]=_0x4024ae[_0x5375('0xd')];this[_0x5375('0xe')]={};this[_0x5375('0xf')]=0x0;this[_0x5375('0x1')]='';this['updateRouting']();this[_0x5375('0x10')]();}OpenchannelQueue[_0x5375('0x11')][_0x5375('0x12')]=function(){var _0x27f316=this[_0x5375('0xe')]['_rr'];this[_0x5375('0xe')]=_[_0x5375('0x13')](this['Agents'],'id');this['mapAgentsId']['_rr']=_0x27f316;};OpenchannelQueue['prototype']['updateRealtime']=function(){this[_0x5375('0x14')]=0x0;this[_0x5375('0x15')]=0x0;for(var _0x12423a=0x0;_0x12423a<this[_0x5375('0xd')][_0x5375('0x16')];_0x12423a+=0x1){if(this[_0x5375('0xd')][_0x12423a][_0x5375('0x17')]){this[_0x5375('0x14')]+=0x1;}if(this[_0x5375('0xd')][_0x12423a][_0x5375('0x18')]){this['paused']+=0x1;}}this[_0x5375('0x19')]=this[_0x5375('0x14')]-this[_0x5375('0x15')];this['available']=this['available']>=0x0?this['available']:0x0;var _0x215fee={'id':this['id'],'available':this[_0x5375('0x19')],'loggedIn':this[_0x5375('0x14')],'name':this[_0x5375('0x9')],'paused':this['paused'],'waiting':this[_0x5375('0xf')]};var _0x2bcc3e=md5(JSON[_0x5375('0x1a')](_0x215fee));if(this[_0x5375('0x1')]!==_0x2bcc3e){this[_0x5375('0x1')]=_0x2bcc3e;io['to'](util[_0x5375('0x1b')](_0x5375('0x1c'),_0x215fee[_0x5375('0x9')]))[_0x5375('0x1d')](_0x5375('0x1e'),_0x215fee);}};module['exports']=OpenchannelQueue;