Built motion from commit a61a4a20.|2.5.46
[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 _0x4fff=['beepall','Agents','waiting','updateRouting','updateRealtime','prototype','mapAgentsId','_rr','map','loggedIn','paused','length','online','faxPause','available','stringify','format','fax:queue:%s','exports','lodash','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy'];(function(_0x545e86,_0x46a2ed){var _0xa98055=function(_0x41aa23){while(--_0x41aa23){_0x545e86['push'](_0x545e86['shift']());}};_0xa98055(++_0x46a2ed);}(_0x4fff,0xae));var _0xf4ff=function(_0x397e5f,_0x454c8f){_0x397e5f=_0x397e5f-0x0;var _0x5302b8=_0x4fff[_0x397e5f];return _0x5302b8;};'use strict';var _=require(_0xf4ff('0x0'));var md5=require(_0xf4ff('0x1'));var util=require(_0xf4ff('0x2'));var Redis=require(_0xf4ff('0x3'));var config=require(_0xf4ff('0x4'));config[_0xf4ff('0x5')]=_[_0xf4ff('0x6')](config[_0xf4ff('0x5')],{'host':_0xf4ff('0x7'),'port':0x18eb});var io=require(_0xf4ff('0x8'))(new Redis(config[_0xf4ff('0x5')]));function FaxQueue(_0x5da814){this['id']=_0x5da814['id']||0x0;this[_0xf4ff('0x9')]=_0x5da814[_0xf4ff('0x9')]||'';this['timeout']=_0x5da814[_0xf4ff('0xa')]||0xa;this[_0xf4ff('0xb')]=_0x5da814['strategy']||_0xf4ff('0xc');this[_0xf4ff('0xd')]=_0x5da814[_0xf4ff('0xd')];this['mapAgentsId']={};this[_0xf4ff('0xe')]=0x0;this[_0xf4ff('0x1')]='';this[_0xf4ff('0xf')]();this[_0xf4ff('0x10')]();}FaxQueue[_0xf4ff('0x11')][_0xf4ff('0xf')]=function(){var _0x5ca6d9=this[_0xf4ff('0x12')][_0xf4ff('0x13')];this[_0xf4ff('0x12')]=_[_0xf4ff('0x14')](this['Agents'],'id');this[_0xf4ff('0x12')][_0xf4ff('0x13')]=_0x5ca6d9;};FaxQueue[_0xf4ff('0x11')][_0xf4ff('0x10')]=function(){this[_0xf4ff('0x15')]=0x0;this[_0xf4ff('0x16')]=0x0;for(var _0x18a647=0x0;_0x18a647<this['Agents'][_0xf4ff('0x17')];_0x18a647+=0x1){if(this[_0xf4ff('0xd')][_0x18a647][_0xf4ff('0x18')]){this[_0xf4ff('0x15')]+=0x1;}if(this[_0xf4ff('0xd')][_0x18a647][_0xf4ff('0x19')]){this['paused']+=0x1;}}this[_0xf4ff('0x1a')]=this[_0xf4ff('0x15')]-this[_0xf4ff('0x16')];this['available']=this[_0xf4ff('0x1a')]>=0x0?this[_0xf4ff('0x1a')]:0x0;var _0x45899a={'id':this['id'],'available':this[_0xf4ff('0x1a')],'loggedIn':this[_0xf4ff('0x15')],'name':this['name'],'paused':this[_0xf4ff('0x16')],'waiting':this[_0xf4ff('0xe')]};var _0x5ad508=md5(JSON[_0xf4ff('0x1b')](_0x45899a));if(this[_0xf4ff('0x1')]!==_0x5ad508){this[_0xf4ff('0x1')]=_0x5ad508;io['to'](util[_0xf4ff('0x1c')](_0xf4ff('0x1d'),_0x45899a[_0xf4ff('0x9')]))['emit']('fax_queue:save',_0x45899a);}};module[_0xf4ff('0x1e')]=FaxQueue;