Built motion from commit 85328c08.|2.5.50
[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 _0x9fb2=['localhost','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','loggedIn','paused','length','whatsappPause','available','format','whatsapp:queue:%s','emit','whatsapp_queue:save','lodash','md5','util','ioredis','../../../config/environment','redis'];(function(_0x377eda,_0x258df5){var _0x207c8e=function(_0x3d3d3d){while(--_0x3d3d3d){_0x377eda['push'](_0x377eda['shift']());}};_0x207c8e(++_0x258df5);}(_0x9fb2,0x112));var _0x29fb=function(_0x5e8874,_0x134292){_0x5e8874=_0x5e8874-0x0;var _0x4bf1de=_0x9fb2[_0x5e8874];return _0x4bf1de;};'use strict';var _=require(_0x29fb('0x0'));var md5=require(_0x29fb('0x1'));var util=require(_0x29fb('0x2'));var Redis=require(_0x29fb('0x3'));var config=require(_0x29fb('0x4'));config['redis']=_['defaults'](config[_0x29fb('0x5')],{'host':_0x29fb('0x6'),'port':0x18eb});var io=require(_0x29fb('0x7'))(new Redis(config[_0x29fb('0x5')]));function WhatsappQueue(_0x21b415){this['id']=_0x21b415['id']||0x0;this['name']=_0x21b415[_0x29fb('0x8')]||'';this[_0x29fb('0x9')]=_0x21b415['timeout']||0xa;this[_0x29fb('0xa')]=_0x21b415[_0x29fb('0xa')]||'beepall';this[_0x29fb('0xb')]=_0x21b415[_0x29fb('0xb')];this[_0x29fb('0xc')]={};this[_0x29fb('0xd')]=0x0;this[_0x29fb('0x1')]='';this[_0x29fb('0xe')]();this[_0x29fb('0xf')]();}WhatsappQueue[_0x29fb('0x10')][_0x29fb('0xe')]=function(){var _0x54844a=this[_0x29fb('0xc')][_0x29fb('0x11')];this[_0x29fb('0xc')]=_[_0x29fb('0x12')](this[_0x29fb('0xb')],'id');this['mapAgentsId'][_0x29fb('0x11')]=_0x54844a;};WhatsappQueue[_0x29fb('0x10')][_0x29fb('0xf')]=function(){this[_0x29fb('0x13')]=0x0;this[_0x29fb('0x14')]=0x0;for(var _0x4e1adb=0x0;_0x4e1adb<this[_0x29fb('0xb')][_0x29fb('0x15')];_0x4e1adb+=0x1){if(this['Agents'][_0x4e1adb]['online']){this[_0x29fb('0x13')]+=0x1;}if(this[_0x29fb('0xb')][_0x4e1adb][_0x29fb('0x16')]){this['paused']+=0x1;}}this['available']=this[_0x29fb('0x13')]-this[_0x29fb('0x14')];this['available']=this[_0x29fb('0x17')]>=0x0?this['available']:0x0;var _0x26bf79={'id':this['id'],'available':this[_0x29fb('0x17')],'loggedIn':this[_0x29fb('0x13')],'name':this[_0x29fb('0x8')],'paused':this[_0x29fb('0x14')],'waiting':this[_0x29fb('0xd')]};var _0x1d7ef3=md5(JSON['stringify'](_0x26bf79));if(this[_0x29fb('0x1')]!==_0x1d7ef3){this['md5']=_0x1d7ef3;io['to'](util[_0x29fb('0x18')](_0x29fb('0x19'),_0x26bf79[_0x29fb('0x8')]))[_0x29fb('0x1a')](_0x29fb('0x1b'),_0x26bf79);}};module['exports']=WhatsappQueue;