Hi Ivan,<br><br>Sorry to have to ask again.  I think you have explain clear enough, but I am just too new to freeradius.  <br>I tried modifying in /sites-enable/default:<br><br>accounting {<br>        detail<br>        radutmp<br>
        sql<br>        sql_log<br>        DEFAULT Acct-Status-Type = Stop<br>        Exec-Program="/home/anne/bill %{Acct-Session-Id}"<br>        attr_filter.accounting_response<br>}<br><br>But I am getting:<br>
/usr/local/etc/raddb/sites-enabled/default[349]: Expecting section start brace '{' after "DEFAULT Acc-Status-Type"<br><br>Is this not the right place to add the code?<br><br>Thanks alot for all your help.<br>
<br>Pete<br><br><br><br><div class="gmail_quote">2008/6/14 Ivan Kalik <<a href="mailto:tnt@kalik.net">tnt@kalik.net</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
acct_users file:<br>
<br>
DEFAULT   Acct-Status-Type = Stop<br>
                Exec-Program = "/home/billing/bill %{Acct-Session-Id}"<br>
<br>
You can't use radacctid as that is autogenerated by the database server<br>
and is not part of the accouning request.<br>
<br>
Ivan Kalik<br>
Kalik Informatika ISP<br>
<br>
<br>
Dana 14/6/2008, "Pete Kay" <<a href="mailto:petedao@gmail.com">petedao@gmail.com</a>> piše:<br>
<div><div></div><div class="Wj3C7c"><br>
>Hi,<br>
><br>
>I tried to execute a billing script as follows:<br>
><br>
>accounting{<br>
><br>
>      sql<br>
><br>
>        exec  /etc/billing/bill<br>
>}<br>
><br>
>But, I am getting:<br>
><br>
>/usr/local/etc/raddb/sites-enabled/default[350]: Expecting section start<br>
>brace '{' after "exec /home/billing/bill"<br>
>Errors reading /usr/local/etc/raddb/radiusd.conf<br>
><br>
>What is wrong with my syntax?  Is there any sample that I can refer to?<br>
><br>
>I checked the unlan, but I could not find anything that mentions the<br>
>variable that I can use to pass to the script.  What I like to do is to call<br>
>the script:  exec /etc/billing/bill <radacctid><br>
><br>
>That way, I can know which line to process.<br>
><br>
>Thanks for any suggestion.<br>
><br>
>Regards,<br>
>Pete<br>
><br>
><br>
<br>
</div></div>-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</blockquote></div><br>