23d714efbeb5136bdad017d81070108d6ff57dd3
[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 _0x1714=['socket.io-emitter','name','timeout','strategy','beepall','Agents','waiting','updateRouting','prototype','mapAgentsId','map','_rr','updateRealtime','loggedIn','paused','length','online','openchannelPause','available','stringify','openchannel:queue:%s','emit','exports','lodash','md5','util','ioredis','redis','localhost'];(function(_0x587d9a,_0x343bbc){var _0xb5422a=function(_0xca9b5){while(--_0xca9b5){_0x587d9a['push'](_0x587d9a['shift']());}};_0xb5422a(++_0x343bbc);}(_0x1714,0x190));var _0x4171=function(_0x5782e1,_0x26d1a3){_0x5782e1=_0x5782e1-0x0;var _0x304236=_0x1714[_0x5782e1];return _0x304236;};'use strict';var _=require(_0x4171('0x0'));var md5=require(_0x4171('0x1'));var util=require(_0x4171('0x2'));var Redis=require(_0x4171('0x3'));var config=require('../../../config/environment');config[_0x4171('0x4')]=_['defaults'](config[_0x4171('0x4')],{'host':_0x4171('0x5'),'port':0x18eb});var io=require(_0x4171('0x6'))(new Redis(config['redis']));function OpenchannelQueue(_0x4608da){this['id']=_0x4608da['id']||0x0;this[_0x4171('0x7')]=_0x4608da[_0x4171('0x7')]||'';this[_0x4171('0x8')]=_0x4608da[_0x4171('0x8')]||0xa;this['strategy']=_0x4608da[_0x4171('0x9')]||_0x4171('0xa');this[_0x4171('0xb')]=_0x4608da[_0x4171('0xb')];this['mapAgentsId']={};this[_0x4171('0xc')]=0x0;this[_0x4171('0x1')]='';this[_0x4171('0xd')]();this['updateRealtime']();}OpenchannelQueue[_0x4171('0xe')][_0x4171('0xd')]=function(){var _0x40cabc=this[_0x4171('0xf')]['_rr'];this[_0x4171('0xf')]=_[_0x4171('0x10')](this[_0x4171('0xb')],'id');this[_0x4171('0xf')][_0x4171('0x11')]=_0x40cabc;};OpenchannelQueue[_0x4171('0xe')][_0x4171('0x12')]=function(){this[_0x4171('0x13')]=0x0;this[_0x4171('0x14')]=0x0;for(var _0x5d8c25=0x0;_0x5d8c25<this[_0x4171('0xb')][_0x4171('0x15')];_0x5d8c25+=0x1){if(this[_0x4171('0xb')][_0x5d8c25][_0x4171('0x16')]){this[_0x4171('0x13')]+=0x1;}if(this[_0x4171('0xb')][_0x5d8c25][_0x4171('0x17')]){this[_0x4171('0x14')]+=0x1;}}this['available']=this[_0x4171('0x13')]-this['paused'];this[_0x4171('0x18')]=this[_0x4171('0x18')]>=0x0?this[_0x4171('0x18')]:0x0;var _0x67fd42={'id':this['id'],'available':this['available'],'loggedIn':this[_0x4171('0x13')],'name':this[_0x4171('0x7')],'paused':this[_0x4171('0x14')],'waiting':this[_0x4171('0xc')]};var _0x53ce61=md5(JSON[_0x4171('0x19')](_0x67fd42));if(this[_0x4171('0x1')]!==_0x53ce61){this[_0x4171('0x1')]=_0x53ce61;io['to'](util['format'](_0x4171('0x1a'),_0x67fd42[_0x4171('0x7')]))[_0x4171('0x1b')]('openchannel_queue:save',_0x67fd42);}};module[_0x4171('0x1c')]=OpenchannelQueue;