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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| default_domain | str | 3.2. entity_prefix (str) 3.3. branch_flag (int) |
| entity_prefix | str | 3.3. branch_flag (int) |
| branch_flag | int | 3.1. default_domain (str) |
| default_domain | str | 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). |
| entity_prefix | str | The prefix used when constructing the entity attribute to be added to a presence node in the XML PIDF document. (ex: pres:user@domain ). |
| branch_flag | int | Which branch flag to be used to select the contact addresses for which to generate PUBLISH. Valid values are 0 to 31. |
4.1. 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.
Copyright © 2006 Voice Sistem SRL