eca22b254732ad2fcec6b04e69f752db8d57209e
[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 _0x6330=['waiting','prototype','updateRouting','_rr','map','updateRealtime','paused','length','loggedIn','whatsappPause','available','stringify','format','whatsapp:queue:%s','emit','lodash','md5','util','ioredis','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId'];(function(_0x2c91e9,_0x2fb965){var _0x13f0ff=function(_0xb39edf){while(--_0xb39edf){_0x2c91e9['push'](_0x2c91e9['shift']());}};_0x13f0ff(++_0x2fb965);}(_0x6330,0xa0));var _0x0633=function(_0x19cbde,_0x4f8b31){_0x19cbde=_0x19cbde-0x0;var _0x1da364=_0x6330[_0x19cbde];return _0x1da364;};'use strict';var _=require(_0x0633('0x0'));var md5=require(_0x0633('0x1'));var util=require(_0x0633('0x2'));var Redis=require(_0x0633('0x3'));var config=require('../../../config/environment');config[_0x0633('0x4')]=_[_0x0633('0x5')](config[_0x0633('0x4')],{'host':_0x0633('0x6'),'port':0x18eb});var io=require(_0x0633('0x7'))(new Redis(config[_0x0633('0x4')]));function WhatsappQueue(_0x4e758e){this['id']=_0x4e758e['id']||0x0;this[_0x0633('0x8')]=_0x4e758e['name']||'';this[_0x0633('0x9')]=_0x4e758e['timeout']||0xa;this[_0x0633('0xa')]=_0x4e758e[_0x0633('0xa')]||_0x0633('0xb');this[_0x0633('0xc')]=_0x4e758e['Agents'];this[_0x0633('0xd')]={};this[_0x0633('0xe')]=0x0;this[_0x0633('0x1')]='';this['updateRouting']();this['updateRealtime']();}WhatsappQueue[_0x0633('0xf')][_0x0633('0x10')]=function(){var _0x4d8087=this[_0x0633('0xd')][_0x0633('0x11')];this[_0x0633('0xd')]=_[_0x0633('0x12')](this['Agents'],'id');this[_0x0633('0xd')]['_rr']=_0x4d8087;};WhatsappQueue[_0x0633('0xf')][_0x0633('0x13')]=function(){this['loggedIn']=0x0;this[_0x0633('0x14')]=0x0;for(var _0x51f69a=0x0;_0x51f69a<this['Agents'][_0x0633('0x15')];_0x51f69a+=0x1){if(this['Agents'][_0x51f69a]['online']){this[_0x0633('0x16')]+=0x1;}if(this[_0x0633('0xc')][_0x51f69a][_0x0633('0x17')]){this[_0x0633('0x14')]+=0x1;}}this['available']=this['loggedIn']-this[_0x0633('0x14')];this[_0x0633('0x18')]=this[_0x0633('0x18')]>=0x0?this[_0x0633('0x18')]:0x0;var _0x2f0435={'id':this['id'],'available':this[_0x0633('0x18')],'loggedIn':this['loggedIn'],'name':this[_0x0633('0x8')],'paused':this[_0x0633('0x14')],'waiting':this[_0x0633('0xe')]};var _0x2371db=md5(JSON[_0x0633('0x19')](_0x2f0435));if(this[_0x0633('0x1')]!==_0x2371db){this[_0x0633('0x1')]=_0x2371db;io['to'](util[_0x0633('0x1a')](_0x0633('0x1b'),_0x2f0435[_0x0633('0x8')]))[_0x0633('0x1c')]('whatsapp_queue:save',_0x2f0435);}};module['exports']=WhatsappQueue;