Browse Source

MT#61556 docs: document new festure redis-resolve-on-reconnect

Documentation for the redis resolve on reconnect feature.

Change-Id: I138c9bead9aa9203987653cf4ec433b801e62f5a
pull/1880/head
Donat Zenichev 1 year ago
parent
commit
5ad662901b
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      docs/rtpengine.md

+ 6
- 0
docs/rtpengine.md View File

@ -599,6 +599,12 @@ call to inject-DTMF won't be sent to __\-\-dtmf-log-dest=__ or __\-\-listen-tcp-
The default value for the connection timeout is 1000ms.
This parameter can also be set or listed via __rtpengine-ctl__.
- __\-\-redis-resolve-on-reconnect__
Enable 'redis resolve on reconnect' functionality: when re-connecting to the
remote redis server try to re-resolve if the redis hostname was an FQDN
and not IP address. It is a boolean value (either __true__ or __false__).
- __\-\-redis-format=bencode__\|__JSON__
Selects the format for serialised call data written to Redis or KeyDB. The


Loading…
Cancel
Save