7fa554b91d54554d804bb215d2088d5f1308205d
[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 _0x7aa2=['name','format','mail_queue:save','exports','lodash','util','../../../config/environment','redis','defaults','localhost','socket.io-emitter','timeout','strategy','beepall','Agents','waiting','md5','updateRealtime','updateRouting','_rr','map','mapAgentsId','prototype','loggedIn','online','mailPause','paused','available'];(function(_0x37fcda,_0x2f5aa1){var _0xf5ed91=function(_0x3c3241){while(--_0x3c3241){_0x37fcda['push'](_0x37fcda['shift']());}};_0xf5ed91(++_0x2f5aa1);}(_0x7aa2,0xe4));var _0x27aa=function(_0xe2d14f,_0x49fd0e){_0xe2d14f=_0xe2d14f-0x0;var _0x4522d2=_0x7aa2[_0xe2d14f];return _0x4522d2;};'use strict';var _=require(_0x27aa('0x0'));var md5=require('md5');var util=require(_0x27aa('0x1'));var Redis=require('ioredis');var config=require(_0x27aa('0x2'));config[_0x27aa('0x3')]=_[_0x27aa('0x4')](config[_0x27aa('0x3')],{'host':_0x27aa('0x5'),'port':0x18eb});var io=require(_0x27aa('0x6'))(new Redis(config[_0x27aa('0x3')]));function MailQueue(_0x454278){this['id']=_0x454278['id']||0x0;this['name']=_0x454278['name']||'';this[_0x27aa('0x7')]=_0x454278[_0x27aa('0x7')]||0xa;this[_0x27aa('0x8')]=_0x454278[_0x27aa('0x8')]||_0x27aa('0x9');this[_0x27aa('0xa')]=_0x454278[_0x27aa('0xa')];this['mapAgentsId']={};this[_0x27aa('0xb')]=0x0;this[_0x27aa('0xc')]='';this['updateRouting']();this[_0x27aa('0xd')]();}MailQueue['prototype'][_0x27aa('0xe')]=function(){var _0x204fa9=this['mapAgentsId'][_0x27aa('0xf')];this['mapAgentsId']=_[_0x27aa('0x10')](this[_0x27aa('0xa')],'id');this[_0x27aa('0x11')]['_rr']=_0x204fa9;};MailQueue[_0x27aa('0x12')]['updateRealtime']=function(){this[_0x27aa('0x13')]=0x0;this['paused']=0x0;for(var _0x47fe6e=0x0;_0x47fe6e<this[_0x27aa('0xa')]['length'];_0x47fe6e+=0x1){if(this[_0x27aa('0xa')][_0x47fe6e][_0x27aa('0x14')]){this[_0x27aa('0x13')]+=0x1;}if(this['Agents'][_0x47fe6e][_0x27aa('0x15')]){this[_0x27aa('0x16')]+=0x1;}}this[_0x27aa('0x17')]=this['loggedIn']-this[_0x27aa('0x16')];this['available']=this[_0x27aa('0x17')]>=0x0?this['available']:0x0;var _0xf5e83e={'id':this['id'],'available':this['available'],'loggedIn':this[_0x27aa('0x13')],'name':this[_0x27aa('0x18')],'paused':this[_0x27aa('0x16')],'waiting':this[_0x27aa('0xb')]};var _0xbb1d33=md5(JSON['stringify'](_0xf5e83e));if(this[_0x27aa('0xc')]!==_0xbb1d33){this[_0x27aa('0xc')]=_0xbb1d33;io['to'](util[_0x27aa('0x19')]('mail:queue:%s',_0xf5e83e[_0x27aa('0x18')]))['emit'](_0x27aa('0x1a'),_0xf5e83e);}};module[_0x27aa('0x1b')]=MailQueue;