Built motion from commit da617fac.|2.6.6
[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 _0xc3b1=['loggedIn','paused','faxPause','available','stringify','md5','format','fax:queue:%s','emit','fax_queue:save','exports','lodash','ioredis','../../../config/environment','defaults','localhost','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map'];(function(_0x37729f,_0x1e7d52){var _0x37a2e6=function(_0x4b1928){while(--_0x4b1928){_0x37729f['push'](_0x37729f['shift']());}};_0x37a2e6(++_0x1e7d52);}(_0xc3b1,0xeb));var _0x1c3b=function(_0x12610b,_0xc1a936){_0x12610b=_0x12610b-0x0;var _0x492008=_0xc3b1[_0x12610b];return _0x492008;};'use strict';var _=require(_0x1c3b('0x0'));var md5=require('md5');var util=require('util');var Redis=require(_0x1c3b('0x1'));var config=require(_0x1c3b('0x2'));config['redis']=_[_0x1c3b('0x3')](config['redis'],{'host':_0x1c3b('0x4'),'port':0x18eb});var io=require(_0x1c3b('0x5'))(new Redis(config['redis']));function FaxQueue(_0x31f4f5){this['id']=_0x31f4f5['id']||0x0;this['name']=_0x31f4f5[_0x1c3b('0x6')]||'';this[_0x1c3b('0x7')]=_0x31f4f5[_0x1c3b('0x7')]||0xa;this['strategy']=_0x31f4f5[_0x1c3b('0x8')]||'beepall';this[_0x1c3b('0x9')]=_0x31f4f5['Agents'];this[_0x1c3b('0xa')]={};this[_0x1c3b('0xb')]=0x0;this['md5']='';this[_0x1c3b('0xc')]();this[_0x1c3b('0xd')]();}FaxQueue[_0x1c3b('0xe')][_0x1c3b('0xc')]=function(){var _0x26807c=this['mapAgentsId'][_0x1c3b('0xf')];this[_0x1c3b('0xa')]=_[_0x1c3b('0x10')](this[_0x1c3b('0x9')],'id');this['mapAgentsId'][_0x1c3b('0xf')]=_0x26807c;};FaxQueue['prototype'][_0x1c3b('0xd')]=function(){this[_0x1c3b('0x11')]=0x0;this[_0x1c3b('0x12')]=0x0;for(var _0x1f153c=0x0;_0x1f153c<this[_0x1c3b('0x9')]['length'];_0x1f153c+=0x1){if(this[_0x1c3b('0x9')][_0x1f153c]['online']){this['loggedIn']+=0x1;}if(this[_0x1c3b('0x9')][_0x1f153c][_0x1c3b('0x13')]){this['paused']+=0x1;}}this['available']=this[_0x1c3b('0x11')]-this[_0x1c3b('0x12')];this[_0x1c3b('0x14')]=this[_0x1c3b('0x14')]>=0x0?this[_0x1c3b('0x14')]:0x0;var _0x46a56d={'id':this['id'],'available':this[_0x1c3b('0x14')],'loggedIn':this['loggedIn'],'name':this[_0x1c3b('0x6')],'paused':this[_0x1c3b('0x12')],'waiting':this[_0x1c3b('0xb')]};var _0x1049cf=md5(JSON[_0x1c3b('0x15')](_0x46a56d));if(this['md5']!==_0x1049cf){this[_0x1c3b('0x16')]=_0x1049cf;io['to'](util[_0x1c3b('0x17')](_0x1c3b('0x18'),_0x46a56d[_0x1c3b('0x6')]))[_0x1c3b('0x19')](_0x1c3b('0x1a'),_0x46a56d);}};module[_0x1c3b('0x1b')]=FaxQueue;