Built motion from commit (unavailable).|2.5.8
[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 _0x12d1=['beepall','mapAgentsId','waiting','md5','updateRouting','updateRealtime','prototype','_rr','map','Agents','paused','online','available','loggedIn','openchannel:queue:%s','openchannel_queue:save','exports','ioredis','../../../config/environment','redis','localhost','name','timeout','strategy'];(function(_0x1d5118,_0x5858bc){var _0x19bf71=function(_0x21a6c1){while(--_0x21a6c1){_0x1d5118['push'](_0x1d5118['shift']());}};_0x19bf71(++_0x5858bc);}(_0x12d1,0x149));var _0x112d=function(_0x168016,_0xed71a5){_0x168016=_0x168016-0x0;var _0x55649b=_0x12d1[_0x168016];return _0x55649b;};'use strict';var _=require('lodash');var md5=require('md5');var util=require('util');var Redis=require(_0x112d('0x0'));var config=require(_0x112d('0x1'));config[_0x112d('0x2')]=_['defaults'](config[_0x112d('0x2')],{'host':_0x112d('0x3'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x112d('0x2')]));function OpenchannelQueue(_0xaf3c24){this['id']=_0xaf3c24['id']||0x0;this['name']=_0xaf3c24[_0x112d('0x4')]||'';this['timeout']=_0xaf3c24[_0x112d('0x5')]||0xa;this[_0x112d('0x6')]=_0xaf3c24['strategy']||_0x112d('0x7');this['Agents']=_0xaf3c24['Agents'];this[_0x112d('0x8')]={};this[_0x112d('0x9')]=0x0;this[_0x112d('0xa')]='';this[_0x112d('0xb')]();this[_0x112d('0xc')]();}OpenchannelQueue[_0x112d('0xd')]['updateRouting']=function(){var _0x409564=this['mapAgentsId'][_0x112d('0xe')];this['mapAgentsId']=_[_0x112d('0xf')](this[_0x112d('0x10')],'id');this[_0x112d('0x8')][_0x112d('0xe')]=_0x409564;};OpenchannelQueue[_0x112d('0xd')][_0x112d('0xc')]=function(){this['loggedIn']=0x0;this[_0x112d('0x11')]=0x0;for(var _0xe08240=0x0;_0xe08240<this['Agents']['length'];_0xe08240+=0x1){if(this[_0x112d('0x10')][_0xe08240][_0x112d('0x12')]){this['loggedIn']+=0x1;}if(this[_0x112d('0x10')][_0xe08240]['openchannelPause']){this[_0x112d('0x11')]+=0x1;}}this[_0x112d('0x13')]=this['loggedIn']-this[_0x112d('0x11')];this[_0x112d('0x13')]=this[_0x112d('0x13')]>=0x0?this['available']:0x0;var _0x4b968d={'id':this['id'],'available':this[_0x112d('0x13')],'loggedIn':this[_0x112d('0x14')],'name':this[_0x112d('0x4')],'paused':this[_0x112d('0x11')],'waiting':this[_0x112d('0x9')]};var _0x5ba45d=md5(JSON['stringify'](_0x4b968d));if(this[_0x112d('0xa')]!==_0x5ba45d){this['md5']=_0x5ba45d;io['to'](util['format'](_0x112d('0x15'),_0x4b968d['name']))['emit'](_0x112d('0x16'),_0x4b968d);}};module[_0x112d('0x17')]=OpenchannelQueue;