fa78e5255c983dd580f268ef186545ef522cd1b5
[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 _0x0f8a=['stringify','format','emit','whatsapp_queue:save','exports','lodash','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','waiting','md5','updateRouting','updateRealtime','mapAgentsId','map','_rr','prototype','paused','length','online','loggedIn','whatsappPause','available'];(function(_0xae71d1,_0x7c32b6){var _0x3cf2f6=function(_0x5a5812){while(--_0x5a5812){_0xae71d1['push'](_0xae71d1['shift']());}};_0x3cf2f6(++_0x7c32b6);}(_0x0f8a,0x1b7));var _0xa0f8=function(_0x3913d3,_0x499f21){_0x3913d3=_0x3913d3-0x0;var _0x435044=_0x0f8a[_0x3913d3];return _0x435044;};'use strict';var _=require(_0xa0f8('0x0'));var md5=require('md5');var util=require('util');var Redis=require(_0xa0f8('0x1'));var config=require(_0xa0f8('0x2'));config[_0xa0f8('0x3')]=_[_0xa0f8('0x4')](config[_0xa0f8('0x3')],{'host':_0xa0f8('0x5'),'port':0x18eb});var io=require(_0xa0f8('0x6'))(new Redis(config['redis']));function WhatsappQueue(_0x21f9c8){this['id']=_0x21f9c8['id']||0x0;this[_0xa0f8('0x7')]=_0x21f9c8[_0xa0f8('0x7')]||'';this[_0xa0f8('0x8')]=_0x21f9c8[_0xa0f8('0x8')]||0xa;this[_0xa0f8('0x9')]=_0x21f9c8[_0xa0f8('0x9')]||_0xa0f8('0xa');this['Agents']=_0x21f9c8[_0xa0f8('0xb')];this['mapAgentsId']={};this[_0xa0f8('0xc')]=0x0;this[_0xa0f8('0xd')]='';this[_0xa0f8('0xe')]();this[_0xa0f8('0xf')]();}WhatsappQueue['prototype'][_0xa0f8('0xe')]=function(){var _0x77c180=this[_0xa0f8('0x10')]['_rr'];this[_0xa0f8('0x10')]=_[_0xa0f8('0x11')](this[_0xa0f8('0xb')],'id');this['mapAgentsId'][_0xa0f8('0x12')]=_0x77c180;};WhatsappQueue[_0xa0f8('0x13')][_0xa0f8('0xf')]=function(){this['loggedIn']=0x0;this[_0xa0f8('0x14')]=0x0;for(var _0x16773a=0x0;_0x16773a<this[_0xa0f8('0xb')][_0xa0f8('0x15')];_0x16773a+=0x1){if(this[_0xa0f8('0xb')][_0x16773a][_0xa0f8('0x16')]){this[_0xa0f8('0x17')]+=0x1;}if(this[_0xa0f8('0xb')][_0x16773a][_0xa0f8('0x18')]){this['paused']+=0x1;}}this[_0xa0f8('0x19')]=this[_0xa0f8('0x17')]-this[_0xa0f8('0x14')];this[_0xa0f8('0x19')]=this[_0xa0f8('0x19')]>=0x0?this[_0xa0f8('0x19')]:0x0;var _0x5c7f3c={'id':this['id'],'available':this[_0xa0f8('0x19')],'loggedIn':this['loggedIn'],'name':this[_0xa0f8('0x7')],'paused':this[_0xa0f8('0x14')],'waiting':this[_0xa0f8('0xc')]};var _0x5e36b8=md5(JSON[_0xa0f8('0x1a')](_0x5c7f3c));if(this[_0xa0f8('0xd')]!==_0x5e36b8){this[_0xa0f8('0xd')]=_0x5e36b8;io['to'](util[_0xa0f8('0x1b')]('whatsapp:queue:%s',_0x5c7f3c['name']))[_0xa0f8('0x1c')](_0xa0f8('0x1d'),_0x5c7f3c);}};module[_0xa0f8('0x1e')]=WhatsappQueue;