Module: kamailio
Branch: master
Commit: 8c8aaa62db91c0b4ea25f09b4214947a6b80950b
URL:
https://github.com/kamailio/kamailio/commit/8c8aaa62db91c0b4ea25f09b4214947…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-08-24T12:01:42+02:00
modules: readme files regenerated - uac ... [skip ci]
---
Modified: src/modules/uac/README
---
Diff:
https://github.com/kamailio/kamailio/commit/8c8aaa62db91c0b4ea25f09b4214947…
Patch:
https://github.com/kamailio/kamailio/commit/8c8aaa62db91c0b4ea25f09b4214947…
---
diff --git a/src/modules/uac/README b/src/modules/uac/README
index 72722e0cc4..d2f1a180d6 100644
--- a/src/modules/uac/README
+++ b/src/modules/uac/README
@@ -567,9 +567,12 @@ modparam("uac", "reg_gc_interval", 60)
Default socket to be used for generating registration requests and
sending requests with the function uac_req_send(). Useful e.g. when
- several public interfaces are available. A send socket in the $uac_reg
- variable used together with the uac_req_send() function will override
- this parameter.
+ several public interfaces are available.
+
+ A send socket in the $uac_reg variable used together with the
+ uac_req_send() function will override this parameter. A socket value in
+ the uacreg table will also override the parameter for this particular
+ entry.
By default no default socket is defined, the send socket is choosen
from the “tm” module when the requests is send out.
@@ -1079,6 +1082,9 @@ event_route[uac:reply] {
* reg_delay - delay initial registration with at least reg_delay
seconds, e.g.,: 3
+ * socket - Used socket for sending out registration requests, e.g.:,
+ udp:192.168.0.125:5060
+
The module takes care of sending REGISTER and refresh registrations
before they expire.