Hello all,

 

Do we need more info ?

Someone can help me ?

 

Thanks

 

De : Users <users-boun...@lists.opensips.org> au nom de Alain Bieuzent 
<alain.bieuz...@free.fr>
Répondre à : OpenSIPS users mailling list <users@lists.opensips.org>
Date : lundi 21 septembre 2020 à 10:18
À : <users@lists.opensips.org>
Objet : [OpenSIPS-Users] rl_check some pipe are missing.

 

Hi All,

 

We are using ratelimit module with opensips 3.0.3.

Since we migrate from 2.4.7 to 3.0.3, the data export with opensips-cli are 
strange, there is some data missing.

 

For example we put this rl_check at the same part of the code (to exclude an 
issue with $avp(cps), with add 2 more check with a fix value)

 

    rl_check("IP-$si", $(avp(cps){s.int}), "TAILDROP");             

    rl_check("IP2-$si",9999 , "TAILDROP");                      

    rl_check("IP3-$si",10000 , "TAILDROP");                      

 

when we export the value with opensips cli, we don’t have the same number of 
pipe :

 

opensips-cli -x mi rl_list | grep IP- | wc -l &&  opensips-cli -x mi rl_list | 
grep IP2- | wc -l && opensips-cli -x mi rl_list | grep IP3- | wc -l

111

121

145

 

Any idea ?

 

Thanks

_______________________________________________ Users mailing list 
Users@lists.opensips.org 
http://lists.opensips.org/cgi-bin/mailman/listinfo/users 

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to