Built motion from commit 936e8062.|2.5.33
[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 _0x4ab5=['length','online','available','stringify','format','mail:queue:%s','emit','mail_queue:save','exports','lodash','util','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','waiting','md5','updateRouting','updateRealtime','_rr','mapAgentsId','map','loggedIn','paused'];(function(_0x511a3e,_0x15d4bd){var _0x538aa4=function(_0x2aee2e){while(--_0x2aee2e){_0x511a3e['push'](_0x511a3e['shift']());}};_0x538aa4(++_0x15d4bd);}(_0x4ab5,0x1e9));var _0x54ab=function(_0x454db3,_0xcd150e){_0x454db3=_0x454db3-0x0;var _0x3b36da=_0x4ab5[_0x454db3];return _0x3b36da;};'use strict';var _=require(_0x54ab('0x0'));var md5=require('md5');var util=require(_0x54ab('0x1'));var Redis=require('ioredis');var config=require(_0x54ab('0x2'));config[_0x54ab('0x3')]=_[_0x54ab('0x4')](config['redis'],{'host':_0x54ab('0x5'),'port':0x18eb});var io=require(_0x54ab('0x6'))(new Redis(config[_0x54ab('0x3')]));function MailQueue(_0x16e13f){this['id']=_0x16e13f['id']||0x0;this[_0x54ab('0x7')]=_0x16e13f['name']||'';this[_0x54ab('0x8')]=_0x16e13f['timeout']||0xa;this[_0x54ab('0x9')]=_0x16e13f[_0x54ab('0x9')]||_0x54ab('0xa');this[_0x54ab('0xb')]=_0x16e13f[_0x54ab('0xb')];this['mapAgentsId']={};this[_0x54ab('0xc')]=0x0;this[_0x54ab('0xd')]='';this[_0x54ab('0xe')]();this[_0x54ab('0xf')]();}MailQueue['prototype']['updateRouting']=function(){var _0x5cb2cf=this['mapAgentsId'][_0x54ab('0x10')];this[_0x54ab('0x11')]=_[_0x54ab('0x12')](this[_0x54ab('0xb')],'id');this[_0x54ab('0x11')][_0x54ab('0x10')]=_0x5cb2cf;};MailQueue['prototype'][_0x54ab('0xf')]=function(){this[_0x54ab('0x13')]=0x0;this[_0x54ab('0x14')]=0x0;for(var _0x4274de=0x0;_0x4274de<this['Agents'][_0x54ab('0x15')];_0x4274de+=0x1){if(this[_0x54ab('0xb')][_0x4274de][_0x54ab('0x16')]){this[_0x54ab('0x13')]+=0x1;}if(this[_0x54ab('0xb')][_0x4274de]['mailPause']){this[_0x54ab('0x14')]+=0x1;}}this['available']=this[_0x54ab('0x13')]-this[_0x54ab('0x14')];this['available']=this[_0x54ab('0x17')]>=0x0?this[_0x54ab('0x17')]:0x0;var _0x4ce9d5={'id':this['id'],'available':this[_0x54ab('0x17')],'loggedIn':this[_0x54ab('0x13')],'name':this[_0x54ab('0x7')],'paused':this['paused'],'waiting':this[_0x54ab('0xc')]};var _0x44bb3a=md5(JSON[_0x54ab('0x18')](_0x4ce9d5));if(this['md5']!==_0x44bb3a){this[_0x54ab('0xd')]=_0x44bb3a;io['to'](util[_0x54ab('0x19')](_0x54ab('0x1a'),_0x4ce9d5[_0x54ab('0x7')]))[_0x54ab('0x1b')](_0x54ab('0x1c'),_0x4ce9d5);}};module[_0x54ab('0x1d')]=MailQueue;