Built motion from commit (unavailable).|2.5.18
[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 _0x43ce=['mapAgentsId','_rr','map','loggedIn','paused','length','online','available','format','mail:queue:%s','emit','lodash','md5','util','ioredis','../../../config/environment','redis','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','waiting','updateRouting','updateRealtime'];(function(_0x386cfe,_0x4d2abe){var _0x387082=function(_0x31b548){while(--_0x31b548){_0x386cfe['push'](_0x386cfe['shift']());}};_0x387082(++_0x4d2abe);}(_0x43ce,0x16a));var _0xe43c=function(_0x45eec4,_0xe2c055){_0x45eec4=_0x45eec4-0x0;var _0x3343ed=_0x43ce[_0x45eec4];return _0x3343ed;};'use strict';var _=require(_0xe43c('0x0'));var md5=require(_0xe43c('0x1'));var util=require(_0xe43c('0x2'));var Redis=require(_0xe43c('0x3'));var config=require(_0xe43c('0x4'));config['redis']=_['defaults'](config[_0xe43c('0x5')],{'host':_0xe43c('0x6'),'port':0x18eb});var io=require(_0xe43c('0x7'))(new Redis(config['redis']));function MailQueue(_0x382f45){this['id']=_0x382f45['id']||0x0;this[_0xe43c('0x8')]=_0x382f45[_0xe43c('0x8')]||'';this['timeout']=_0x382f45[_0xe43c('0x9')]||0xa;this[_0xe43c('0xa')]=_0x382f45['strategy']||_0xe43c('0xb');this[_0xe43c('0xc')]=_0x382f45[_0xe43c('0xc')];this['mapAgentsId']={};this[_0xe43c('0xd')]=0x0;this[_0xe43c('0x1')]='';this[_0xe43c('0xe')]();this[_0xe43c('0xf')]();}MailQueue['prototype']['updateRouting']=function(){var _0x3d7b48=this[_0xe43c('0x10')][_0xe43c('0x11')];this[_0xe43c('0x10')]=_[_0xe43c('0x12')](this[_0xe43c('0xc')],'id');this['mapAgentsId'][_0xe43c('0x11')]=_0x3d7b48;};MailQueue['prototype'][_0xe43c('0xf')]=function(){this[_0xe43c('0x13')]=0x0;this[_0xe43c('0x14')]=0x0;for(var _0x3b6b78=0x0;_0x3b6b78<this[_0xe43c('0xc')][_0xe43c('0x15')];_0x3b6b78+=0x1){if(this[_0xe43c('0xc')][_0x3b6b78][_0xe43c('0x16')]){this[_0xe43c('0x13')]+=0x1;}if(this[_0xe43c('0xc')][_0x3b6b78]['mailPause']){this['paused']+=0x1;}}this[_0xe43c('0x17')]=this[_0xe43c('0x13')]-this[_0xe43c('0x14')];this[_0xe43c('0x17')]=this[_0xe43c('0x17')]>=0x0?this['available']:0x0;var _0xc050c2={'id':this['id'],'available':this[_0xe43c('0x17')],'loggedIn':this[_0xe43c('0x13')],'name':this['name'],'paused':this[_0xe43c('0x14')],'waiting':this[_0xe43c('0xd')]};var _0x47a534=md5(JSON['stringify'](_0xc050c2));if(this[_0xe43c('0x1')]!==_0x47a534){this[_0xe43c('0x1')]=_0x47a534;io['to'](util[_0xe43c('0x18')](_0xe43c('0x19'),_0xc050c2[_0xe43c('0x8')]))[_0xe43c('0x1a')]('mail_queue:save',_0xc050c2);}};module['exports']=MailQueue;