> are there some standard way(scripts) how collect accounting data from > myssql/radacct to central accounting server? > > one way is add "Stamp timestamp" to radacct > (alter table radacct add Stamp timestamp;)
does freeradius support "event-timestamp"? (rfc2869) > and now i can > select * from radacct where stamp<'timestamp_when_run_script' to stdout (put to > central acct server) > delete from radacct where stamp<'timestamp_when_run_script' (del moved data) -- ------------------------------------- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz ===================================== - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
