Built motion from commit (unavailable).|2.5.3
[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 _0xc92b=['redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','updateRouting','updateRealtime','mapAgentsId','_rr','map','loggedIn','paused','length','available','waiting','stringify','format','openchannel:queue:%s','emit','openchannel_queue:save','lodash','md5','util'];(function(_0x117a90,_0x1deb3d){var _0x1c73cd=function(_0x420778){while(--_0x420778){_0x117a90['push'](_0x117a90['shift']());}};_0x1c73cd(++_0x1deb3d);}(_0xc92b,0x9f));var _0xbc92=function(_0x596fff,_0x4861e8){_0x596fff=_0x596fff-0x0;var _0x1e988e=_0xc92b[_0x596fff];return _0x1e988e;};'use strict';var _=require(_0xbc92('0x0'));var md5=require(_0xbc92('0x1'));var util=require(_0xbc92('0x2'));var Redis=require('ioredis');var config=require('../../../config/environment');config[_0xbc92('0x3')]=_[_0xbc92('0x4')](config['redis'],{'host':_0xbc92('0x5'),'port':0x18eb});var io=require(_0xbc92('0x6'))(new Redis(config[_0xbc92('0x3')]));function OpenchannelQueue(_0x1b8fff){this['id']=_0x1b8fff['id']||0x0;this[_0xbc92('0x7')]=_0x1b8fff['name']||'';this[_0xbc92('0x8')]=_0x1b8fff[_0xbc92('0x8')]||0xa;this[_0xbc92('0x9')]=_0x1b8fff[_0xbc92('0x9')]||_0xbc92('0xa');this[_0xbc92('0xb')]=_0x1b8fff[_0xbc92('0xb')];this['mapAgentsId']={};this['waiting']=0x0;this[_0xbc92('0x1')]='';this[_0xbc92('0xc')]();this[_0xbc92('0xd')]();}OpenchannelQueue['prototype']['updateRouting']=function(){var _0x125e5e=this[_0xbc92('0xe')][_0xbc92('0xf')];this[_0xbc92('0xe')]=_[_0xbc92('0x10')](this[_0xbc92('0xb')],'id');this[_0xbc92('0xe')][_0xbc92('0xf')]=_0x125e5e;};OpenchannelQueue['prototype'][_0xbc92('0xd')]=function(){this[_0xbc92('0x11')]=0x0;this[_0xbc92('0x12')]=0x0;for(var _0x156bec=0x0;_0x156bec<this[_0xbc92('0xb')][_0xbc92('0x13')];_0x156bec+=0x1){if(this[_0xbc92('0xb')][_0x156bec]['online']){this['loggedIn']+=0x1;}if(this[_0xbc92('0xb')][_0x156bec]['openchannelPause']){this[_0xbc92('0x12')]+=0x1;}}this[_0xbc92('0x14')]=this[_0xbc92('0x11')]-this[_0xbc92('0x12')];this[_0xbc92('0x14')]=this[_0xbc92('0x14')]>=0x0?this['available']:0x0;var _0x50e6e1={'id':this['id'],'available':this[_0xbc92('0x14')],'loggedIn':this[_0xbc92('0x11')],'name':this[_0xbc92('0x7')],'paused':this[_0xbc92('0x12')],'waiting':this[_0xbc92('0x15')]};var _0x23863f=md5(JSON[_0xbc92('0x16')](_0x50e6e1));if(this[_0xbc92('0x1')]!==_0x23863f){this[_0xbc92('0x1')]=_0x23863f;io['to'](util[_0xbc92('0x17')](_0xbc92('0x18'),_0x50e6e1[_0xbc92('0x7')]))[_0xbc92('0x19')](_0xbc92('0x1a'),_0x50e6e1);}};module['exports']=OpenchannelQueue;