Module: kamailio Branch: master Commit: 686bad209b3f445d8ab81643bd82648a12d72f1d URL: https://github.com/kamailio/kamailio/commit/686bad209b3f445d8ab81643bd82648a...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2021-03-29T16:31:11+02:00
modules: readme files regenerated - dmq ... [skip ci]
---
Modified: src/modules/dmq/README
---
Diff: https://github.com/kamailio/kamailio/commit/686bad209b3f445d8ab81643bd82648a... Patch: https://github.com/kamailio/kamailio/commit/686bad209b3f445d8ab81643bd82648a...
---
diff --git a/src/modules/dmq/README b/src/modules/dmq/README index 085fe3c9df..7daadc857d 100644 --- a/src/modules/dmq/README +++ b/src/modules/dmq/README @@ -222,7 +222,10 @@ modparam("dmq", "server_address", "sip:10.0.0.20:5061;transport=tls") 3.2. notification_address(str)
The address of another DMQ node from which the local node should - retrieve initial information about all other nodes. + retrieve initial information about all other nodes. This parameter can + be specified multiple times in the configuration, to configure multiple + notification servers. If you configure multiple notification servers, + the multi_notify parameter needs to be disabled.
Default value is “NULL”.
@@ -247,7 +250,8 @@ modparam("dmq", "notification_channel", "peers") 3.4. multi_notify(int)
Enables the ability to resolve multiple IPv4/IPv6 addresses for a - single notification address. + single notification address. Please note that this mode is not + supported if you specify multiple notification address parameter.
A value of zero resolves to the first IP address found. A non-zero value resolves to all IP addresses associated with the host. This