Built motion from commit (unavailable).|2.5.22
[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 _0x62b5=['updateRouting','_rr','map','loggedIn','paused','length','online','available','stringify','format','openchannel:queue:%s','openchannel_queue:save','exports','md5','util','defaults','localhost','redis','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRealtime','prototype'];(function(_0x46c21f,_0x286625){var _0x581376=function(_0x439ead){while(--_0x439ead){_0x46c21f['push'](_0x46c21f['shift']());}};_0x581376(++_0x286625);}(_0x62b5,0x1bd));var _0x562b=function(_0x1adcc0,_0x286737){_0x1adcc0=_0x1adcc0-0x0;var _0x4413a1=_0x62b5[_0x1adcc0];return _0x4413a1;};'use strict';var _=require('lodash');var md5=require(_0x562b('0x0'));var util=require(_0x562b('0x1'));var Redis=require('ioredis');var config=require('../../../config/environment');config['redis']=_[_0x562b('0x2')](config['redis'],{'host':_0x562b('0x3'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x562b('0x4')]));function OpenchannelQueue(_0x1c60a1){this['id']=_0x1c60a1['id']||0x0;this[_0x562b('0x5')]=_0x1c60a1['name']||'';this[_0x562b('0x6')]=_0x1c60a1['timeout']||0xa;this[_0x562b('0x7')]=_0x1c60a1[_0x562b('0x7')]||_0x562b('0x8');this[_0x562b('0x9')]=_0x1c60a1[_0x562b('0x9')];this[_0x562b('0xa')]={};this[_0x562b('0xb')]=0x0;this[_0x562b('0x0')]='';this['updateRouting']();this[_0x562b('0xc')]();}OpenchannelQueue[_0x562b('0xd')][_0x562b('0xe')]=function(){var _0x389f6f=this[_0x562b('0xa')][_0x562b('0xf')];this[_0x562b('0xa')]=_[_0x562b('0x10')](this['Agents'],'id');this[_0x562b('0xa')][_0x562b('0xf')]=_0x389f6f;};OpenchannelQueue[_0x562b('0xd')][_0x562b('0xc')]=function(){this[_0x562b('0x11')]=0x0;this[_0x562b('0x12')]=0x0;for(var _0x205a58=0x0;_0x205a58<this[_0x562b('0x9')][_0x562b('0x13')];_0x205a58+=0x1){if(this[_0x562b('0x9')][_0x205a58][_0x562b('0x14')]){this[_0x562b('0x11')]+=0x1;}if(this[_0x562b('0x9')][_0x205a58]['openchannelPause']){this[_0x562b('0x12')]+=0x1;}}this[_0x562b('0x15')]=this[_0x562b('0x11')]-this['paused'];this[_0x562b('0x15')]=this[_0x562b('0x15')]>=0x0?this[_0x562b('0x15')]:0x0;var _0x30034f={'id':this['id'],'available':this[_0x562b('0x15')],'loggedIn':this[_0x562b('0x11')],'name':this[_0x562b('0x5')],'paused':this[_0x562b('0x12')],'waiting':this[_0x562b('0xb')]};var _0xe5d924=md5(JSON[_0x562b('0x16')](_0x30034f));if(this['md5']!==_0xe5d924){this[_0x562b('0x0')]=_0xe5d924;io['to'](util[_0x562b('0x17')](_0x562b('0x18'),_0x30034f[_0x562b('0x5')]))['emit'](_0x562b('0x19'),_0x30034f);}};module[_0x562b('0x1a')]=OpenchannelQueue;