Built motion from commit (unavailable).|2.5.5
[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 _0xd4e0=['whatsapp_queue:save','lodash','md5','util','redis','defaults','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','loggedIn','paused','online','available','stringify','format','whatsapp:queue:%s','emit'];(function(_0x2b6600,_0x24c497){var _0x912ee2=function(_0x5d6484){while(--_0x5d6484){_0x2b6600['push'](_0x2b6600['shift']());}};_0x912ee2(++_0x24c497);}(_0xd4e0,0xb0));var _0x0d4e=function(_0x363e44,_0x246606){_0x363e44=_0x363e44-0x0;var _0x45500a=_0xd4e0[_0x363e44];return _0x45500a;};'use strict';var _=require(_0x0d4e('0x0'));var md5=require(_0x0d4e('0x1'));var util=require(_0x0d4e('0x2'));var Redis=require('ioredis');var config=require('../../../config/environment');config[_0x0d4e('0x3')]=_[_0x0d4e('0x4')](config['redis'],{'host':'localhost','port':0x18eb});var io=require(_0x0d4e('0x5'))(new Redis(config[_0x0d4e('0x3')]));function WhatsappQueue(_0x26653b){this['id']=_0x26653b['id']||0x0;this[_0x0d4e('0x6')]=_0x26653b[_0x0d4e('0x6')]||'';this[_0x0d4e('0x7')]=_0x26653b[_0x0d4e('0x7')]||0xa;this[_0x0d4e('0x8')]=_0x26653b[_0x0d4e('0x8')]||'beepall';this['Agents']=_0x26653b[_0x0d4e('0x9')];this[_0x0d4e('0xa')]={};this[_0x0d4e('0xb')]=0x0;this[_0x0d4e('0x1')]='';this[_0x0d4e('0xc')]();this[_0x0d4e('0xd')]();}WhatsappQueue[_0x0d4e('0xe')]['updateRouting']=function(){var _0x582d63=this[_0x0d4e('0xa')][_0x0d4e('0xf')];this['mapAgentsId']=_['map'](this[_0x0d4e('0x9')],'id');this[_0x0d4e('0xa')][_0x0d4e('0xf')]=_0x582d63;};WhatsappQueue[_0x0d4e('0xe')]['updateRealtime']=function(){this[_0x0d4e('0x10')]=0x0;this[_0x0d4e('0x11')]=0x0;for(var _0x2d705f=0x0;_0x2d705f<this[_0x0d4e('0x9')]['length'];_0x2d705f+=0x1){if(this[_0x0d4e('0x9')][_0x2d705f][_0x0d4e('0x12')]){this['loggedIn']+=0x1;}if(this[_0x0d4e('0x9')][_0x2d705f]['whatsappPause']){this[_0x0d4e('0x11')]+=0x1;}}this[_0x0d4e('0x13')]=this[_0x0d4e('0x10')]-this[_0x0d4e('0x11')];this[_0x0d4e('0x13')]=this['available']>=0x0?this[_0x0d4e('0x13')]:0x0;var _0x40a3c4={'id':this['id'],'available':this['available'],'loggedIn':this[_0x0d4e('0x10')],'name':this[_0x0d4e('0x6')],'paused':this[_0x0d4e('0x11')],'waiting':this[_0x0d4e('0xb')]};var _0x596032=md5(JSON[_0x0d4e('0x14')](_0x40a3c4));if(this['md5']!==_0x596032){this[_0x0d4e('0x1')]=_0x596032;io['to'](util[_0x0d4e('0x15')](_0x0d4e('0x16'),_0x40a3c4[_0x0d4e('0x6')]))[_0x0d4e('0x17')](_0x0d4e('0x18'),_0x40a3c4);}};module['exports']=WhatsappQueue;