[Asterisk-Dev] Radius authentification and accounting
Gunnar Schaller
linux at nowin.de
Mon Nov 22 13:54:52 MST 2004
> Hello,
> I want to implement radius auth & accounting for client calls.
> Could you point me appropriate place to plug it in? I need to have
> information about dialed extension and username and password of caller.
> It is possible to have such information in channel drivers, but it
> is too ugly to plug radius code for each channel. Is there best
> place suitable?
> Thank you in advance!
> Maxim Moroz
I thing ast_data is a good place for that. You "only" have to write a
module that handles radius. At the moment there is MySQL, Postgres and
ODBC, but it's simple to write another module. Look at
http://svn.asteriskdocs.org/res_data/
Gunnar
More information about the asterisk-dev
mailing list