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.
Note that authentication provided by this module supports both qop "auth" and qop "auth-int" but if both values are presented by the server, "auth" will be prefered.
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) | 16 | 7 | 869 | 15 |
2. | Liviu Chircu (@liviuchircu) | 11 | 8 | 41 | 62 |
3. | Maksym Sobolyev (@sobomax) | 11 | 4 | 123 | 260 |
4. | Bogdan-Andrei Iancu (@bogdan-iancu) | 10 | 7 | 229 | 9 |
5. | Razvan Crainea (@razvancrainea) | 8 | 6 | 8 | 11 |
6. | Vlad Patrascu (@rvlad-patrascu) | 6 | 4 | 44 | 30 |
7. | Bence Szigeti | 3 | 1 | 7 | 1 |
8. | Peter Lemenkov (@lemenkov) | 3 | 1 | 1 | 1 |
(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. | Liviu Chircu (@liviuchircu) | Mar 2014 - Sep 2024 |
2. | Bence Szigeti | Apr 2023 - Apr 2023 |
3. | Maksym Sobolyev (@sobomax) | Sep 2020 - Feb 2023 |
4. | Razvan Crainea (@razvancrainea) | Sep 2011 - Jan 2021 |
5. | Vlad Patrascu (@rvlad-patrascu) | May 2017 - Jul 2019 |
6. | Bogdan-Andrei Iancu (@bogdan-iancu) | Mar 2012 - Apr 2019 |
7. | Peter Lemenkov (@lemenkov) | Jun 2018 - Jun 2018 |
8. | Ovidiu Sas (@ovidiusas) | Jun 2011 - Oct 2013 |
(1) including any documentation-related commits, excluding merge commits
Last edited by: Liviu Chircu (@liviuchircu), Vlad Patrascu (@rvlad-patrascu), Peter Lemenkov (@lemenkov), Bogdan-Andrei Iancu (@bogdan-iancu), Ovidiu Sas (@ovidiusas).
Documentation Copyrights:
Copyright © 2013 www.opensips-solutions.com
Copyright © 2011 VoIP Embedded, Inc.