Built motion from commit 00bf23f6.|2.6.16
[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 _0x4f59=['paused','length','available','format','fax:queue:%s','emit','fax_queue:save','md5','util','ioredis','../../../config/environment','redis','localhost','socket.io-emitter','name','timeout','strategy','Agents','waiting','updateRealtime','prototype','mapAgentsId','_rr','loggedIn'];(function(_0x21baad,_0xe08137){var _0x326501=function(_0x21182a){while(--_0x21182a){_0x21baad['push'](_0x21baad['shift']());}};_0x326501(++_0xe08137);}(_0x4f59,0x127));var _0x94f5=function(_0xea6018,_0x4cf082){_0xea6018=_0xea6018-0x0;var _0x57b54d=_0x4f59[_0xea6018];return _0x57b54d;};'use strict';var _=require('lodash');var md5=require(_0x94f5('0x0'));var util=require(_0x94f5('0x1'));var Redis=require(_0x94f5('0x2'));var config=require(_0x94f5('0x3'));config[_0x94f5('0x4')]=_['defaults'](config['redis'],{'host':_0x94f5('0x5'),'port':0x18eb});var io=require(_0x94f5('0x6'))(new Redis(config[_0x94f5('0x4')]));function FaxQueue(_0x2ca546){this['id']=_0x2ca546['id']||0x0;this[_0x94f5('0x7')]=_0x2ca546[_0x94f5('0x7')]||'';this[_0x94f5('0x8')]=_0x2ca546['timeout']||0xa;this[_0x94f5('0x9')]=_0x2ca546[_0x94f5('0x9')]||'beepall';this[_0x94f5('0xa')]=_0x2ca546[_0x94f5('0xa')];this['mapAgentsId']={};this[_0x94f5('0xb')]=0x0;this[_0x94f5('0x0')]='';this['updateRouting']();this[_0x94f5('0xc')]();}FaxQueue[_0x94f5('0xd')]['updateRouting']=function(){var _0x2552e3=this[_0x94f5('0xe')][_0x94f5('0xf')];this[_0x94f5('0xe')]=_['map'](this['Agents'],'id');this[_0x94f5('0xe')][_0x94f5('0xf')]=_0x2552e3;};FaxQueue[_0x94f5('0xd')][_0x94f5('0xc')]=function(){this[_0x94f5('0x10')]=0x0;this[_0x94f5('0x11')]=0x0;for(var _0x64b5aa=0x0;_0x64b5aa<this[_0x94f5('0xa')][_0x94f5('0x12')];_0x64b5aa+=0x1){if(this['Agents'][_0x64b5aa]['online']){this['loggedIn']+=0x1;}if(this['Agents'][_0x64b5aa]['faxPause']){this[_0x94f5('0x11')]+=0x1;}}this[_0x94f5('0x13')]=this[_0x94f5('0x10')]-this[_0x94f5('0x11')];this[_0x94f5('0x13')]=this[_0x94f5('0x13')]>=0x0?this[_0x94f5('0x13')]:0x0;var _0x4ab2d8={'id':this['id'],'available':this[_0x94f5('0x13')],'loggedIn':this['loggedIn'],'name':this['name'],'paused':this['paused'],'waiting':this[_0x94f5('0xb')]};var _0x1eb502=md5(JSON['stringify'](_0x4ab2d8));if(this[_0x94f5('0x0')]!==_0x1eb502){this[_0x94f5('0x0')]=_0x1eb502;io['to'](util[_0x94f5('0x14')](_0x94f5('0x15'),_0x4ab2d8['name']))[_0x94f5('0x16')](_0x94f5('0x17'),_0x4ab2d8);}};module['exports']=FaxQueue;