62bcfaea10cbd0d2631d7d1cb809fe2a38d2d659
[motion2.git] / server / services / routing / model / faxQueue.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 _0x925c=['socket.io-emitter','redis','timeout','strategy','beepall','Agents','mapAgentsId','updateRouting','updateRealtime','_rr','length','online','loggedIn','faxPause','paused','available','name','waiting','stringify','format','fax:queue:%s','emit','fax_queue:save','lodash','md5','util','ioredis'];(function(_0x5f17cf,_0x2fd730){var _0x1a73b8=function(_0xc57e7){while(--_0xc57e7){_0x5f17cf['push'](_0x5f17cf['shift']());}};_0x1a73b8(++_0x2fd730);}(_0x925c,0xb9));var _0xc925=function(_0x253366,_0x59b4f8){_0x253366=_0x253366-0x0;var _0x10d324=_0x925c[_0x253366];return _0x10d324;};'use strict';var _=require(_0xc925('0x0'));var md5=require(_0xc925('0x1'));var util=require(_0xc925('0x2'));var Redis=require(_0xc925('0x3'));var config=require('../../../config/environment');config['redis']=_['defaults'](config['redis'],{'host':'localhost','port':0x18eb});var io=require(_0xc925('0x4'))(new Redis(config[_0xc925('0x5')]));function FaxQueue(_0x2b7c5f){this['id']=_0x2b7c5f['id']||0x0;this['name']=_0x2b7c5f['name']||'';this[_0xc925('0x6')]=_0x2b7c5f[_0xc925('0x6')]||0xa;this[_0xc925('0x7')]=_0x2b7c5f[_0xc925('0x7')]||_0xc925('0x8');this[_0xc925('0x9')]=_0x2b7c5f[_0xc925('0x9')];this[_0xc925('0xa')]={};this['waiting']=0x0;this[_0xc925('0x1')]='';this[_0xc925('0xb')]();this[_0xc925('0xc')]();}FaxQueue['prototype'][_0xc925('0xb')]=function(){var _0x4062bf=this[_0xc925('0xa')]['_rr'];this[_0xc925('0xa')]=_['map'](this[_0xc925('0x9')],'id');this[_0xc925('0xa')][_0xc925('0xd')]=_0x4062bf;};FaxQueue['prototype'][_0xc925('0xc')]=function(){this['loggedIn']=0x0;this['paused']=0x0;for(var _0x1eb880=0x0;_0x1eb880<this[_0xc925('0x9')][_0xc925('0xe')];_0x1eb880+=0x1){if(this[_0xc925('0x9')][_0x1eb880][_0xc925('0xf')]){this[_0xc925('0x10')]+=0x1;}if(this[_0xc925('0x9')][_0x1eb880][_0xc925('0x11')]){this[_0xc925('0x12')]+=0x1;}}this[_0xc925('0x13')]=this[_0xc925('0x10')]-this['paused'];this[_0xc925('0x13')]=this['available']>=0x0?this[_0xc925('0x13')]:0x0;var _0x31cb70={'id':this['id'],'available':this[_0xc925('0x13')],'loggedIn':this[_0xc925('0x10')],'name':this[_0xc925('0x14')],'paused':this[_0xc925('0x12')],'waiting':this[_0xc925('0x15')]};var _0x876caa=md5(JSON[_0xc925('0x16')](_0x31cb70));if(this[_0xc925('0x1')]!==_0x876caa){this['md5']=_0x876caa;io['to'](util[_0xc925('0x17')](_0xc925('0x18'),_0x31cb70[_0xc925('0x14')]))[_0xc925('0x19')](_0xc925('0x1a'),_0x31cb70);}};module['exports']=FaxQueue;