radius_config
(string)service_type
(integer)radius_does_uri_exist()
param_name
parameterparam_name
parameterradius_does_uri_exist
usageURI check using Radius server.
The module depends on the following modules (in the other words the listed modules must be loaded before this module):
none
The following libraries or applications must be installed before compilling OpenSER with this module loaded:
radiusclient-ng 0.5.0 or higher -- library and development files. See http://developer.berlios.de/projects/radiusclient-ng/.
radius_config
(string)Radiusclient configuration file.
Default value is "/usr/local/etc/radiusclient-ng/radiusclient.conf".
service_type
(integer) Radius service type used in radius_does_uri_exist check
.
Default value is 10 (Call-Check).
radius_does_uri_exist()
Checks from Radius if user@host in Request-URI is a local user. Can be used to decide if 404 or 480 should be returned after lookup has failed. Adds SIP-AVP reply items, that must have a string value of form "name:value", as AVPs.
This function can be used from REQUEST_ROUTE.
Take a look at http://www.openser-project.org/.
First at all check if your question was already answered on one of our mailing lists:
User Mailing List - http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
Developer Mailing List - http://lists.openser-project.org/cgi-bin/mailman/listinfo/devel
E-mails regarding any stable OpenSER release should be sent to
<users@lists.openser-project.org>
and e-mails regarding development versions
should be sent to <devel@lists.openser-project.org>
.
If you want to keep the mail private, send it to
<team@lists.openser-project.org>
.
Please follow the guidelines provided at: http://sourceforge.net/tracker/?group_id=139143.