Built motion from commit a61a4a20.|2.5.46
[motion2.git] / server / services / routing / model / whatsappQueue.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 _0x1cbb=['updateRouting','_rr','loggedIn','paused','length','online','whatsappPause','available','format','whatsapp:queue:%s','emit','whatsapp_queue:save','exports','lodash','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','strategy','beepall','Agents','mapAgentsId','waiting','md5','updateRealtime','prototype'];(function(_0x2a7205,_0x2fd90a){var _0x36ef17=function(_0x4159a5){while(--_0x4159a5){_0x2a7205['push'](_0x2a7205['shift']());}};_0x36ef17(++_0x2fd90a);}(_0x1cbb,0x175));var _0xb1cb=function(_0x212044,_0x5d025e){_0x212044=_0x212044-0x0;var _0x107bc2=_0x1cbb[_0x212044];return _0x107bc2;};'use strict';var _=require(_0xb1cb('0x0'));var md5=require('md5');var util=require(_0xb1cb('0x1'));var Redis=require(_0xb1cb('0x2'));var config=require(_0xb1cb('0x3'));config[_0xb1cb('0x4')]=_[_0xb1cb('0x5')](config[_0xb1cb('0x4')],{'host':_0xb1cb('0x6'),'port':0x18eb});var io=require(_0xb1cb('0x7'))(new Redis(config[_0xb1cb('0x4')]));function WhatsappQueue(_0x3fa3cb){this['id']=_0x3fa3cb['id']||0x0;this[_0xb1cb('0x8')]=_0x3fa3cb[_0xb1cb('0x8')]||'';this['timeout']=_0x3fa3cb['timeout']||0xa;this[_0xb1cb('0x9')]=_0x3fa3cb[_0xb1cb('0x9')]||_0xb1cb('0xa');this[_0xb1cb('0xb')]=_0x3fa3cb['Agents'];this[_0xb1cb('0xc')]={};this[_0xb1cb('0xd')]=0x0;this[_0xb1cb('0xe')]='';this['updateRouting']();this[_0xb1cb('0xf')]();}WhatsappQueue[_0xb1cb('0x10')][_0xb1cb('0x11')]=function(){var _0x250e0b=this[_0xb1cb('0xc')][_0xb1cb('0x12')];this[_0xb1cb('0xc')]=_['map'](this['Agents'],'id');this['mapAgentsId'][_0xb1cb('0x12')]=_0x250e0b;};WhatsappQueue[_0xb1cb('0x10')][_0xb1cb('0xf')]=function(){this[_0xb1cb('0x13')]=0x0;this[_0xb1cb('0x14')]=0x0;for(var _0x3c6921=0x0;_0x3c6921<this['Agents'][_0xb1cb('0x15')];_0x3c6921+=0x1){if(this[_0xb1cb('0xb')][_0x3c6921][_0xb1cb('0x16')]){this['loggedIn']+=0x1;}if(this[_0xb1cb('0xb')][_0x3c6921][_0xb1cb('0x17')]){this[_0xb1cb('0x14')]+=0x1;}}this[_0xb1cb('0x18')]=this[_0xb1cb('0x13')]-this[_0xb1cb('0x14')];this['available']=this[_0xb1cb('0x18')]>=0x0?this[_0xb1cb('0x18')]:0x0;var _0x3b9e0f={'id':this['id'],'available':this['available'],'loggedIn':this[_0xb1cb('0x13')],'name':this[_0xb1cb('0x8')],'paused':this[_0xb1cb('0x14')],'waiting':this[_0xb1cb('0xd')]};var _0x3d30c0=md5(JSON['stringify'](_0x3b9e0f));if(this[_0xb1cb('0xe')]!==_0x3d30c0){this['md5']=_0x3d30c0;io['to'](util[_0xb1cb('0x19')](_0xb1cb('0x1a'),_0x3b9e0f[_0xb1cb('0x8')]))[_0xb1cb('0x1b')](_0xb1cb('0x1c'),_0x3b9e0f);}};module[_0xb1cb('0x1d')]=WhatsappQueue;