Built motion from commit (unavailable).|2.5.14
[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 _0xdb47=['strategy','beepall','Agents','mapAgentsId','updateRouting','updateRealtime','prototype','_rr','map','loggedIn','paused','length','online','openchannelPause','available','waiting','stringify','format','openchannel_queue:save','exports','lodash','md5','util','ioredis','redis','defaults','name','timeout'];(function(_0x28fb63,_0x1a6af2){var _0x780678=function(_0x435e1a){while(--_0x435e1a){_0x28fb63['push'](_0x28fb63['shift']());}};_0x780678(++_0x1a6af2);}(_0xdb47,0x19c));var _0x7db4=function(_0x3540f7,_0x18e5f1){_0x3540f7=_0x3540f7-0x0;var _0x4f6425=_0xdb47[_0x3540f7];return _0x4f6425;};'use strict';var _=require(_0x7db4('0x0'));var md5=require(_0x7db4('0x1'));var util=require(_0x7db4('0x2'));var Redis=require(_0x7db4('0x3'));var config=require('../../../config/environment');config[_0x7db4('0x4')]=_[_0x7db4('0x5')](config[_0x7db4('0x4')],{'host':'localhost','port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x7db4('0x4')]));function OpenchannelQueue(_0x17cc7e){this['id']=_0x17cc7e['id']||0x0;this['name']=_0x17cc7e[_0x7db4('0x6')]||'';this[_0x7db4('0x7')]=_0x17cc7e[_0x7db4('0x7')]||0xa;this[_0x7db4('0x8')]=_0x17cc7e[_0x7db4('0x8')]||_0x7db4('0x9');this[_0x7db4('0xa')]=_0x17cc7e['Agents'];this[_0x7db4('0xb')]={};this['waiting']=0x0;this['md5']='';this[_0x7db4('0xc')]();this[_0x7db4('0xd')]();}OpenchannelQueue[_0x7db4('0xe')][_0x7db4('0xc')]=function(){var _0x31fe2c=this['mapAgentsId'][_0x7db4('0xf')];this[_0x7db4('0xb')]=_[_0x7db4('0x10')](this[_0x7db4('0xa')],'id');this[_0x7db4('0xb')][_0x7db4('0xf')]=_0x31fe2c;};OpenchannelQueue[_0x7db4('0xe')][_0x7db4('0xd')]=function(){this[_0x7db4('0x11')]=0x0;this[_0x7db4('0x12')]=0x0;for(var _0x5cfdfe=0x0;_0x5cfdfe<this[_0x7db4('0xa')][_0x7db4('0x13')];_0x5cfdfe+=0x1){if(this[_0x7db4('0xa')][_0x5cfdfe][_0x7db4('0x14')]){this[_0x7db4('0x11')]+=0x1;}if(this[_0x7db4('0xa')][_0x5cfdfe][_0x7db4('0x15')]){this[_0x7db4('0x12')]+=0x1;}}this['available']=this[_0x7db4('0x11')]-this['paused'];this[_0x7db4('0x16')]=this['available']>=0x0?this[_0x7db4('0x16')]:0x0;var _0x152e04={'id':this['id'],'available':this[_0x7db4('0x16')],'loggedIn':this[_0x7db4('0x11')],'name':this['name'],'paused':this[_0x7db4('0x12')],'waiting':this[_0x7db4('0x17')]};var _0x531612=md5(JSON[_0x7db4('0x18')](_0x152e04));if(this[_0x7db4('0x1')]!==_0x531612){this[_0x7db4('0x1')]=_0x531612;io['to'](util[_0x7db4('0x19')]('openchannel:queue:%s',_0x152e04[_0x7db4('0x6')]))['emit'](_0x7db4('0x1a'),_0x152e04);}};module[_0x7db4('0x1b')]=OpenchannelQueue;