...
|
...
|
@@ -222,7 +222,10 @@ modparam("dmq", "server_address", "sip:10.0.0.20:5061;transport=tls")
|
222
|
222
|
3.2. notification_address(str)
|
223
|
223
|
|
224
|
224
|
The address of another DMQ node from which the local node should
|
225
|
|
- retrieve initial information about all other nodes.
|
|
225
|
+ retrieve initial information about all other nodes. This parameter can
|
|
226
|
+ be specified multiple times in the configuration, to configure multiple
|
|
227
|
+ notification servers. If you configure multiple notification servers,
|
|
228
|
+ the multi_notify parameter needs to be disabled.
|
226
|
229
|
|
227
|
230
|
Default value is “NULL”.
|
228
|
231
|
|
...
|
...
|
@@ -247,7 +250,8 @@ modparam("dmq", "notification_channel", "peers")
|
247
|
250
|
3.4. multi_notify(int)
|
248
|
251
|
|
249
|
252
|
Enables the ability to resolve multiple IPv4/IPv6 addresses for a
|
250
|
|
- single notification address.
|
|
253
|
+ single notification address. Please note that this mode is not
|
|
254
|
+ supported if you specify multiple notification address parameter.
|
251
|
255
|
|
252
|
256
|
A value of zero resolves to the first IP address found. A non-zero
|
253
|
257
|
value resolves to all IP addresses associated with the host. This
|