Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #278 from Metaswitch/diameter-watchdog-options
Browse files Browse the repository at this point in the history
Add entry for Diameter watchdog timer options
  • Loading branch information
tomwatson1024 committed Sep 29, 2017
2 parents 81a2cb2 + 2765707 commit bbfcb7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Clearwater_Configuration_Options_Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ This section describes optional configuration options, particularly for ensuring
* `enforce_global_only_lookups` - by default, Clearwater will do ENUM lookups for SIP and Tel URIs containing global and local numbers (as defined in RFC 3966). When this option is set to ‘Y’, Clearwater will only do ENUM lookups for SIP and Tel URIs that contain global numbers.
* `hs_listen_port` - the Diameter port on which the homestead process on Dime listens. Defaults to 3868.
* `ralf_listen_port` - the Diameter port on which the ralf process on Dime listens. Defaults to 3869 to avoid clashes with the homestead process.
* `homestead_diameter_watchdog_timer` - the delay in seconds before a device watchdog message is sent on an unresponsive Diameter connection by the homestead process. Defaults to 30 and must be set to an integer that is at least 6.
* `ralf_diameter_watchdog_timer` - the delay in seconds before a device watchdog message is sent on an unresponsive Diameter connection by the ralf process. Defaults to 30 and must be set to an integer that is at least 6.
* `alias_list` - this defines additional hostnames and IP addresses which Sprout or Bono will treat as local for the purposes of SIP routing (e.g. when removing Route headers).
* `bono_alias_list` - this defines additional hostnames and IP addresses specifically for Bono which will be treated as local for the purposes of SIP routing.
* `default_session_expires` - determines the Session-Expires value which Sprout will add to INVITEs, to force UEs to send keepalive messages during calls so they can be tracked for billing purposes. This cannot be set to a value less than 90 seconds, as specified in [RFC 4028, section 4](https://tools.ietf.org/html/rfc4028#section-4).
Expand Down

0 comments on commit bbfcb7a

Please sign in to comment.