<!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">
I suggest you figure out your dictionary first (ref. your other post).
Without the attributes in place, you get nowhere.<br>
Remember that there are several elements to radius functionality in SER:<br>
- standalone radius server<br>
- dictionary file for radius server<br>
- SER radius modules compiled and linked against radiusclient-ng
(library)<br>
- the radiusclient.conf file defining the setup for the radius client
(used by SER radius modules)<br>
- dictionary file for radiusclient-ng<br>
<br>
The attributes used are defined in SER modules. All attributes must be
found in the radiusclient.conf file (so that the radiusclient can
understand the attributes defined in the modules).<br>
Then the radiusserver needs to understand all the attributes (using
it's own dictionary).<br>
<br>
It looks like this:<br>
ser.cfg radiusauth or setflag (acc_flag) =&gt; calls radius module
=&gt; linked against radiusclient-ng.so =&gt; reads radiusclient.conf
and dictionary =&gt; sends requests on udp 1812 and 1813 =&gt; radius
server listens on ports and handles request responding back to
radiusclent, which returns data (or just ok) to the module<br>
<br>
g-)<br>
<br>
ravi reddy wrote:
<blockquote
 cite="midcfbb389b0607040049tef58c8g6a38b377fb4b1288@mail.gmail.com"
 type="cite">Mr. Greger V.Teigre <br>
  <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thanks for your response , when i tried changing line&nbsp; as&nbsp;
radius_log_flag&nbsp; the SER is showing there is no module like
Radius_log_flag in acc module but when i keep like radius_flag its
showing o.k<br>
but here my doubt is are the accounting messages will log in to
radius???<br>
my config file is accepting the radius_missed_flag...<br>
is this setting will log the messages in radacct????<br>
  <br>
  <br>
Are you using FreeRadius for accounting ???
  <br>
  <br>
waiting for your reply<br>
  <br>
Regards<br>
Ravi.<br>
  <br>
  <br>
  <br>
  <div><span class="gmail_quote">On 7/4/06, <b class="gmail_sendername">Greger
V. Teigre</b> &lt;<a href="mailto:greger@teigre.com">greger@teigre.com</a>
&gt; wrote:</span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div>
    <div bgcolor="#ffffff" text="#000000">"To enable RADIUS accounting
simply use radius_log_flag and
radius_log_missed_flag parameters instead of log_flag and
log_missed_flag. Mark transactions that should be logged with flags
configured in the parameters."<br>
    <br>
This means that you use modparam to set the flag values for these two
and then use setflag(yourflag) where you want radius accounting to
happen.<br>
g-)<br>
    <br>
ravi reddy wrote:
    </div>
    <div><span class="e" id="q_10c3843ef2fd7e97_1">Hi SER Users ,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I tried to install SER with basic configurations and
also with onsip config file with these SER is working pretty good ,Now
i want to test accounting on radius server i installed Radius server
with sql module and it is listening on 1813 for accounting , i am using
radiusclient-ng-0.5.2 and i append dictionary.ser to main dictionary
file. every thing is o.k <br>
    <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Now , how can I get the accounting details in
radius server is there any specific configuration to do that ? <br>
in ser.cfg i make some changes as shown in SER_RADIUS HOW TO's&nbsp; but i
dont understand the way to move ...........&nbsp; :-( <br>
    <br>
so any body can please tell me an out line scenario how to send account
packets to radius server so that i will work on that&nbsp; ; <br>
    <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thanks in Advance <br>
    <br>
Regards'<br>
Ravi.<br>
    </span></div>
    <div>
    <pre><hr size="4" width="90%">
_______________________________________________
Serusers mailing list
<a href="mailto:Serusers@lists.iptel.org" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">Serusers@lists.iptel.org</a>
<a href="http://lists.iptel.org/mailman/listinfo/serusers"
 target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.iptel.org/mailman/listinfo/serusers</a>
  </pre>
    </div>
    </div>
  </blockquote>
  </div>
  <br>
</blockquote>
</body>
</html>