Built motion from commit 25580385.|2.6.2
[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 _0xdbff=['_rr','map','loggedIn','online','faxPause','available','paused','waiting','format','fax:queue:%s','emit','fax_queue:save','lodash','md5','ioredis','../../../config/environment','redis','localhost','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','updateRouting','updateRealtime','prototype'];(function(_0x2b4cd0,_0x457878){var _0x474616=function(_0x435315){while(--_0x435315){_0x2b4cd0['push'](_0x2b4cd0['shift']());}};_0x474616(++_0x457878);}(_0xdbff,0x1f2));var _0xfdbf=function(_0x2fee96,_0x2f735d){_0x2fee96=_0x2fee96-0x0;var _0x2e6ad1=_0xdbff[_0x2fee96];return _0x2e6ad1;};'use strict';var _=require(_0xfdbf('0x0'));var md5=require(_0xfdbf('0x1'));var util=require('util');var Redis=require(_0xfdbf('0x2'));var config=require(_0xfdbf('0x3'));config[_0xfdbf('0x4')]=_['defaults'](config[_0xfdbf('0x4')],{'host':_0xfdbf('0x5'),'port':0x18eb});var io=require(_0xfdbf('0x6'))(new Redis(config[_0xfdbf('0x4')]));function FaxQueue(_0x514022){this['id']=_0x514022['id']||0x0;this[_0xfdbf('0x7')]=_0x514022[_0xfdbf('0x7')]||'';this[_0xfdbf('0x8')]=_0x514022[_0xfdbf('0x8')]||0xa;this[_0xfdbf('0x9')]=_0x514022['strategy']||'beepall';this[_0xfdbf('0xa')]=_0x514022[_0xfdbf('0xa')];this[_0xfdbf('0xb')]={};this['waiting']=0x0;this[_0xfdbf('0x1')]='';this[_0xfdbf('0xc')]();this[_0xfdbf('0xd')]();}FaxQueue[_0xfdbf('0xe')][_0xfdbf('0xc')]=function(){var _0x467659=this[_0xfdbf('0xb')][_0xfdbf('0xf')];this[_0xfdbf('0xb')]=_[_0xfdbf('0x10')](this[_0xfdbf('0xa')],'id');this['mapAgentsId']['_rr']=_0x467659;};FaxQueue[_0xfdbf('0xe')][_0xfdbf('0xd')]=function(){this[_0xfdbf('0x11')]=0x0;this['paused']=0x0;for(var _0x37d9c7=0x0;_0x37d9c7<this[_0xfdbf('0xa')]['length'];_0x37d9c7+=0x1){if(this['Agents'][_0x37d9c7][_0xfdbf('0x12')]){this['loggedIn']+=0x1;}if(this[_0xfdbf('0xa')][_0x37d9c7][_0xfdbf('0x13')]){this['paused']+=0x1;}}this[_0xfdbf('0x14')]=this[_0xfdbf('0x11')]-this[_0xfdbf('0x15')];this[_0xfdbf('0x14')]=this[_0xfdbf('0x14')]>=0x0?this[_0xfdbf('0x14')]:0x0;var _0x4d4f0e={'id':this['id'],'available':this['available'],'loggedIn':this[_0xfdbf('0x11')],'name':this[_0xfdbf('0x7')],'paused':this[_0xfdbf('0x15')],'waiting':this[_0xfdbf('0x16')]};var _0x568411=md5(JSON['stringify'](_0x4d4f0e));if(this['md5']!==_0x568411){this[_0xfdbf('0x1')]=_0x568411;io['to'](util[_0xfdbf('0x17')](_0xfdbf('0x18'),_0x4d4f0e[_0xfdbf('0x7')]))[_0xfdbf('0x19')](_0xfdbf('0x1a'),_0x4d4f0e);}};module['exports']=FaxQueue;