Built motion from commit 9d0783e6.|2.6.13
[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 _0xeeef=['util','redis','defaults','localhost','name','timeout','beepall','Agents','waiting','updateRouting','prototype','_rr','mapAgentsId','map','updateRealtime','loggedIn','length','online','faxPause','paused','available','stringify','format','fax:queue:%s','emit','fax_queue:save','lodash','md5'];(function(_0x555fc8,_0x53f3f5){var _0x440810=function(_0x102ee3){while(--_0x102ee3){_0x555fc8['push'](_0x555fc8['shift']());}};_0x440810(++_0x53f3f5);}(_0xeeef,0xa6));var _0xfeee=function(_0x5ef263,_0x16e828){_0x5ef263=_0x5ef263-0x0;var _0x14919f=_0xeeef[_0x5ef263];return _0x14919f;};'use strict';var _=require(_0xfeee('0x0'));var md5=require(_0xfeee('0x1'));var util=require(_0xfeee('0x2'));var Redis=require('ioredis');var config=require('../../../config/environment');config[_0xfeee('0x3')]=_[_0xfeee('0x4')](config['redis'],{'host':_0xfeee('0x5'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config['redis']));function FaxQueue(_0x4bddcf){this['id']=_0x4bddcf['id']||0x0;this[_0xfeee('0x6')]=_0x4bddcf[_0xfeee('0x6')]||'';this[_0xfeee('0x7')]=_0x4bddcf['timeout']||0xa;this['strategy']=_0x4bddcf['strategy']||_0xfeee('0x8');this[_0xfeee('0x9')]=_0x4bddcf[_0xfeee('0x9')];this['mapAgentsId']={};this[_0xfeee('0xa')]=0x0;this[_0xfeee('0x1')]='';this[_0xfeee('0xb')]();this['updateRealtime']();}FaxQueue[_0xfeee('0xc')]['updateRouting']=function(){var _0x48cf0b=this['mapAgentsId'][_0xfeee('0xd')];this[_0xfeee('0xe')]=_[_0xfeee('0xf')](this[_0xfeee('0x9')],'id');this['mapAgentsId']['_rr']=_0x48cf0b;};FaxQueue[_0xfeee('0xc')][_0xfeee('0x10')]=function(){this[_0xfeee('0x11')]=0x0;this['paused']=0x0;for(var _0x42f5e=0x0;_0x42f5e<this[_0xfeee('0x9')][_0xfeee('0x12')];_0x42f5e+=0x1){if(this['Agents'][_0x42f5e][_0xfeee('0x13')]){this[_0xfeee('0x11')]+=0x1;}if(this[_0xfeee('0x9')][_0x42f5e][_0xfeee('0x14')]){this[_0xfeee('0x15')]+=0x1;}}this['available']=this['loggedIn']-this[_0xfeee('0x15')];this[_0xfeee('0x16')]=this[_0xfeee('0x16')]>=0x0?this[_0xfeee('0x16')]:0x0;var _0x274fb5={'id':this['id'],'available':this[_0xfeee('0x16')],'loggedIn':this['loggedIn'],'name':this[_0xfeee('0x6')],'paused':this[_0xfeee('0x15')],'waiting':this['waiting']};var _0x61253b=md5(JSON[_0xfeee('0x17')](_0x274fb5));if(this[_0xfeee('0x1')]!==_0x61253b){this['md5']=_0x61253b;io['to'](util[_0xfeee('0x18')](_0xfeee('0x19'),_0x274fb5[_0xfeee('0x6')]))[_0xfeee('0x1a')](_0xfeee('0x1b'),_0x274fb5);}};module['exports']=FaxQueue;