Table of Contents
List of Tables
List of Examples
UAC AUTH (User Agent Client Authentication) module provides a common API for building authentication headers.
It also provides a common set of authentication credetials to be used by other modules.
Known limitations in this version:
authentication does not support qop auth-int, just qop auth;
Contains a multiple definition of credentials used to perform authentication.
NOTE that the password can be provided as a plain text password or as a precalculated HA1 as a hexa (lower case) string (of 32 chars) prefixed with "0x" (so a total of 34 chars).
This parameter is required if UAC authentication is used.
Example 1.1. Set credential
parameter
... modparam("uac_auth","credential","username:domain:password") modparam("uac_auth","credential","username:domain:0xc17ba8157756f263d07e158504204629") ...
The definition of an AVP that might contain the realm to be used to perform authentication.
If you define it, you also need to define “auth_username_avp” (auth_username_avp) and “auth_password_avp” (auth_password_avp).
The definition of an AVP that might contain the username to be used to perform authentication.
If you define it, you also need to define “auth_realm_avp” (auth_realm_avp) and “auth_password_avp” (auth_password_avp).
Example 1.3. Set auth_username_avp
parameter
... modparam("uac_auth","auth_username_avp","$avp(11)") ...
The definition of an AVP that might contain the password to be used to perform authentication. The password can be provided as a plain text password or as a precalculated HA1 as a hexa (lower case) string (of 32 chars) prefixed with "0x" (so a total of 34 chars) (for example "0xc17ba8157756f263d07e158504204629")
If you define it, you also need to define “auth_realm_avp” (auth_realm_avp) and “auth_username_avp” (auth_username_avp).
Example 1.4. Set auth_password_avp
parameter
... modparam("uac_auth","auth_password_avp","$avp(12)") ...
Table 2.1. Top contributors by DevScore(1), authored commits(2) and lines added/removed(3)
Name | DevScore | Commits | Lines ++ | Lines -- | |
---|---|---|---|---|---|
1. | Ovidiu Sas (@ovidiusas) | 15 | 7 | 869 | 15 |
2. | Bogdan-Andrei Iancu (@bogdan-iancu) | 10 | 7 | 228 | 9 |
3. | Liviu Chircu (@liviuchircu) | 9 | 6 | 27 | 61 |
4. | Razvan Crainea (@razvancrainea) | 7 | 5 | 7 | 10 |
5. | Vlad Patrascu (@rvlad-patrascu) | 2 | 1 | 1 | 0 |
(1) DevScore = author_commits + author_lines_added / (project_lines_added / project_commits) + author_lines_deleted / (project_lines_deleted / project_commits)
(2) including any documentation-related commits, excluding merge commits. Regarding imported patches/code, we do our best to count the work on behalf of the proper owner, as per the "fix_authors" and "mod_renames" arrays in opensips/doc/build-contrib.sh. If you identify any patches/commits which do not get properly attributed to you, please submit a pull request which extends "fix_authors" and/or "mod_renames".
(3) ignoring whitespace edits, renamed files and auto-generated files
Table 2.2. Most recently active contributors(1) to this module
Name | Commit Activity | |
---|---|---|
1. | Razvan Crainea (@razvancrainea) | Sep 2011 - Sep 2019 |
2. | Liviu Chircu (@liviuchircu) | Mar 2014 - Nov 2018 |
3. | Bogdan-Andrei Iancu (@bogdan-iancu) | Mar 2012 - Jun 2018 |
4. | Vlad Patrascu (@rvlad-patrascu) | May 2017 - May 2017 |
5. | Ovidiu Sas (@ovidiusas) | Jun 2011 - Oct 2013 |
(1) including any documentation-related commits, excluding merge commits
Last edited by: Bogdan-Andrei Iancu (@bogdan-iancu), Liviu Chircu (@liviuchircu), Ovidiu Sas (@ovidiusas).
doc copyrights:
Copyright © 2013 www.opensips-solutions.com
Copyright © 2011 VoIP Embedded, Inc.