24 May
2008
24 May
'08
11:11 a.m.
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.