Built motion from commit ab870f9e.|2.5.44
[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 _0x48c5=['waiting','stringify','format','fax:queue:%s','lodash','md5','util','ioredis','../../../config/environment','defaults','redis','localhost','name','timeout','strategy','Agents','mapAgentsId','updateRouting','updateRealtime','prototype','_rr','map','paused','length','online','available','loggedIn'];(function(_0x57d3fd,_0x12f0ea){var _0x2956c9=function(_0x29f59f){while(--_0x29f59f){_0x57d3fd['push'](_0x57d3fd['shift']());}};_0x2956c9(++_0x12f0ea);}(_0x48c5,0x199));var _0x548c=function(_0x53b139,_0x1424de){_0x53b139=_0x53b139-0x0;var _0x17ed19=_0x48c5[_0x53b139];return _0x17ed19;};'use strict';var _=require(_0x548c('0x0'));var md5=require(_0x548c('0x1'));var util=require(_0x548c('0x2'));var Redis=require(_0x548c('0x3'));var config=require(_0x548c('0x4'));config['redis']=_[_0x548c('0x5')](config[_0x548c('0x6')],{'host':_0x548c('0x7'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x548c('0x6')]));function FaxQueue(_0x21e948){this['id']=_0x21e948['id']||0x0;this['name']=_0x21e948[_0x548c('0x8')]||'';this[_0x548c('0x9')]=_0x21e948[_0x548c('0x9')]||0xa;this[_0x548c('0xa')]=_0x21e948[_0x548c('0xa')]||'beepall';this[_0x548c('0xb')]=_0x21e948[_0x548c('0xb')];this[_0x548c('0xc')]={};this['waiting']=0x0;this['md5']='';this[_0x548c('0xd')]();this[_0x548c('0xe')]();}FaxQueue[_0x548c('0xf')][_0x548c('0xd')]=function(){var _0x4d8e7e=this['mapAgentsId'][_0x548c('0x10')];this[_0x548c('0xc')]=_[_0x548c('0x11')](this['Agents'],'id');this[_0x548c('0xc')][_0x548c('0x10')]=_0x4d8e7e;};FaxQueue[_0x548c('0xf')][_0x548c('0xe')]=function(){this['loggedIn']=0x0;this[_0x548c('0x12')]=0x0;for(var _0x2829e6=0x0;_0x2829e6<this[_0x548c('0xb')][_0x548c('0x13')];_0x2829e6+=0x1){if(this[_0x548c('0xb')][_0x2829e6][_0x548c('0x14')]){this['loggedIn']+=0x1;}if(this['Agents'][_0x2829e6]['faxPause']){this[_0x548c('0x12')]+=0x1;}}this[_0x548c('0x15')]=this[_0x548c('0x16')]-this['paused'];this[_0x548c('0x15')]=this[_0x548c('0x15')]>=0x0?this[_0x548c('0x15')]:0x0;var _0x5a6681={'id':this['id'],'available':this['available'],'loggedIn':this[_0x548c('0x16')],'name':this[_0x548c('0x8')],'paused':this['paused'],'waiting':this[_0x548c('0x17')]};var _0x233396=md5(JSON[_0x548c('0x18')](_0x5a6681));if(this[_0x548c('0x1')]!==_0x233396){this[_0x548c('0x1')]=_0x233396;io['to'](util[_0x548c('0x19')](_0x548c('0x1a'),_0x5a6681[_0x548c('0x8')]))['emit']('fax_queue:save',_0x5a6681);}};module['exports']=FaxQueue;