76e014bd4f648d11afad154b9147a8e692deef79
[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 _0xe837=['available','stringify','format','openchannel:queue:%s','emit','openchannel_queue:save','exports','lodash','md5','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRealtime','prototype','updateRouting','_rr','map','loggedIn','paused','length','online','openchannelPause'];(function(_0x3e01b7,_0x24d001){var _0x4191b3=function(_0x3acbba){while(--_0x3acbba){_0x3e01b7['push'](_0x3e01b7['shift']());}};_0x4191b3(++_0x24d001);}(_0xe837,0x1c9));var _0x7e83=function(_0x19997d,_0x2c92a4){_0x19997d=_0x19997d-0x0;var _0x49be7f=_0xe837[_0x19997d];return _0x49be7f;};'use strict';var _=require(_0x7e83('0x0'));var md5=require(_0x7e83('0x1'));var util=require('util');var Redis=require('ioredis');var config=require('../../../config/environment');config[_0x7e83('0x2')]=_[_0x7e83('0x3')](config[_0x7e83('0x2')],{'host':_0x7e83('0x4'),'port':0x18eb});var io=require(_0x7e83('0x5'))(new Redis(config['redis']));function OpenchannelQueue(_0x23c1be){this['id']=_0x23c1be['id']||0x0;this[_0x7e83('0x6')]=_0x23c1be['name']||'';this[_0x7e83('0x7')]=_0x23c1be[_0x7e83('0x7')]||0xa;this[_0x7e83('0x8')]=_0x23c1be[_0x7e83('0x8')]||_0x7e83('0x9');this[_0x7e83('0xa')]=_0x23c1be[_0x7e83('0xa')];this[_0x7e83('0xb')]={};this[_0x7e83('0xc')]=0x0;this[_0x7e83('0x1')]='';this['updateRouting']();this[_0x7e83('0xd')]();}OpenchannelQueue[_0x7e83('0xe')][_0x7e83('0xf')]=function(){var _0x3845cf=this[_0x7e83('0xb')][_0x7e83('0x10')];this['mapAgentsId']=_[_0x7e83('0x11')](this[_0x7e83('0xa')],'id');this['mapAgentsId'][_0x7e83('0x10')]=_0x3845cf;};OpenchannelQueue[_0x7e83('0xe')][_0x7e83('0xd')]=function(){this[_0x7e83('0x12')]=0x0;this[_0x7e83('0x13')]=0x0;for(var _0x1c8ec9=0x0;_0x1c8ec9<this[_0x7e83('0xa')][_0x7e83('0x14')];_0x1c8ec9+=0x1){if(this[_0x7e83('0xa')][_0x1c8ec9][_0x7e83('0x15')]){this[_0x7e83('0x12')]+=0x1;}if(this['Agents'][_0x1c8ec9][_0x7e83('0x16')]){this['paused']+=0x1;}}this[_0x7e83('0x17')]=this[_0x7e83('0x12')]-this['paused'];this[_0x7e83('0x17')]=this['available']>=0x0?this[_0x7e83('0x17')]:0x0;var _0x44eec8={'id':this['id'],'available':this[_0x7e83('0x17')],'loggedIn':this[_0x7e83('0x12')],'name':this['name'],'paused':this[_0x7e83('0x13')],'waiting':this[_0x7e83('0xc')]};var _0x416c29=md5(JSON[_0x7e83('0x18')](_0x44eec8));if(this[_0x7e83('0x1')]!==_0x416c29){this[_0x7e83('0x1')]=_0x416c29;io['to'](util[_0x7e83('0x19')](_0x7e83('0x1a'),_0x44eec8['name']))[_0x7e83('0x1b')](_0x7e83('0x1c'),_0x44eec8);}};module[_0x7e83('0x1d')]=OpenchannelQueue;