Table of Contents
List of Tables
List of Examples
The pua_bla module enables Bridged Line Appearances support according to the specifications in draft-anil-sipping-bla-03.txt.
The following modules must be loaded before this module:
usrloc.
pua.
presence.
The default domain for the registered users to be used when constructing the uri for the registrar callback.
Default value is “NULL”.
Example 1.1. Set default_domain
parameter
... modparam("pua_bla", "default_domain", "opensips.org") ...
The name of the header to be added to Publish requests. It will contain the uri of the user agent that sent the Notify that is transformed into Publish. It stops sending a Notification with the same information to the sender.
Default value is “NULL”.
The outbound_proxy uri to be used when sending Subscribe requests.
Default value is “NULL”.
Example 1.3. Set outbound_proxy
parameter
... modparam("pua_bla", "outbound_proxy", "sip:proxy@opensips.org") ...
The function is used to mark REGISTER requests made to a BLA AOR. The modules subscribes to the registered contacts for dialog;sla event.
Example 1.6. bla_set_flag
usage
... if(is_method("REGISTER") && $tu=~"bla_aor@opensips.org") bla_set_flag(); ...
The function handles Notify requests sent from phones on the same BLA to the server. The message is transformed in Publish request and passed to presence module for further handling. in case of a successful processing a 2xx reply should be sent.
Example 1.7. bla_handle_notify
usage
... if(is_method("NOTIFY") && $tu=~"bla_aor@opensips.org") { if( bla_handle_notify() ) t_reply(200, "OK"); } ...
Table 2.1. Top contributors by DevScore(1), authored commits(2) and lines added/removed(3)
Name | DevScore | Commits | Lines ++ | Lines -- | |
---|---|---|---|---|---|
1. | Anca Vamanu | 56 | 27 | 1961 | 779 |
2. | Liviu Chircu (@liviuchircu) | 17 | 14 | 58 | 73 |
3. | Bogdan-Andrei Iancu (@bogdan-iancu) | 14 | 12 | 42 | 60 |
4. | Daniel-Constantin Mierla (@miconda) | 9 | 7 | 17 | 15 |
5. | Razvan Crainea (@razvancrainea) | 8 | 6 | 12 | 13 |
6. | Vlad Patrascu (@rvlad-patrascu) | 7 | 5 | 20 | 18 |
7. | Ovidiu Sas (@ovidiusas) | 4 | 2 | 15 | 4 |
8. | Vlad Paiu (@vladpaiu) | 3 | 1 | 6 | 16 |
9. | Sergio Gutierrez | 3 | 1 | 4 | 4 |
10. | Maksym Sobolyev (@sobomax) | 3 | 1 | 3 | 3 |
All remaining contributors: Konstantin Bokarius, Juha Heinanen (@juha-h), Ezequiel Lovelle (@lovelle), Peter Lemenkov (@lemenkov), Edson Gellert Schubert, Stanislaw Pitucha.
(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 - May 2024 |
2. | Maksym Sobolyev (@sobomax) | Feb 2023 - Feb 2023 |
3. | Razvan Crainea (@razvancrainea) | Feb 2012 - Jan 2023 |
4. | Vlad Patrascu (@rvlad-patrascu) | May 2017 - Apr 2019 |
5. | Bogdan-Andrei Iancu (@bogdan-iancu) | Jul 2007 - Apr 2019 |
6. | Peter Lemenkov (@lemenkov) | Jun 2018 - Jun 2018 |
7. | Ezequiel Lovelle (@lovelle) | Oct 2014 - Oct 2014 |
8. | Ovidiu Sas (@ovidiusas) | Dec 2010 - Jan 2013 |
9. | Vlad Paiu (@vladpaiu) | Aug 2011 - Aug 2011 |
10. | Anca Vamanu | Apr 2007 - Apr 2011 |
All remaining contributors: Stanislaw Pitucha, Sergio Gutierrez, Daniel-Constantin Mierla (@miconda), Konstantin Bokarius, Edson Gellert Schubert, Juha Heinanen (@juha-h).
(1) including any documentation-related commits, excluding merge commits
Last edited by: Vlad Patrascu (@rvlad-patrascu), Peter Lemenkov (@lemenkov), Liviu Chircu (@liviuchircu), Bogdan-Andrei Iancu (@bogdan-iancu), Razvan Crainea (@razvancrainea), Anca Vamanu, Daniel-Constantin Mierla (@miconda), Konstantin Bokarius, Edson Gellert Schubert.
Documentation Copyrights:
Copyright © 2007 Voice Sistem SRL