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") && to_uri=~"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") && to_uri=~"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)14124160
3.Daniel-Constantin Mierla (@miconda)971715
4.Liviu Chircu (@liviuchircu)754946
5.Stefan Darius (@dariusstefan)6318720
6.Razvan Crainea (@razvancrainea)53912
7.Ovidiu Sas (@ovidiusas)42154
8.Vlad Paiu (@vladpaiu)31717
9.Sergio Gutierrez3144
10.Juha Heinanen (@juha-h)3133

All remaining contributors: Konstantin Bokarius, 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.Liviu Chircu (@liviuchircu)Mar 2014 - Mar 2015
5.Ezequiel Lovelle (@lovelle)Oct 2014 - Oct 2014
6.Ovidiu Sas (@ovidiusas)Dec 2010 - Jan 2013
7.Vlad Paiu (@vladpaiu)Aug 2011 - Aug 2011
8.Anca VamanuApr 2007 - Apr 2011
9.Stanislaw PituchaJul 2010 - Jul 2010
10.Sergio GutierrezNov 2008 - Nov 2008

All remaining contributors: 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), 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