848b8728c0c684b931a6817faee0980914fb7e9a
[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 _0xece7=['socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','prototype','updateRouting','_rr','updateRealtime','loggedIn','paused','length','online','openchannelPause','available','stringify','format','openchannel:queue:%s','emit','openchannel_queue:save','exports','lodash','md5','util','ioredis','../../../config/environment','redis','localhost'];(function(_0x4d031a,_0x625b5d){var _0x35a74c=function(_0x3184b0){while(--_0x3184b0){_0x4d031a['push'](_0x4d031a['shift']());}};_0x35a74c(++_0x625b5d);}(_0xece7,0x18c));var _0x7ece=function(_0x497b1e,_0x586379){_0x497b1e=_0x497b1e-0x0;var _0x3f72e1=_0xece7[_0x497b1e];return _0x3f72e1;};'use strict';var _=require(_0x7ece('0x0'));var md5=require(_0x7ece('0x1'));var util=require(_0x7ece('0x2'));var Redis=require(_0x7ece('0x3'));var config=require(_0x7ece('0x4'));config[_0x7ece('0x5')]=_['defaults'](config[_0x7ece('0x5')],{'host':_0x7ece('0x6'),'port':0x18eb});var io=require(_0x7ece('0x7'))(new Redis(config[_0x7ece('0x5')]));function OpenchannelQueue(_0x4b51dc){this['id']=_0x4b51dc['id']||0x0;this[_0x7ece('0x8')]=_0x4b51dc['name']||'';this[_0x7ece('0x9')]=_0x4b51dc[_0x7ece('0x9')]||0xa;this[_0x7ece('0xa')]=_0x4b51dc['strategy']||_0x7ece('0xb');this['Agents']=_0x4b51dc[_0x7ece('0xc')];this[_0x7ece('0xd')]={};this[_0x7ece('0xe')]=0x0;this['md5']='';this['updateRouting']();this['updateRealtime']();}OpenchannelQueue[_0x7ece('0xf')][_0x7ece('0x10')]=function(){var _0x5da897=this[_0x7ece('0xd')][_0x7ece('0x11')];this[_0x7ece('0xd')]=_['map'](this['Agents'],'id');this[_0x7ece('0xd')][_0x7ece('0x11')]=_0x5da897;};OpenchannelQueue[_0x7ece('0xf')][_0x7ece('0x12')]=function(){this[_0x7ece('0x13')]=0x0;this[_0x7ece('0x14')]=0x0;for(var _0x28b62e=0x0;_0x28b62e<this[_0x7ece('0xc')][_0x7ece('0x15')];_0x28b62e+=0x1){if(this[_0x7ece('0xc')][_0x28b62e][_0x7ece('0x16')]){this['loggedIn']+=0x1;}if(this['Agents'][_0x28b62e][_0x7ece('0x17')]){this[_0x7ece('0x14')]+=0x1;}}this[_0x7ece('0x18')]=this[_0x7ece('0x13')]-this[_0x7ece('0x14')];this[_0x7ece('0x18')]=this[_0x7ece('0x18')]>=0x0?this['available']:0x0;var _0x3d5de6={'id':this['id'],'available':this[_0x7ece('0x18')],'loggedIn':this['loggedIn'],'name':this['name'],'paused':this[_0x7ece('0x14')],'waiting':this['waiting']};var _0x1f3e7e=md5(JSON[_0x7ece('0x19')](_0x3d5de6));if(this['md5']!==_0x1f3e7e){this['md5']=_0x1f3e7e;io['to'](util[_0x7ece('0x1a')](_0x7ece('0x1b'),_0x3d5de6[_0x7ece('0x8')]))[_0x7ece('0x1c')](_0x7ece('0x1d'),_0x3d5de6);}};module[_0x7ece('0x1e')]=OpenchannelQueue;