cbdce4651b960d02f575ac6795bf9b91de994420
[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 _0xa597=['ioredis','redis','localhost','name','timeout','strategy','beepall','Agents','mapAgentsId','updateRouting','updateRealtime','prototype','_rr','map','length','online','whatsappPause','paused','available','loggedIn','waiting','format','whatsapp:queue:%s','emit','whatsapp_queue:save','exports','lodash','md5','util'];(function(_0x565ed7,_0x398228){var _0x183ad7=function(_0x5a43d7){while(--_0x5a43d7){_0x565ed7['push'](_0x565ed7['shift']());}};_0x183ad7(++_0x398228);}(_0xa597,0x13c));var _0x7a59=function(_0xcf6d6b,_0x2b15b7){_0xcf6d6b=_0xcf6d6b-0x0;var _0x337966=_0xa597[_0xcf6d6b];return _0x337966;};'use strict';var _=require(_0x7a59('0x0'));var md5=require(_0x7a59('0x1'));var util=require(_0x7a59('0x2'));var Redis=require(_0x7a59('0x3'));var config=require('../../../config/environment');config[_0x7a59('0x4')]=_['defaults'](config[_0x7a59('0x4')],{'host':_0x7a59('0x5'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x7a59('0x4')]));function WhatsappQueue(_0x8aa7f5){this['id']=_0x8aa7f5['id']||0x0;this[_0x7a59('0x6')]=_0x8aa7f5[_0x7a59('0x6')]||'';this[_0x7a59('0x7')]=_0x8aa7f5[_0x7a59('0x7')]||0xa;this['strategy']=_0x8aa7f5[_0x7a59('0x8')]||_0x7a59('0x9');this[_0x7a59('0xa')]=_0x8aa7f5[_0x7a59('0xa')];this[_0x7a59('0xb')]={};this['waiting']=0x0;this[_0x7a59('0x1')]='';this[_0x7a59('0xc')]();this[_0x7a59('0xd')]();}WhatsappQueue[_0x7a59('0xe')][_0x7a59('0xc')]=function(){var _0x13bf81=this[_0x7a59('0xb')][_0x7a59('0xf')];this[_0x7a59('0xb')]=_[_0x7a59('0x10')](this['Agents'],'id');this['mapAgentsId']['_rr']=_0x13bf81;};WhatsappQueue['prototype'][_0x7a59('0xd')]=function(){this['loggedIn']=0x0;this['paused']=0x0;for(var _0x562a4a=0x0;_0x562a4a<this[_0x7a59('0xa')][_0x7a59('0x11')];_0x562a4a+=0x1){if(this[_0x7a59('0xa')][_0x562a4a][_0x7a59('0x12')]){this['loggedIn']+=0x1;}if(this['Agents'][_0x562a4a][_0x7a59('0x13')]){this[_0x7a59('0x14')]+=0x1;}}this['available']=this['loggedIn']-this[_0x7a59('0x14')];this['available']=this[_0x7a59('0x15')]>=0x0?this[_0x7a59('0x15')]:0x0;var _0x1330b4={'id':this['id'],'available':this[_0x7a59('0x15')],'loggedIn':this[_0x7a59('0x16')],'name':this[_0x7a59('0x6')],'paused':this[_0x7a59('0x14')],'waiting':this[_0x7a59('0x17')]};var _0x442d54=md5(JSON['stringify'](_0x1330b4));if(this[_0x7a59('0x1')]!==_0x442d54){this[_0x7a59('0x1')]=_0x442d54;io['to'](util[_0x7a59('0x18')](_0x7a59('0x19'),_0x1330b4[_0x7a59('0x6')]))[_0x7a59('0x1a')](_0x7a59('0x1b'),_0x1330b4);}};module[_0x7a59('0x1c')]=WhatsappQueue;