<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="Open WebMail 2.20 20031014" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<font size="2">I'm not too familiar with debian's packages, so I can't say for certain what it's getting there, but it's entirely possible that all it did was pick up the acc_radius module and not the acc module with radius configured (in the spirit of confusing things, they split all the radius logging stuff out into its own module called acc_radius).  In that case, your acc STILL won't have the radius stuff in it, but you may then have the ability to load the acc_radius module and use its logging features instead of the acc ones. 
<br />
<br />N.
<br /></font><font size="2"><b>
<br />
<br />On Wed, 05 Apr 2006 07:45:10 -0500, Alberto Cruz wrote</b>
<br />&gt; 

I'm using the debian distribution and I used the following to got the
packets:
<br />&gt; 
<br />&gt; 
server# apt-get install ser-acc-radius-module
<br />&gt; 
server# apt-get install ser-radius-module
<br />&gt; 
<br />&gt; 
Any suggestion in this case?
<br />&gt; 
<br />&gt; 
Regards
<br />&gt; 
<br />&gt; 
Alberto Cruz
<br />&gt; 
sip wrote:
<br />&gt; 
<blockquote cite="mid20060405105707.M26667@infinideas.com" type="cite">
  
<pre wrap="">Those are the correct modparams, but it sounds as though the acc module wasn't
compiled with radius support in it (which will give you that error). 

If you have the source, go into the acc module directory, and edit the
Makefile.  Uncomment the line that allows radius support (it tells you which
line in the makefile) and then recompile that module. 

N.

On Tue, 04 Apr 2006 22:25:20 -0500, Alberto Cruz wrote
  </pre>
  <blockquote type="cite">
    
<pre wrap="">Hi Jan

I recently install a new SER server with Release 0.9.6 using the 
debian distribution and I'm trying to use the radius configuration 
that I have running at the SER server with Release 0.9.3 but I'm 
having troubles with the following lines: modparam(&quot;acc&quot;,
 &quot;radius_config&quot;, &quot;/etc/radiusclient-ng/radiusclient.conf&quot;)
 modparam(&quot;acc&quot;, &quot;service_type&quot;, 15) modparam(&quot;acc&quot;, &quot;radius_flag&quot;,
 1) modparam(&quot;acc&quot;, &quot;radius_missed_flag&quot;, 3) modparam(&quot;acc&quot;, 
&quot;report_ack&quot;, 0)

when I test the ser.cfg I got &quot;ERROR: bad config file (4 errors)&quot;

I was looking for documentation about acc_radius module but I didn't 
find documentation about it.

Is there someplace where I can find the new syntax for the modparam ?

Regards

Alberto Cruz

_______________________________________________
Serusers mailing list
<a href="mailto:serusers@lists.iptel.org" class="moz-txt-link-abbreviated">Serusers@iptel.org</a>
<a href="http://lists.iptel.org/mailman/listinfo/serusers" class="moz-txt-link-freetext">http://lists.iptel.org/mailman/listinfo/serusers</a>
    </pre>
  </blockquote>
  
<pre wrap="">
  </pre>
</blockquote>

<br />
<br />
<br />
</font>
</BODY>
</HTML>