Published on iptel.org (http://www.iptel.org)

uri_radius

By greger
Created 2007-01-14 14:50

Standard-dep

URIi [1] check using Radius server.


Juha Heinanen


i [2] check using Radius server.

i [3] with this module loaded:

  • radius client library.

i [4] 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.

Example 3. radius_does_uri_exist usage

...
if (radius_does_uri_exist()) {
    ...
};
...