Built motion from commit (unavailable).|2.5.26
[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 _0xf98f=['mapAgentsId','_rr','map','loggedIn','paused','openchannelPause','available','stringify','format','exports','lodash','md5','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','Agents','waiting','updateRouting','updateRealtime','prototype'];(function(_0x2b98fa,_0x23ed96){var _0x11b64f=function(_0x3c6050){while(--_0x3c6050){_0x2b98fa['push'](_0x2b98fa['shift']());}};_0x11b64f(++_0x23ed96);}(_0xf98f,0x142));var _0xff98=function(_0x2381ff,_0x56ff71){_0x2381ff=_0x2381ff-0x0;var _0x411b19=_0xf98f[_0x2381ff];return _0x411b19;};'use strict';var _=require(_0xff98('0x0'));var md5=require(_0xff98('0x1'));var util=require('util');var Redis=require('ioredis');var config=require(_0xff98('0x2'));config[_0xff98('0x3')]=_[_0xff98('0x4')](config[_0xff98('0x3')],{'host':_0xff98('0x5'),'port':0x18eb});var io=require(_0xff98('0x6'))(new Redis(config[_0xff98('0x3')]));function OpenchannelQueue(_0x44a113){this['id']=_0x44a113['id']||0x0;this[_0xff98('0x7')]=_0x44a113[_0xff98('0x7')]||'';this[_0xff98('0x8')]=_0x44a113[_0xff98('0x8')]||0xa;this['strategy']=_0x44a113['strategy']||'beepall';this[_0xff98('0x9')]=_0x44a113['Agents'];this['mapAgentsId']={};this[_0xff98('0xa')]=0x0;this['md5']='';this[_0xff98('0xb')]();this[_0xff98('0xc')]();}OpenchannelQueue[_0xff98('0xd')][_0xff98('0xb')]=function(){var _0xa2fc7a=this[_0xff98('0xe')][_0xff98('0xf')];this[_0xff98('0xe')]=_[_0xff98('0x10')](this[_0xff98('0x9')],'id');this[_0xff98('0xe')][_0xff98('0xf')]=_0xa2fc7a;};OpenchannelQueue['prototype'][_0xff98('0xc')]=function(){this[_0xff98('0x11')]=0x0;this[_0xff98('0x12')]=0x0;for(var _0x3cd6d0=0x0;_0x3cd6d0<this['Agents']['length'];_0x3cd6d0+=0x1){if(this[_0xff98('0x9')][_0x3cd6d0]['online']){this[_0xff98('0x11')]+=0x1;}if(this[_0xff98('0x9')][_0x3cd6d0][_0xff98('0x13')]){this['paused']+=0x1;}}this[_0xff98('0x14')]=this[_0xff98('0x11')]-this[_0xff98('0x12')];this[_0xff98('0x14')]=this[_0xff98('0x14')]>=0x0?this[_0xff98('0x14')]:0x0;var _0xefeaf3={'id':this['id'],'available':this[_0xff98('0x14')],'loggedIn':this['loggedIn'],'name':this[_0xff98('0x7')],'paused':this[_0xff98('0x12')],'waiting':this[_0xff98('0xa')]};var _0xdc4cb=md5(JSON[_0xff98('0x15')](_0xefeaf3));if(this[_0xff98('0x1')]!==_0xdc4cb){this[_0xff98('0x1')]=_0xdc4cb;io['to'](util[_0xff98('0x16')]('openchannel:queue:%s',_0xefeaf3['name']))['emit']('openchannel_queue:save',_0xefeaf3);}};module[_0xff98('0x17')]=OpenchannelQueue;