f590d24392f0ffad853eeb88ce4ad9ef11fc7639
[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 _0xb029=['map','updateRealtime','loggedIn','paused','length','online','openchannelPause','available','stringify','format','openchannel:queue:%s','emit','openchannel_queue:save','exports','util','ioredis','socket.io-emitter','redis','name','strategy','beepall','Agents','mapAgentsId','waiting','md5','updateRouting','prototype','_rr'];(function(_0x11baf3,_0x4771b2){var _0x1da41b=function(_0x304197){while(--_0x304197){_0x11baf3['push'](_0x11baf3['shift']());}};_0x1da41b(++_0x4771b2);}(_0xb029,0x10a));var _0x9b02=function(_0x40b4eb,_0x28be81){_0x40b4eb=_0x40b4eb-0x0;var _0x1f966d=_0xb029[_0x40b4eb];return _0x1f966d;};'use strict';var _=require('lodash');var md5=require('md5');var util=require(_0x9b02('0x0'));var Redis=require(_0x9b02('0x1'));var config=require('../../../config/environment');config['redis']=_['defaults'](config['redis'],{'host':'localhost','port':0x18eb});var io=require(_0x9b02('0x2'))(new Redis(config[_0x9b02('0x3')]));function OpenchannelQueue(_0x6c9b7c){this['id']=_0x6c9b7c['id']||0x0;this[_0x9b02('0x4')]=_0x6c9b7c[_0x9b02('0x4')]||'';this['timeout']=_0x6c9b7c['timeout']||0xa;this[_0x9b02('0x5')]=_0x6c9b7c['strategy']||_0x9b02('0x6');this[_0x9b02('0x7')]=_0x6c9b7c[_0x9b02('0x7')];this[_0x9b02('0x8')]={};this[_0x9b02('0x9')]=0x0;this[_0x9b02('0xa')]='';this[_0x9b02('0xb')]();this['updateRealtime']();}OpenchannelQueue[_0x9b02('0xc')][_0x9b02('0xb')]=function(){var _0x3d53a9=this[_0x9b02('0x8')][_0x9b02('0xd')];this[_0x9b02('0x8')]=_[_0x9b02('0xe')](this['Agents'],'id');this['mapAgentsId'][_0x9b02('0xd')]=_0x3d53a9;};OpenchannelQueue[_0x9b02('0xc')][_0x9b02('0xf')]=function(){this[_0x9b02('0x10')]=0x0;this[_0x9b02('0x11')]=0x0;for(var _0x1a8e63=0x0;_0x1a8e63<this[_0x9b02('0x7')][_0x9b02('0x12')];_0x1a8e63+=0x1){if(this[_0x9b02('0x7')][_0x1a8e63][_0x9b02('0x13')]){this['loggedIn']+=0x1;}if(this[_0x9b02('0x7')][_0x1a8e63][_0x9b02('0x14')]){this[_0x9b02('0x11')]+=0x1;}}this[_0x9b02('0x15')]=this[_0x9b02('0x10')]-this[_0x9b02('0x11')];this[_0x9b02('0x15')]=this[_0x9b02('0x15')]>=0x0?this[_0x9b02('0x15')]:0x0;var _0x5c991c={'id':this['id'],'available':this[_0x9b02('0x15')],'loggedIn':this[_0x9b02('0x10')],'name':this[_0x9b02('0x4')],'paused':this[_0x9b02('0x11')],'waiting':this['waiting']};var _0x2df6e1=md5(JSON[_0x9b02('0x16')](_0x5c991c));if(this[_0x9b02('0xa')]!==_0x2df6e1){this[_0x9b02('0xa')]=_0x2df6e1;io['to'](util[_0x9b02('0x17')](_0x9b02('0x18'),_0x5c991c[_0x9b02('0x4')]))[_0x9b02('0x19')](_0x9b02('0x1a'),_0x5c991c);}};module[_0x9b02('0x1b')]=OpenchannelQueue;