default_domain
(str)default_domain
parameterpua_set_publish
usageThe pua_usrloc is the connector between usrloc and pua modules. It creates the environment to send PUBLISH requests for user location records, on specific events (e.g., when new record is added in usrloc, a PUBLISH with status open (online) is issued; when expires, it sends closed (offline)).
Using this module, phones which have no support for presence can be seen as online/offline.
The following libraries or applications must be installed before running OpenSER with this module loaded:
libxml.
default_domain
(str)The default domain to use when constructing the presentity uri if it is missing from recorded aor.
Default value is "NULL".
Example 1-1. Set default_domain
parameter
... modparam("default_domain", "default_domain", "openser.org"); ...
pua_set_publish()
The function is used to mark REGISTER requests that have to issue a PUBLISH. The PUBLISH is issued when REGISTER is saved in location table.
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.