PUA BLA module
Admin Guide
Section titled “Admin Guide”Overview
Section titled “Overview”The pua_bla module enables Bridged Line Appearances support according to the specifications in draft-anil-sipping-bla-03.txt.
Dependencies
Section titled “Dependencies”OpenSIPS Modules
Section titled “OpenSIPS Modules”The following modules must be loaded before this module:
- usrloc.
- pua.
- presence.
External Libraries or Applications
Section titled “External Libraries or Applications”The following libraries or applications must be installed before running OpenSIPS with this module loaded:
- libxml.
Exported Parameters
Section titled “Exported Parameters”default_domain(str)
Section titled “default_domain(str)”The default domain for the registered users to be used when constructing the uri for the registrar callback.
Default value is “NULL”.
...modparam("pua_bla", "default_domain", "opensips.org")...header_name(str)
Section titled “header_name(str)”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”.
...modparam("pua_bla", "header_name", "Sender")...outbound_proxy(str)
Section titled “outbound_proxy(str)”The outbound_proxy uri to be used when sending Subscribe requests.
Default value is “NULL”.
...modparam("pua_bla", "outbound_proxy", "sip:proxy@opensips.org")...server_address(str)
Section titled “server_address(str)”The IP address of the server.
...modparam("pua_bla", "server_address", "sip:bla@160.34.23.12")...Exported Functions
Section titled “Exported Functions”bla_set_flag
Section titled “bla_set_flag”The function is used to mark REGISTER requests made to a BLA AOR. The modules subscribes to the registered contacts for dialog;sla event.
...if(is_method("REGISTER") && to_uri=~"bla_aor@opensips.org") bla_set_flag();...bla_handle_notify
Section titled “bla_handle_notify”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.
...if(is_method("NOTIFY") && to_uri=~"bla_aor@opensips.org"){ if( bla_handle_notify() ) t_reply("200", "OK");}...Contributors
Section titled “Contributors”By Commit Statistics
Section titled “By Commit Statistics”Top contributors by DevScore(1), authored commits(2) and lines added/removed(3)
| # | Name | DevScore | Commits | Lines++ | Lines— |
|---|---|---|---|---|---|
| 1. | Anca Vamanu | 50 | 21 | 1838 | 779 |
| 2. | Bogdan-Andrei Iancu (@bogdan-iancu) | 12 | 6 | 194 | 207 |
| 3. | Daniel-Constantin Mierla (@miconda) | 9 | 7 | 17 | 15 |
| 4. | Stefan Darius (@dariusstefan) | 6 | 3 | 166 | 17 |
| 5. | Juha Heinanen (@juha-h) | 3 | 1 | 3 | 3 |
| 6. | Razvan Crainea (@razvancrainea) | 3 | 1 | 2 | 2 |
| 7. | Konstantin Bokarius | 3 | 1 | 2 | 5 |
| 8. | Edson Gellert Schubert | 3 | 1 | 0 | 105 |
(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
(3) ignoring whitespace edits, renamed files and auto-generated files
By Commit Activity
Section titled “By Commit Activity”| # | Name | Commit Activity |
|---|---|---|
| 1. | Bogdan-Andrei Iancu (@bogdan-iancu) | Jul 2007 - Jul 2026 |
| 2. | Stefan Darius (@dariusstefan) | Jun 2026 - Jul 2026 |
| 3. | Razvan Crainea (@razvancrainea) | Jun 2026 - Jun 2026 |
| 4. | Anca Vamanu | Apr 2007 - Dec 2008 |
| 5. | Daniel-Constantin Mierla (@miconda) | Oct 2007 - Mar 2008 |
| 6. | Konstantin Bokarius | Mar 2008 - Mar 2008 |
| 7. | Edson Gellert Schubert | Feb 2008 - Feb 2008 |
| 8. | Juha Heinanen (@juha-h) | Dec 2007 - Dec 2007 |
(1) including any documentation-related commits, excluding merge commits
Documentation
Section titled “Documentation”Contributors
Section titled “Contributors”Last edited by: Razvan Crainea (@razvancrainea), Bogdan-Andrei Iancu (@bogdan-iancu), Daniel-Constantin Mierla (@miconda), Anca Vamanu, Konstantin Bokarius, Edson Gellert Schubert.
License
Section titled “License”All documentation files (i.e. .md extension) are licensed under the Creative Common License 4.0