Built motion from commit 616d3211.|2.6.4
[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 _0xaf89=['emit','exports','lodash','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','loggedIn','length','online','faxPause','paused','available','stringify','format','fax:queue:%s'];(function(_0x3c6696,_0x4b52bf){var _0xeb6394=function(_0x5c207b){while(--_0x5c207b){_0x3c6696['push'](_0x3c6696['shift']());}};_0xeb6394(++_0x4b52bf);}(_0xaf89,0x138));var _0x9af8=function(_0x1aba25,_0x1faed1){_0x1aba25=_0x1aba25-0x0;var _0x47d997=_0xaf89[_0x1aba25];return _0x47d997;};'use strict';var _=require(_0x9af8('0x0'));var md5=require(_0x9af8('0x1'));var util=require(_0x9af8('0x2'));var Redis=require(_0x9af8('0x3'));var config=require(_0x9af8('0x4'));config[_0x9af8('0x5')]=_[_0x9af8('0x6')](config['redis'],{'host':_0x9af8('0x7'),'port':0x18eb});var io=require(_0x9af8('0x8'))(new Redis(config[_0x9af8('0x5')]));function FaxQueue(_0x6f7bc6){this['id']=_0x6f7bc6['id']||0x0;this[_0x9af8('0x9')]=_0x6f7bc6[_0x9af8('0x9')]||'';this[_0x9af8('0xa')]=_0x6f7bc6[_0x9af8('0xa')]||0xa;this[_0x9af8('0xb')]=_0x6f7bc6[_0x9af8('0xb')]||'beepall';this[_0x9af8('0xc')]=_0x6f7bc6[_0x9af8('0xc')];this[_0x9af8('0xd')]={};this[_0x9af8('0xe')]=0x0;this[_0x9af8('0x1')]='';this[_0x9af8('0xf')]();this[_0x9af8('0x10')]();}FaxQueue[_0x9af8('0x11')][_0x9af8('0xf')]=function(){var _0x28e345=this['mapAgentsId'][_0x9af8('0x12')];this[_0x9af8('0xd')]=_[_0x9af8('0x13')](this[_0x9af8('0xc')],'id');this['mapAgentsId']['_rr']=_0x28e345;};FaxQueue[_0x9af8('0x11')]['updateRealtime']=function(){this[_0x9af8('0x14')]=0x0;this['paused']=0x0;for(var _0x117686=0x0;_0x117686<this['Agents'][_0x9af8('0x15')];_0x117686+=0x1){if(this[_0x9af8('0xc')][_0x117686][_0x9af8('0x16')]){this[_0x9af8('0x14')]+=0x1;}if(this[_0x9af8('0xc')][_0x117686][_0x9af8('0x17')]){this[_0x9af8('0x18')]+=0x1;}}this[_0x9af8('0x19')]=this[_0x9af8('0x14')]-this['paused'];this[_0x9af8('0x19')]=this[_0x9af8('0x19')]>=0x0?this[_0x9af8('0x19')]:0x0;var _0x5d3345={'id':this['id'],'available':this[_0x9af8('0x19')],'loggedIn':this[_0x9af8('0x14')],'name':this[_0x9af8('0x9')],'paused':this[_0x9af8('0x18')],'waiting':this[_0x9af8('0xe')]};var _0x186a81=md5(JSON[_0x9af8('0x1a')](_0x5d3345));if(this[_0x9af8('0x1')]!==_0x186a81){this[_0x9af8('0x1')]=_0x186a81;io['to'](util[_0x9af8('0x1b')](_0x9af8('0x1c'),_0x5d3345[_0x9af8('0x9')]))[_0x9af8('0x1d')]('fax_queue:save',_0x5d3345);}};module[_0x9af8('0x1e')]=FaxQueue;