Skip to content

PUA BLA module

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 following libraries or applications must be installed before running OpenSIPS with this module loaded:

  • libxml.

The default domain for the registered users to be used when constructing the uri for the registrar callback.

Default value is “NULL”.

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”.

Set header_name parameter
...
modparam("pua_bla", "header_name", "Sender")
...

The outbound_proxy uri to be used when sending Subscribe requests.

Default value is “NULL”.

Set outbound_proxy parameter
...
modparam("pua_bla", "outbound_proxy", "sip:proxy@opensips.org")
...

The IP address of the server.

Set server_address parameter
...
modparam("pua_bla", "server_address", "sip:bla@160.34.23.12")
...

The address of the presence server - will be used as an outbound proxy when sending PUBLISH requests. It is optional.

Default value is “NULL”.

Set presence_server parameter
...
modparam("pua_bla", "presence_server", "sip:pa@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.

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.

bla_handle_notify usage
...
if(is_method("NOTIFY") && $tu=~"bla_aor@opensips.org")
{
if( bla_handle_notify() )
t_reply(200, "OK");
}
...

Top contributors by DevScore(1), authored commits(2) and lines added/removed(3)

#NameDevScoreCommitsLines++Lines—
1.Anca Vamanu632721981016
2.Bogdan-Andrei Iancu (@bogdan-iancu)211537769
3.Liviu Chircu (@liviuchircu)171491106
4.Daniel-Constantin Mierla (@miconda)971715
5.Razvan Crainea (@razvancrainea)971415
6.Vlad Patrascu (@rvlad-patrascu)752018
7.Stefan Darius (@dariusstefan)6318720
8.Ovidiu Sas (@ovidiusas)42154
9.Peter Lemenkov (@lemenkov)4222
10.Vlad Paiu (@vladpaiu)31717

All remaining contributors: Sergio Gutierrez, Maksym Sobolyev (@sobomax), Juha Heinanen (@juha-h), Konstantin Bokarius, Ken Rice, Ezequiel Lovelle (@lovelle), 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

(3) ignoring whitespace edits, renamed files and auto-generated files

#NameCommit Activity
1.Bogdan-Andrei Iancu (@bogdan-iancu)Jul 2007 - Jul 2026
2.Stefan Darius (@dariusstefan)Jun 2026 - Jul 2026
3.Razvan Crainea (@razvancrainea)Feb 2012 - Jun 2026
4.Ken RiceSep 2025 - Sep 2025
5.Peter Lemenkov (@lemenkov)Jun 2018 - Jul 2025
6.Liviu Chircu (@liviuchircu)Mar 2014 - May 2024
7.Maksym Sobolyev (@sobomax)Feb 2023 - Feb 2023
8.Vlad Patrascu (@rvlad-patrascu)May 2017 - Apr 2019
9.Ezequiel Lovelle (@lovelle)Oct 2014 - Oct 2014
10.Ovidiu Sas (@ovidiusas)Dec 2010 - Jan 2013

All remaining contributors: Vlad Paiu (@vladpaiu), Anca Vamanu, 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: Razvan Crainea (@razvancrainea), Vlad Patrascu (@rvlad-patrascu), Peter Lemenkov (@lemenkov), Liviu Chircu (@liviuchircu), Bogdan-Andrei Iancu (@bogdan-iancu), Anca Vamanu, Daniel-Constantin Mierla (@miconda), Konstantin Bokarius, Edson Gellert Schubert.

All documentation files (i.e. .md extension) are licensed under the Creative Common License 4.0