Built motion from commit 19a84241.|2.5.34
[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 _0xc6b3=['fax:queue:%s','emit','fax_queue:save','exports','md5','util','ioredis','../../../config/environment','redis','localhost','timeout','strategy','beepall','Agents','mapAgentsId','updateRouting','updateRealtime','prototype','_rr','map','loggedIn','paused','online','available','name','waiting','stringify','format'];(function(_0x8af54b,_0x280be5){var _0x27d8f0=function(_0x559734){while(--_0x559734){_0x8af54b['push'](_0x8af54b['shift']());}};_0x27d8f0(++_0x280be5);}(_0xc6b3,0xe4));var _0x3c6b=function(_0x5cbb32,_0x233ace){_0x5cbb32=_0x5cbb32-0x0;var _0x49363c=_0xc6b3[_0x5cbb32];return _0x49363c;};'use strict';var _=require('lodash');var md5=require(_0x3c6b('0x0'));var util=require(_0x3c6b('0x1'));var Redis=require(_0x3c6b('0x2'));var config=require(_0x3c6b('0x3'));config[_0x3c6b('0x4')]=_['defaults'](config['redis'],{'host':_0x3c6b('0x5'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x3c6b('0x4')]));function FaxQueue(_0x388b81){this['id']=_0x388b81['id']||0x0;this['name']=_0x388b81['name']||'';this[_0x3c6b('0x6')]=_0x388b81[_0x3c6b('0x6')]||0xa;this[_0x3c6b('0x7')]=_0x388b81[_0x3c6b('0x7')]||_0x3c6b('0x8');this[_0x3c6b('0x9')]=_0x388b81[_0x3c6b('0x9')];this[_0x3c6b('0xa')]={};this['waiting']=0x0;this['md5']='';this[_0x3c6b('0xb')]();this[_0x3c6b('0xc')]();}FaxQueue[_0x3c6b('0xd')][_0x3c6b('0xb')]=function(){var _0x5c7868=this[_0x3c6b('0xa')][_0x3c6b('0xe')];this[_0x3c6b('0xa')]=_[_0x3c6b('0xf')](this[_0x3c6b('0x9')],'id');this['mapAgentsId'][_0x3c6b('0xe')]=_0x5c7868;};FaxQueue[_0x3c6b('0xd')]['updateRealtime']=function(){this[_0x3c6b('0x10')]=0x0;this[_0x3c6b('0x11')]=0x0;for(var _0x3bc537=0x0;_0x3bc537<this[_0x3c6b('0x9')]['length'];_0x3bc537+=0x1){if(this['Agents'][_0x3bc537][_0x3c6b('0x12')]){this[_0x3c6b('0x10')]+=0x1;}if(this[_0x3c6b('0x9')][_0x3bc537]['faxPause']){this[_0x3c6b('0x11')]+=0x1;}}this[_0x3c6b('0x13')]=this['loggedIn']-this['paused'];this[_0x3c6b('0x13')]=this['available']>=0x0?this[_0x3c6b('0x13')]:0x0;var _0x4b7359={'id':this['id'],'available':this[_0x3c6b('0x13')],'loggedIn':this[_0x3c6b('0x10')],'name':this[_0x3c6b('0x14')],'paused':this['paused'],'waiting':this[_0x3c6b('0x15')]};var _0x3a07cc=md5(JSON[_0x3c6b('0x16')](_0x4b7359));if(this[_0x3c6b('0x0')]!==_0x3a07cc){this['md5']=_0x3a07cc;io['to'](util[_0x3c6b('0x17')](_0x3c6b('0x18'),_0x4b7359[_0x3c6b('0x14')]))[_0x3c6b('0x19')](_0x3c6b('0x1a'),_0x4b7359);}};module[_0x3c6b('0x1b')]=FaxQueue;