Built motion from commit (unavailable).|2.5.23
[motion2.git] / server / services / routing / model / mailQueue.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 _0xb114=['md5','updateRouting','updateRealtime','prototype','mapAgentsId','_rr','map','loggedIn','paused','length','mailPause','available','stringify','mail:queue:%s','emit','mail_queue:save','exports','lodash','util','ioredis','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','waiting'];(function(_0x528918,_0x3f1de0){var _0x6df9a8=function(_0x260e80){while(--_0x260e80){_0x528918['push'](_0x528918['shift']());}};_0x6df9a8(++_0x3f1de0);}(_0xb114,0x11f));var _0x4b11=function(_0x266618,_0x18f637){_0x266618=_0x266618-0x0;var _0x54dbf5=_0xb114[_0x266618];return _0x54dbf5;};'use strict';var _=require(_0x4b11('0x0'));var md5=require('md5');var util=require(_0x4b11('0x1'));var Redis=require(_0x4b11('0x2'));var config=require('../../../config/environment');config[_0x4b11('0x3')]=_[_0x4b11('0x4')](config[_0x4b11('0x3')],{'host':_0x4b11('0x5'),'port':0x18eb});var io=require(_0x4b11('0x6'))(new Redis(config[_0x4b11('0x3')]));function MailQueue(_0x5556a4){this['id']=_0x5556a4['id']||0x0;this[_0x4b11('0x7')]=_0x5556a4[_0x4b11('0x7')]||'';this[_0x4b11('0x8')]=_0x5556a4[_0x4b11('0x8')]||0xa;this[_0x4b11('0x9')]=_0x5556a4[_0x4b11('0x9')]||_0x4b11('0xa');this['Agents']=_0x5556a4[_0x4b11('0xb')];this['mapAgentsId']={};this[_0x4b11('0xc')]=0x0;this[_0x4b11('0xd')]='';this[_0x4b11('0xe')]();this[_0x4b11('0xf')]();}MailQueue[_0x4b11('0x10')][_0x4b11('0xe')]=function(){var _0x5ca59b=this[_0x4b11('0x11')][_0x4b11('0x12')];this[_0x4b11('0x11')]=_[_0x4b11('0x13')](this['Agents'],'id');this['mapAgentsId'][_0x4b11('0x12')]=_0x5ca59b;};MailQueue[_0x4b11('0x10')][_0x4b11('0xf')]=function(){this[_0x4b11('0x14')]=0x0;this[_0x4b11('0x15')]=0x0;for(var _0x46ca74=0x0;_0x46ca74<this[_0x4b11('0xb')][_0x4b11('0x16')];_0x46ca74+=0x1){if(this['Agents'][_0x46ca74]['online']){this[_0x4b11('0x14')]+=0x1;}if(this[_0x4b11('0xb')][_0x46ca74][_0x4b11('0x17')]){this['paused']+=0x1;}}this['available']=this['loggedIn']-this[_0x4b11('0x15')];this[_0x4b11('0x18')]=this[_0x4b11('0x18')]>=0x0?this[_0x4b11('0x18')]:0x0;var _0xa67776={'id':this['id'],'available':this[_0x4b11('0x18')],'loggedIn':this[_0x4b11('0x14')],'name':this[_0x4b11('0x7')],'paused':this[_0x4b11('0x15')],'waiting':this[_0x4b11('0xc')]};var _0x50a977=md5(JSON[_0x4b11('0x19')](_0xa67776));if(this[_0x4b11('0xd')]!==_0x50a977){this[_0x4b11('0xd')]=_0x50a977;io['to'](util['format'](_0x4b11('0x1a'),_0xa67776['name']))[_0x4b11('0x1b')](_0x4b11('0x1c'),_0xa67776);}};module[_0x4b11('0x1d')]=MailQueue;