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 _0x4cae=['../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','Agents','waiting','prototype','mapAgentsId','_rr','map','updateRealtime','paused','length','online','loggedIn','faxPause','available','format','fax:queue:%s','emit','fax_queue:save','lodash','md5','util','ioredis'];(function(_0x1d10cf,_0xddbb7b){var _0xaba839=function(_0x3bb97d){while(--_0x3bb97d){_0x1d10cf['push'](_0x1d10cf['shift']());}};_0xaba839(++_0xddbb7b);}(_0x4cae,0x13b));var _0xe4ca=function(_0x244c56,_0x3be56c){_0x244c56=_0x244c56-0x0;var _0x512931=_0x4cae[_0x244c56];return _0x512931;};'use strict';var _=require(_0xe4ca('0x0'));var md5=require(_0xe4ca('0x1'));var util=require(_0xe4ca('0x2'));var Redis=require(_0xe4ca('0x3'));var config=require(_0xe4ca('0x4'));config[_0xe4ca('0x5')]=_[_0xe4ca('0x6')](config[_0xe4ca('0x5')],{'host':_0xe4ca('0x7'),'port':0x18eb});var io=require(_0xe4ca('0x8'))(new Redis(config[_0xe4ca('0x5')]));function FaxQueue(_0x39f24f){this['id']=_0x39f24f['id']||0x0;this[_0xe4ca('0x9')]=_0x39f24f['name']||'';this[_0xe4ca('0xa')]=_0x39f24f[_0xe4ca('0xa')]||0xa;this[_0xe4ca('0xb')]=_0x39f24f[_0xe4ca('0xb')]||'beepall';this[_0xe4ca('0xc')]=_0x39f24f[_0xe4ca('0xc')];this['mapAgentsId']={};this[_0xe4ca('0xd')]=0x0;this[_0xe4ca('0x1')]='';this['updateRouting']();this['updateRealtime']();}FaxQueue[_0xe4ca('0xe')]['updateRouting']=function(){var _0x4642d9=this[_0xe4ca('0xf')][_0xe4ca('0x10')];this[_0xe4ca('0xf')]=_[_0xe4ca('0x11')](this['Agents'],'id');this[_0xe4ca('0xf')][_0xe4ca('0x10')]=_0x4642d9;};FaxQueue['prototype'][_0xe4ca('0x12')]=function(){this['loggedIn']=0x0;this[_0xe4ca('0x13')]=0x0;for(var _0x53ee0f=0x0;_0x53ee0f<this[_0xe4ca('0xc')][_0xe4ca('0x14')];_0x53ee0f+=0x1){if(this[_0xe4ca('0xc')][_0x53ee0f][_0xe4ca('0x15')]){this[_0xe4ca('0x16')]+=0x1;}if(this[_0xe4ca('0xc')][_0x53ee0f][_0xe4ca('0x17')]){this[_0xe4ca('0x13')]+=0x1;}}this[_0xe4ca('0x18')]=this['loggedIn']-this[_0xe4ca('0x13')];this[_0xe4ca('0x18')]=this[_0xe4ca('0x18')]>=0x0?this['available']:0x0;var _0x4a704a={'id':this['id'],'available':this[_0xe4ca('0x18')],'loggedIn':this[_0xe4ca('0x16')],'name':this[_0xe4ca('0x9')],'paused':this[_0xe4ca('0x13')],'waiting':this[_0xe4ca('0xd')]};var _0x22b58e=md5(JSON['stringify'](_0x4a704a));if(this[_0xe4ca('0x1')]!==_0x22b58e){this[_0xe4ca('0x1')]=_0x22b58e;io['to'](util[_0xe4ca('0x19')](_0xe4ca('0x1a'),_0x4a704a[_0xe4ca('0x9')]))[_0xe4ca('0x1b')](_0xe4ca('0x1c'),_0x4a704a);}};module['exports']=FaxQueue;