Built motion from commit (unavailable).|2.5.13
[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 _0x22a5=['defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','md5','updateRouting','updateRealtime','_rr','map','prototype','loggedIn','paused','online','openchannelPause','available','stringify','format','openchannel:queue:%s','emit','openchannel_queue:save','exports','util','../../../config/environment','redis'];(function(_0x21e683,_0x10abbd){var _0x229aa4=function(_0x3ecaf6){while(--_0x3ecaf6){_0x21e683['push'](_0x21e683['shift']());}};_0x229aa4(++_0x10abbd);}(_0x22a5,0x10b));var _0x522a=function(_0x4d30d,_0x6c248f){_0x4d30d=_0x4d30d-0x0;var _0x4ae60f=_0x22a5[_0x4d30d];return _0x4ae60f;};'use strict';var _=require('lodash');var md5=require('md5');var util=require(_0x522a('0x0'));var Redis=require('ioredis');var config=require(_0x522a('0x1'));config[_0x522a('0x2')]=_[_0x522a('0x3')](config[_0x522a('0x2')],{'host':_0x522a('0x4'),'port':0x18eb});var io=require(_0x522a('0x5'))(new Redis(config[_0x522a('0x2')]));function OpenchannelQueue(_0x59c91a){this['id']=_0x59c91a['id']||0x0;this[_0x522a('0x6')]=_0x59c91a[_0x522a('0x6')]||'';this[_0x522a('0x7')]=_0x59c91a['timeout']||0xa;this[_0x522a('0x8')]=_0x59c91a[_0x522a('0x8')]||_0x522a('0x9');this[_0x522a('0xa')]=_0x59c91a[_0x522a('0xa')];this[_0x522a('0xb')]={};this[_0x522a('0xc')]=0x0;this[_0x522a('0xd')]='';this[_0x522a('0xe')]();this[_0x522a('0xf')]();}OpenchannelQueue['prototype'][_0x522a('0xe')]=function(){var _0x560777=this[_0x522a('0xb')][_0x522a('0x10')];this[_0x522a('0xb')]=_[_0x522a('0x11')](this[_0x522a('0xa')],'id');this[_0x522a('0xb')]['_rr']=_0x560777;};OpenchannelQueue[_0x522a('0x12')][_0x522a('0xf')]=function(){this[_0x522a('0x13')]=0x0;this[_0x522a('0x14')]=0x0;for(var _0x5d25a8=0x0;_0x5d25a8<this[_0x522a('0xa')]['length'];_0x5d25a8+=0x1){if(this[_0x522a('0xa')][_0x5d25a8][_0x522a('0x15')]){this['loggedIn']+=0x1;}if(this['Agents'][_0x5d25a8][_0x522a('0x16')]){this[_0x522a('0x14')]+=0x1;}}this[_0x522a('0x17')]=this[_0x522a('0x13')]-this[_0x522a('0x14')];this['available']=this[_0x522a('0x17')]>=0x0?this[_0x522a('0x17')]:0x0;var _0x2f2fc4={'id':this['id'],'available':this[_0x522a('0x17')],'loggedIn':this[_0x522a('0x13')],'name':this['name'],'paused':this[_0x522a('0x14')],'waiting':this[_0x522a('0xc')]};var _0x56317e=md5(JSON[_0x522a('0x18')](_0x2f2fc4));if(this[_0x522a('0xd')]!==_0x56317e){this[_0x522a('0xd')]=_0x56317e;io['to'](util[_0x522a('0x19')](_0x522a('0x1a'),_0x2f2fc4[_0x522a('0x6')]))[_0x522a('0x1b')](_0x522a('0x1c'),_0x2f2fc4);}};module[_0x522a('0x1d')]=OpenchannelQueue;