Pete Kay wrote: > I have a question about triggering my custom billing engine after > accounting info is stored in the DB. Does FreeRadius has any event > mechanism or somewhere that I can embed a script to trigger my billing > calculation?
In 2.0.4, see "man unlang". You can execute any program via the "exec" module, or via using `foo`, just like a shell script. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

