Built motion from commit (unavailable).|2.5.5
[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 _0xb2ca=['defaults','redis','localhost','socket.io-emitter','name','timeout','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','loggedIn','paused','length','online','openchannelPause','available','stringify','format','emit','exports','lodash','md5','../../../config/environment'];(function(_0x57b54c,_0x54ce0d){var _0x59cc19=function(_0xa33bc6){while(--_0xa33bc6){_0x57b54c['push'](_0x57b54c['shift']());}};_0x59cc19(++_0x54ce0d);}(_0xb2ca,0x11b));var _0xab2c=function(_0x13b8f3,_0x442821){_0x13b8f3=_0x13b8f3-0x0;var _0x1a6d06=_0xb2ca[_0x13b8f3];return _0x1a6d06;};'use strict';var _=require(_0xab2c('0x0'));var md5=require(_0xab2c('0x1'));var util=require('util');var Redis=require('ioredis');var config=require(_0xab2c('0x2'));config['redis']=_[_0xab2c('0x3')](config[_0xab2c('0x4')],{'host':_0xab2c('0x5'),'port':0x18eb});var io=require(_0xab2c('0x6'))(new Redis(config[_0xab2c('0x4')]));function OpenchannelQueue(_0x4f8f50){this['id']=_0x4f8f50['id']||0x0;this[_0xab2c('0x7')]=_0x4f8f50[_0xab2c('0x7')]||'';this['timeout']=_0x4f8f50[_0xab2c('0x8')]||0xa;this['strategy']=_0x4f8f50['strategy']||_0xab2c('0x9');this[_0xab2c('0xa')]=_0x4f8f50[_0xab2c('0xa')];this[_0xab2c('0xb')]={};this[_0xab2c('0xc')]=0x0;this[_0xab2c('0x1')]='';this[_0xab2c('0xd')]();this[_0xab2c('0xe')]();}OpenchannelQueue[_0xab2c('0xf')]['updateRouting']=function(){var _0x760f85=this[_0xab2c('0xb')]['_rr'];this[_0xab2c('0xb')]=_['map'](this[_0xab2c('0xa')],'id');this[_0xab2c('0xb')]['_rr']=_0x760f85;};OpenchannelQueue[_0xab2c('0xf')][_0xab2c('0xe')]=function(){this[_0xab2c('0x10')]=0x0;this[_0xab2c('0x11')]=0x0;for(var _0x5c693f=0x0;_0x5c693f<this[_0xab2c('0xa')][_0xab2c('0x12')];_0x5c693f+=0x1){if(this[_0xab2c('0xa')][_0x5c693f][_0xab2c('0x13')]){this[_0xab2c('0x10')]+=0x1;}if(this[_0xab2c('0xa')][_0x5c693f][_0xab2c('0x14')]){this[_0xab2c('0x11')]+=0x1;}}this[_0xab2c('0x15')]=this[_0xab2c('0x10')]-this[_0xab2c('0x11')];this[_0xab2c('0x15')]=this['available']>=0x0?this[_0xab2c('0x15')]:0x0;var _0x5b04c7={'id':this['id'],'available':this[_0xab2c('0x15')],'loggedIn':this[_0xab2c('0x10')],'name':this[_0xab2c('0x7')],'paused':this[_0xab2c('0x11')],'waiting':this[_0xab2c('0xc')]};var _0x409017=md5(JSON[_0xab2c('0x16')](_0x5b04c7));if(this[_0xab2c('0x1')]!==_0x409017){this[_0xab2c('0x1')]=_0x409017;io['to'](util[_0xab2c('0x17')]('openchannel:queue:%s',_0x5b04c7[_0xab2c('0x7')]))[_0xab2c('0x18')]('openchannel_queue:save',_0x5b04c7);}};module[_0xab2c('0x19')]=OpenchannelQueue;