192cd89bac24576f90850fdfed670ec72fafe624
[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 _0x2eaa=['waiting','updateRouting','updateRealtime','map','_rr','prototype','loggedIn','paused','length','available','stringify','whatsapp:queue:%s','emit','whatsapp_queue:save','lodash','md5','../../../config/environment','redis','localhost','name','timeout','beepall','Agents','mapAgentsId'];(function(_0xbd08b4,_0x4790ed){var _0x314f1e=function(_0x161589){while(--_0x161589){_0xbd08b4['push'](_0xbd08b4['shift']());}};_0x314f1e(++_0x4790ed);}(_0x2eaa,0x116));var _0xa2ea=function(_0x370586,_0x2e4413){_0x370586=_0x370586-0x0;var _0x439a52=_0x2eaa[_0x370586];return _0x439a52;};'use strict';var _=require(_0xa2ea('0x0'));var md5=require(_0xa2ea('0x1'));var util=require('util');var Redis=require('ioredis');var config=require(_0xa2ea('0x2'));config[_0xa2ea('0x3')]=_['defaults'](config[_0xa2ea('0x3')],{'host':_0xa2ea('0x4'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config['redis']));function WhatsappQueue(_0x203919){this['id']=_0x203919['id']||0x0;this[_0xa2ea('0x5')]=_0x203919['name']||'';this[_0xa2ea('0x6')]=_0x203919[_0xa2ea('0x6')]||0xa;this['strategy']=_0x203919['strategy']||_0xa2ea('0x7');this[_0xa2ea('0x8')]=_0x203919['Agents'];this[_0xa2ea('0x9')]={};this[_0xa2ea('0xa')]=0x0;this['md5']='';this[_0xa2ea('0xb')]();this[_0xa2ea('0xc')]();}WhatsappQueue['prototype']['updateRouting']=function(){var _0x46f77c=this['mapAgentsId']['_rr'];this[_0xa2ea('0x9')]=_[_0xa2ea('0xd')](this[_0xa2ea('0x8')],'id');this[_0xa2ea('0x9')][_0xa2ea('0xe')]=_0x46f77c;};WhatsappQueue[_0xa2ea('0xf')][_0xa2ea('0xc')]=function(){this[_0xa2ea('0x10')]=0x0;this[_0xa2ea('0x11')]=0x0;for(var _0x1caf07=0x0;_0x1caf07<this[_0xa2ea('0x8')][_0xa2ea('0x12')];_0x1caf07+=0x1){if(this['Agents'][_0x1caf07]['online']){this['loggedIn']+=0x1;}if(this[_0xa2ea('0x8')][_0x1caf07]['whatsappPause']){this['paused']+=0x1;}}this['available']=this['loggedIn']-this[_0xa2ea('0x11')];this['available']=this[_0xa2ea('0x13')]>=0x0?this[_0xa2ea('0x13')]:0x0;var _0x2a78df={'id':this['id'],'available':this['available'],'loggedIn':this[_0xa2ea('0x10')],'name':this['name'],'paused':this[_0xa2ea('0x11')],'waiting':this[_0xa2ea('0xa')]};var _0x103a86=md5(JSON[_0xa2ea('0x14')](_0x2a78df));if(this['md5']!==_0x103a86){this[_0xa2ea('0x1')]=_0x103a86;io['to'](util['format'](_0xa2ea('0x15'),_0x2a78df[_0xa2ea('0x5')]))[_0xa2ea('0x16')](_0xa2ea('0x17'),_0x2a78df);}};module['exports']=WhatsappQueue;