Table of Contents
List of Examples
Table of Contents
The pua_usrloc module is the connector between the usrloc and pua modules. With this module, you can monitor the status of SIP registrations. The module sends PUBLISH requests for user location record changes, based on specific events (e.g., when a 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 default domain to use when constructing the presentity URI if it is missing from stored AOR in the usrloc table (in memory or database).
Default value is “NULL”.
Example 1.1. Set default_domain
parameter
... modparam("pua_usrloc", "default_domain", "kamailio.org") ...