f98953d032e7dcb5b2d634216854399baca00f44
[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 _0x779d=['length','online','whatsappPause','available','stringify','md5','whatsapp:queue:%s','emit','whatsapp_queue:save','exports','lodash','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','Agents','waiting','updateRouting','updateRealtime','prototype','mapAgentsId','map','_rr','loggedIn','paused'];(function(_0xf657a0,_0x1cbd02){var _0x3547c0=function(_0x697e78){while(--_0x697e78){_0xf657a0['push'](_0xf657a0['shift']());}};_0x3547c0(++_0x1cbd02);}(_0x779d,0x15f));var _0xd779=function(_0x358dda,_0x3dfe65){_0x358dda=_0x358dda-0x0;var _0x1cf6c8=_0x779d[_0x358dda];return _0x1cf6c8;};'use strict';var _=require(_0xd779('0x0'));var md5=require('md5');var util=require(_0xd779('0x1'));var Redis=require(_0xd779('0x2'));var config=require(_0xd779('0x3'));config[_0xd779('0x4')]=_[_0xd779('0x5')](config[_0xd779('0x4')],{'host':_0xd779('0x6'),'port':0x18eb});var io=require(_0xd779('0x7'))(new Redis(config[_0xd779('0x4')]));function WhatsappQueue(_0x223f04){this['id']=_0x223f04['id']||0x0;this[_0xd779('0x8')]=_0x223f04[_0xd779('0x8')]||'';this['timeout']=_0x223f04[_0xd779('0x9')]||0xa;this[_0xd779('0xa')]=_0x223f04[_0xd779('0xa')]||'beepall';this[_0xd779('0xb')]=_0x223f04[_0xd779('0xb')];this['mapAgentsId']={};this[_0xd779('0xc')]=0x0;this['md5']='';this[_0xd779('0xd')]();this[_0xd779('0xe')]();}WhatsappQueue[_0xd779('0xf')][_0xd779('0xd')]=function(){var _0x196aeb=this['mapAgentsId']['_rr'];this[_0xd779('0x10')]=_[_0xd779('0x11')](this[_0xd779('0xb')],'id');this[_0xd779('0x10')][_0xd779('0x12')]=_0x196aeb;};WhatsappQueue[_0xd779('0xf')]['updateRealtime']=function(){this[_0xd779('0x13')]=0x0;this[_0xd779('0x14')]=0x0;for(var _0x369bc0=0x0;_0x369bc0<this['Agents'][_0xd779('0x15')];_0x369bc0+=0x1){if(this['Agents'][_0x369bc0][_0xd779('0x16')]){this[_0xd779('0x13')]+=0x1;}if(this[_0xd779('0xb')][_0x369bc0][_0xd779('0x17')]){this[_0xd779('0x14')]+=0x1;}}this['available']=this['loggedIn']-this['paused'];this['available']=this[_0xd779('0x18')]>=0x0?this[_0xd779('0x18')]:0x0;var _0x70fba6={'id':this['id'],'available':this[_0xd779('0x18')],'loggedIn':this[_0xd779('0x13')],'name':this[_0xd779('0x8')],'paused':this['paused'],'waiting':this[_0xd779('0xc')]};var _0x428594=md5(JSON[_0xd779('0x19')](_0x70fba6));if(this[_0xd779('0x1a')]!==_0x428594){this[_0xd779('0x1a')]=_0x428594;io['to'](util['format'](_0xd779('0x1b'),_0x70fba6[_0xd779('0x8')]))[_0xd779('0x1c')](_0xd779('0x1d'),_0x70fba6);}};module[_0xd779('0x1e')]=WhatsappQueue;