Module: kamailio Branch: master Commit: 3c643c023626e0de744c4960f2a7af4a401f6df0 URL: https://github.com/kamailio/kamailio/commit/3c643c023626e0de744c4960f2a7af4a...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2020-09-09T13:31:27+02:00
modules: readme files regenerated - uac ... [skip ci]
---
Modified: src/modules/uac/README
---
Diff: https://github.com/kamailio/kamailio/commit/3c643c023626e0de744c4960f2a7af4a... Patch: https://github.com/kamailio/kamailio/commit/3c643c023626e0de744c4960f2a7af4a...
---
diff --git a/src/modules/uac/README b/src/modules/uac/README index a018d29a16..ae8376ab15 100644 --- a/src/modules/uac/README +++ b/src/modules/uac/README @@ -524,6 +524,9 @@ modparam("uac", "reg_db_table", "uacreg") username part of the Contact: URI will be the L_UUID field in the database.
+ A contact_addr value in the uacreg table will override the parameter + for this particular entry. + Example 1.17. Set reg_contact_addr parameter ... modparam("uac", "reg_contact_addr", "192.168.1.2:5080") @@ -1111,8 +1114,10 @@ event_route[uac:reply] { * flags * reg_delay * socket + * contact_addr
- Use a dot (.) if no value should be set for auth_password or auth_ha1. + Use a dot (.) if no value should be set for auth_password, auth_ha1, or + contact_addr.
Example 1.45. uac.reg_add usage ... @@ -1155,6 +1160,11 @@ event_route[uac:reply] { * reg_delay - delay initial registration with at least reg_delay seconds, e.g.,: 3
+ * contact_addr - contact address to be used for this record instead + of reg_contact_addr module parameter, e.g.:, 192.168.0.125:5060. It + can be set to '.' (dot) to skip setting it and then + reg_contact_addr modparam is used. + * socket - Used socket for sending out registration requests, e.g.:, udp:192.168.0.125:5060