af048db87d009a864ad021953335d1106578c751
[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 _0x5ddd=['emit','openchannel_queue:save','exports','lodash','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRealtime','updateRouting','_rr','map','prototype','loggedIn','paused','online','openchannelPause','available','stringify','format','openchannel:queue:%s'];(function(_0x228237,_0x12c51a){var _0x2c86ec=function(_0x3c7465){while(--_0x3c7465){_0x228237['push'](_0x228237['shift']());}};_0x2c86ec(++_0x12c51a);}(_0x5ddd,0x1d4));var _0xd5dd=function(_0x5067db,_0xf8d2f2){_0x5067db=_0x5067db-0x0;var _0x2771e4=_0x5ddd[_0x5067db];return _0x2771e4;};'use strict';var _=require(_0xd5dd('0x0'));var md5=require(_0xd5dd('0x1'));var util=require(_0xd5dd('0x2'));var Redis=require(_0xd5dd('0x3'));var config=require(_0xd5dd('0x4'));config[_0xd5dd('0x5')]=_[_0xd5dd('0x6')](config[_0xd5dd('0x5')],{'host':_0xd5dd('0x7'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config['redis']));function OpenchannelQueue(_0x34f91b){this['id']=_0x34f91b['id']||0x0;this[_0xd5dd('0x8')]=_0x34f91b[_0xd5dd('0x8')]||'';this['timeout']=_0x34f91b[_0xd5dd('0x9')]||0xa;this[_0xd5dd('0xa')]=_0x34f91b['strategy']||_0xd5dd('0xb');this['Agents']=_0x34f91b[_0xd5dd('0xc')];this[_0xd5dd('0xd')]={};this[_0xd5dd('0xe')]=0x0;this[_0xd5dd('0x1')]='';this['updateRouting']();this[_0xd5dd('0xf')]();}OpenchannelQueue['prototype'][_0xd5dd('0x10')]=function(){var _0x1e502f=this[_0xd5dd('0xd')][_0xd5dd('0x11')];this[_0xd5dd('0xd')]=_[_0xd5dd('0x12')](this['Agents'],'id');this['mapAgentsId']['_rr']=_0x1e502f;};OpenchannelQueue[_0xd5dd('0x13')]['updateRealtime']=function(){this[_0xd5dd('0x14')]=0x0;this[_0xd5dd('0x15')]=0x0;for(var _0x2166cb=0x0;_0x2166cb<this[_0xd5dd('0xc')]['length'];_0x2166cb+=0x1){if(this[_0xd5dd('0xc')][_0x2166cb][_0xd5dd('0x16')]){this[_0xd5dd('0x14')]+=0x1;}if(this['Agents'][_0x2166cb][_0xd5dd('0x17')]){this[_0xd5dd('0x15')]+=0x1;}}this[_0xd5dd('0x18')]=this[_0xd5dd('0x14')]-this[_0xd5dd('0x15')];this[_0xd5dd('0x18')]=this['available']>=0x0?this[_0xd5dd('0x18')]:0x0;var _0x445dbd={'id':this['id'],'available':this[_0xd5dd('0x18')],'loggedIn':this[_0xd5dd('0x14')],'name':this[_0xd5dd('0x8')],'paused':this[_0xd5dd('0x15')],'waiting':this[_0xd5dd('0xe')]};var _0x24690a=md5(JSON[_0xd5dd('0x19')](_0x445dbd));if(this[_0xd5dd('0x1')]!==_0x24690a){this[_0xd5dd('0x1')]=_0x24690a;io['to'](util[_0xd5dd('0x1a')](_0xd5dd('0x1b'),_0x445dbd[_0xd5dd('0x8')]))[_0xd5dd('0x1c')](_0xd5dd('0x1d'),_0x445dbd);}};module[_0xd5dd('0x1e')]=OpenchannelQueue;