Built motion from commit (unavailable).|2.5.22
[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 _0xc784=['strategy','beepall','Agents','mapAgentsId','updateRealtime','prototype','updateRouting','_rr','map','paused','openchannelPause','loggedIn','available','waiting','openchannel:queue:%s','openchannel_queue:save','exports','lodash','md5','ioredis','redis','defaults','localhost','socket.io-emitter','name','timeout'];(function(_0x2e2681,_0x4089c1){var _0x368a64=function(_0x267262){while(--_0x267262){_0x2e2681['push'](_0x2e2681['shift']());}};_0x368a64(++_0x4089c1);}(_0xc784,0xe1));var _0x4c78=function(_0xa888ec,_0x3da876){_0xa888ec=_0xa888ec-0x0;var _0x2d801f=_0xc784[_0xa888ec];return _0x2d801f;};'use strict';var _=require(_0x4c78('0x0'));var md5=require(_0x4c78('0x1'));var util=require('util');var Redis=require(_0x4c78('0x2'));var config=require('../../../config/environment');config[_0x4c78('0x3')]=_[_0x4c78('0x4')](config['redis'],{'host':_0x4c78('0x5'),'port':0x18eb});var io=require(_0x4c78('0x6'))(new Redis(config[_0x4c78('0x3')]));function OpenchannelQueue(_0x1fae4f){this['id']=_0x1fae4f['id']||0x0;this[_0x4c78('0x7')]=_0x1fae4f['name']||'';this[_0x4c78('0x8')]=_0x1fae4f['timeout']||0xa;this[_0x4c78('0x9')]=_0x1fae4f[_0x4c78('0x9')]||_0x4c78('0xa');this[_0x4c78('0xb')]=_0x1fae4f[_0x4c78('0xb')];this[_0x4c78('0xc')]={};this['waiting']=0x0;this[_0x4c78('0x1')]='';this['updateRouting']();this[_0x4c78('0xd')]();}OpenchannelQueue[_0x4c78('0xe')][_0x4c78('0xf')]=function(){var _0x2bf366=this[_0x4c78('0xc')][_0x4c78('0x10')];this['mapAgentsId']=_[_0x4c78('0x11')](this['Agents'],'id');this[_0x4c78('0xc')][_0x4c78('0x10')]=_0x2bf366;};OpenchannelQueue[_0x4c78('0xe')][_0x4c78('0xd')]=function(){this['loggedIn']=0x0;this[_0x4c78('0x12')]=0x0;for(var _0x22cff4=0x0;_0x22cff4<this[_0x4c78('0xb')]['length'];_0x22cff4+=0x1){if(this[_0x4c78('0xb')][_0x22cff4]['online']){this['loggedIn']+=0x1;}if(this[_0x4c78('0xb')][_0x22cff4][_0x4c78('0x13')]){this[_0x4c78('0x12')]+=0x1;}}this['available']=this[_0x4c78('0x14')]-this[_0x4c78('0x12')];this[_0x4c78('0x15')]=this[_0x4c78('0x15')]>=0x0?this[_0x4c78('0x15')]:0x0;var _0x4da353={'id':this['id'],'available':this[_0x4c78('0x15')],'loggedIn':this[_0x4c78('0x14')],'name':this[_0x4c78('0x7')],'paused':this[_0x4c78('0x12')],'waiting':this[_0x4c78('0x16')]};var _0xf380c8=md5(JSON['stringify'](_0x4da353));if(this[_0x4c78('0x1')]!==_0xf380c8){this[_0x4c78('0x1')]=_0xf380c8;io['to'](util['format'](_0x4c78('0x17'),_0x4da353['name']))['emit'](_0x4c78('0x18'),_0x4da353);}};module[_0x4c78('0x19')]=OpenchannelQueue;