Built motion from commit b5413ace.|2.6.9
[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 _0x945e=['ioredis','../../../config/environment','redis','localhost','socket.io-emitter','name','timeout','strategy','beepall','waiting','updateRouting','updateRealtime','prototype','mapAgentsId','_rr','loggedIn','paused','length','Agents','online','mailPause','available','stringify','format','mail:queue:%s','mail_queue:save','exports','lodash','md5','util'];(function(_0x6a0110,_0x570bd1){var _0x5d6f3c=function(_0x43ce79){while(--_0x43ce79){_0x6a0110['push'](_0x6a0110['shift']());}};_0x5d6f3c(++_0x570bd1);}(_0x945e,0x10b));var _0xe945=function(_0x334841,_0x2bbc4c){_0x334841=_0x334841-0x0;var _0x5beb4b=_0x945e[_0x334841];return _0x5beb4b;};'use strict';var _=require(_0xe945('0x0'));var md5=require(_0xe945('0x1'));var util=require(_0xe945('0x2'));var Redis=require(_0xe945('0x3'));var config=require(_0xe945('0x4'));config['redis']=_['defaults'](config[_0xe945('0x5')],{'host':_0xe945('0x6'),'port':0x18eb});var io=require(_0xe945('0x7'))(new Redis(config['redis']));function MailQueue(_0x3f50e9){this['id']=_0x3f50e9['id']||0x0;this[_0xe945('0x8')]=_0x3f50e9[_0xe945('0x8')]||'';this[_0xe945('0x9')]=_0x3f50e9['timeout']||0xa;this[_0xe945('0xa')]=_0x3f50e9['strategy']||_0xe945('0xb');this['Agents']=_0x3f50e9['Agents'];this['mapAgentsId']={};this[_0xe945('0xc')]=0x0;this['md5']='';this[_0xe945('0xd')]();this[_0xe945('0xe')]();}MailQueue[_0xe945('0xf')]['updateRouting']=function(){var _0x155fbe=this[_0xe945('0x10')][_0xe945('0x11')];this[_0xe945('0x10')]=_['map'](this['Agents'],'id');this['mapAgentsId'][_0xe945('0x11')]=_0x155fbe;};MailQueue[_0xe945('0xf')][_0xe945('0xe')]=function(){this[_0xe945('0x12')]=0x0;this[_0xe945('0x13')]=0x0;for(var _0x511463=0x0;_0x511463<this['Agents'][_0xe945('0x14')];_0x511463+=0x1){if(this[_0xe945('0x15')][_0x511463][_0xe945('0x16')]){this[_0xe945('0x12')]+=0x1;}if(this['Agents'][_0x511463][_0xe945('0x17')]){this[_0xe945('0x13')]+=0x1;}}this[_0xe945('0x18')]=this['loggedIn']-this[_0xe945('0x13')];this[_0xe945('0x18')]=this[_0xe945('0x18')]>=0x0?this[_0xe945('0x18')]:0x0;var _0x5d3923={'id':this['id'],'available':this[_0xe945('0x18')],'loggedIn':this[_0xe945('0x12')],'name':this['name'],'paused':this[_0xe945('0x13')],'waiting':this[_0xe945('0xc')]};var _0x4f253a=md5(JSON[_0xe945('0x19')](_0x5d3923));if(this[_0xe945('0x1')]!==_0x4f253a){this[_0xe945('0x1')]=_0x4f253a;io['to'](util[_0xe945('0x1a')](_0xe945('0x1b'),_0x5d3923[_0xe945('0x8')]))['emit'](_0xe945('0x1c'),_0x5d3923);}};module[_0xe945('0x1d')]=MailQueue;