Built motion from commit ffdca78c.|2.6.24
[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 _0xf148=['socket.io-emitter','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','paused','length','online','available','loggedIn','name','format','fax_queue:save','exports','lodash','md5','util','ioredis','../../../config/environment','redis','defaults','localhost'];(function(_0x3947c9,_0x4d6c97){var _0x2e7871=function(_0x1236cc){while(--_0x1236cc){_0x3947c9['push'](_0x3947c9['shift']());}};_0x2e7871(++_0x4d6c97);}(_0xf148,0xa6));var _0x8f14=function(_0x2c9eb1,_0x37dacc){_0x2c9eb1=_0x2c9eb1-0x0;var _0x2bef6c=_0xf148[_0x2c9eb1];return _0x2bef6c;};'use strict';var _=require(_0x8f14('0x0'));var md5=require(_0x8f14('0x1'));var util=require(_0x8f14('0x2'));var Redis=require(_0x8f14('0x3'));var config=require(_0x8f14('0x4'));config[_0x8f14('0x5')]=_[_0x8f14('0x6')](config[_0x8f14('0x5')],{'host':_0x8f14('0x7'),'port':0x18eb});var io=require(_0x8f14('0x8'))(new Redis(config[_0x8f14('0x5')]));function FaxQueue(_0x1d596f){this['id']=_0x1d596f['id']||0x0;this['name']=_0x1d596f['name']||'';this[_0x8f14('0x9')]=_0x1d596f[_0x8f14('0x9')]||0xa;this[_0x8f14('0xa')]=_0x1d596f[_0x8f14('0xa')]||_0x8f14('0xb');this[_0x8f14('0xc')]=_0x1d596f['Agents'];this[_0x8f14('0xd')]={};this[_0x8f14('0xe')]=0x0;this[_0x8f14('0x1')]='';this[_0x8f14('0xf')]();this[_0x8f14('0x10')]();}FaxQueue[_0x8f14('0x11')][_0x8f14('0xf')]=function(){var _0x333792=this[_0x8f14('0xd')][_0x8f14('0x12')];this[_0x8f14('0xd')]=_[_0x8f14('0x13')](this['Agents'],'id');this[_0x8f14('0xd')][_0x8f14('0x12')]=_0x333792;};FaxQueue[_0x8f14('0x11')]['updateRealtime']=function(){this['loggedIn']=0x0;this[_0x8f14('0x14')]=0x0;for(var _0x5161de=0x0;_0x5161de<this[_0x8f14('0xc')][_0x8f14('0x15')];_0x5161de+=0x1){if(this[_0x8f14('0xc')][_0x5161de][_0x8f14('0x16')]){this['loggedIn']+=0x1;}if(this[_0x8f14('0xc')][_0x5161de]['faxPause']){this[_0x8f14('0x14')]+=0x1;}}this[_0x8f14('0x17')]=this[_0x8f14('0x18')]-this[_0x8f14('0x14')];this[_0x8f14('0x17')]=this[_0x8f14('0x17')]>=0x0?this[_0x8f14('0x17')]:0x0;var _0x14a91e={'id':this['id'],'available':this[_0x8f14('0x17')],'loggedIn':this['loggedIn'],'name':this[_0x8f14('0x19')],'paused':this[_0x8f14('0x14')],'waiting':this[_0x8f14('0xe')]};var _0x4c07f2=md5(JSON['stringify'](_0x14a91e));if(this[_0x8f14('0x1')]!==_0x4c07f2){this['md5']=_0x4c07f2;io['to'](util[_0x8f14('0x1a')]('fax:queue:%s',_0x14a91e['name']))['emit'](_0x8f14('0x1b'),_0x14a91e);}};module[_0x8f14('0x1c')]=FaxQueue;