<DIV>
<DIV>hi,all</DIV>
<DIV>I want to limit the maxmum of register AOR (for example 5), and I modified part of the opensips.cfg as fllow: </DIV>
<DIV>&nbsp;</DIV>
<DIV>if (is_method("REGISTER"))<BR>&nbsp;{<BR>&nbsp; if ((registered("location"))||($var(registered_users)&lt;= 5)) {<BR>&nbsp;&nbsp;&nbsp;&nbsp; # authenticate the REGISTER requests<BR>&nbsp;&nbsp; if (!www_authorize("", "subscriber"))<BR>&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp; www_challenge("", "0");<BR>&nbsp;&nbsp;&nbsp; exit;<BR>&nbsp;&nbsp; }<BR>&nbsp; <BR>&nbsp;&nbsp; if (!db_check_to()) <BR>&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp; sl_send_reply("403","Forbidden auth ID");<BR>&nbsp;&nbsp;&nbsp; exit;<BR>&nbsp;&nbsp; }</DIV>
<DIV>&nbsp;&nbsp; if ( proto==TCP ||&nbsp; 0 ) setflag(TCP_PERSISTENT);</DIV>
<DIV>&nbsp;&nbsp; if (!save("location"))<BR>&nbsp;&nbsp;&nbsp; sl_reply_error();</DIV>
<DIV>&nbsp;&nbsp; exit;<BR>&nbsp; }else{<BR>&nbsp;&nbsp; xlog("registerednum is $var(accepted_regs)");<BR>&nbsp;&nbsp; sl_send_reply("403","Forbidden auth ID");<BR>&nbsp;&nbsp; &nbsp;exit;<BR>&nbsp;&nbsp; }<BR>&nbsp;}<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>But it doesn't work . </DIV>
<DIV>The log shows that the value of "$var(registered_users)" is null .</DIV>
<DIV>Is it&nbsp;wrong &nbsp;to use&nbsp;registered_users there?&nbsp;</DIV>
<DIV>How to use the export parameter?</DIV>
<DIV>Or&nbsp;can anyone help to tell me how to implement the limition ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks</DIV>
<DIV>&nbsp;jing </DIV></DIV>