7033b9b91d2f48c356f6a3502d67d920aa1aed77
[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 _0xdbf6=['mapAgentsId','waiting','updateRouting','updateRealtime','_rr','prototype','paused','length','online','loggedIn','whatsappPause','available','md5','format','whatsapp:queue:%s','emit','exports','util','ioredis','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','Agents'];(function(_0x3ec855,_0x151ced){var _0x32f61f=function(_0x42681e){while(--_0x42681e){_0x3ec855['push'](_0x3ec855['shift']());}};_0x32f61f(++_0x151ced);}(_0xdbf6,0x1dc));var _0x6dbf=function(_0x541350,_0xcc1965){_0x541350=_0x541350-0x0;var _0x2c612c=_0xdbf6[_0x541350];return _0x2c612c;};'use strict';var _=require('lodash');var md5=require('md5');var util=require(_0x6dbf('0x0'));var Redis=require(_0x6dbf('0x1'));var config=require('../../../config/environment');config[_0x6dbf('0x2')]=_[_0x6dbf('0x3')](config[_0x6dbf('0x2')],{'host':_0x6dbf('0x4'),'port':0x18eb});var io=require(_0x6dbf('0x5'))(new Redis(config[_0x6dbf('0x2')]));function WhatsappQueue(_0x16d0b4){this['id']=_0x16d0b4['id']||0x0;this[_0x6dbf('0x6')]=_0x16d0b4[_0x6dbf('0x6')]||'';this[_0x6dbf('0x7')]=_0x16d0b4[_0x6dbf('0x7')]||0xa;this[_0x6dbf('0x8')]=_0x16d0b4[_0x6dbf('0x8')]||'beepall';this['Agents']=_0x16d0b4[_0x6dbf('0x9')];this[_0x6dbf('0xa')]={};this[_0x6dbf('0xb')]=0x0;this['md5']='';this[_0x6dbf('0xc')]();this[_0x6dbf('0xd')]();}WhatsappQueue['prototype'][_0x6dbf('0xc')]=function(){var _0x59cca4=this[_0x6dbf('0xa')][_0x6dbf('0xe')];this['mapAgentsId']=_['map'](this[_0x6dbf('0x9')],'id');this['mapAgentsId'][_0x6dbf('0xe')]=_0x59cca4;};WhatsappQueue[_0x6dbf('0xf')][_0x6dbf('0xd')]=function(){this['loggedIn']=0x0;this[_0x6dbf('0x10')]=0x0;for(var _0x33db97=0x0;_0x33db97<this[_0x6dbf('0x9')][_0x6dbf('0x11')];_0x33db97+=0x1){if(this[_0x6dbf('0x9')][_0x33db97][_0x6dbf('0x12')]){this[_0x6dbf('0x13')]+=0x1;}if(this[_0x6dbf('0x9')][_0x33db97][_0x6dbf('0x14')]){this[_0x6dbf('0x10')]+=0x1;}}this[_0x6dbf('0x15')]=this['loggedIn']-this[_0x6dbf('0x10')];this[_0x6dbf('0x15')]=this[_0x6dbf('0x15')]>=0x0?this[_0x6dbf('0x15')]:0x0;var _0x53a88a={'id':this['id'],'available':this[_0x6dbf('0x15')],'loggedIn':this[_0x6dbf('0x13')],'name':this['name'],'paused':this[_0x6dbf('0x10')],'waiting':this['waiting']};var _0x2a00b2=md5(JSON['stringify'](_0x53a88a));if(this['md5']!==_0x2a00b2){this[_0x6dbf('0x16')]=_0x2a00b2;io['to'](util[_0x6dbf('0x17')](_0x6dbf('0x18'),_0x53a88a[_0x6dbf('0x6')]))[_0x6dbf('0x19')]('whatsapp_queue:save',_0x53a88a);}};module[_0x6dbf('0x1a')]=WhatsappQueue;