Copyright © 2007 voice-system.ro
default_domain
(str)header_name
(str)outbound_proxy
(str)server_address
(str)bla_set_flag
bla_handle_notify
default_domain
parameterheader_name
parameteroutbound_proxy
parameterserver_address
parameterbla_set_flag
usagebla_handle_notify
usageThe 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 OpenSER with this module loaded:
libxml.
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".
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".
outbound_proxy
(str)The outbound_proxy uri to be used when sending Subscribe requests.
Default value is "NULL".
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.
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.
Take a look at http://www.openser-project.org/.
First at all check if your question was already answered on one of our mailing lists:
User Mailing List - http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
Developer Mailing List - http://lists.openser-project.org/cgi-bin/mailman/listinfo/devel
E-mails regarding any stable OpenSER release should be sent to
<users@lists.openser-project.org>
and e-mails regarding development versions
should be sent to <devel@lists.openser-project.org>
.
If you want to keep the mail private, send it to
<team@lists.openser-project.org>
.
Please follow the guidelines provided at: http://sourceforge.net/tracker/?group_id=139143.