<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Has anyone managed to restrict the number of concurrent calls on an
openser box?<br>
<br>
I'm using openser 1.1.1 and found on the web that this was needed.<br>
<br>
I've included the dialog.so and avpops.so modules.<br>
<br>
<p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">&nbsp;&nbsp; if (
avp_check("$DLG_count", "gt/i:10") ) {<o:p></o:p><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sl_send_reply("403","no more calls accepted");<o:p></o:p><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<o:p></o:p><br>
&nbsp;&nbsp; }<o:p></o:p></span></font></p>
<br>
I'm not sure if I've configured the dialog.so module correctly, the
documentation tells you what each function does, but not what the
parameters mean (for example the documentation says dlg_flg default
value is "none" and they give an example of it set to 4 - but what do
these values mean?)<br>
<br>
Has anyone got this working or does anyone know how I should be
configuring the dialog.so module?<br>
<br>
Thanks,<br>
<br>
-Axel
</body>
</html>