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 #280 from Metaswitch/reduce-watchdog-delay
Browse files Browse the repository at this point in the history
Update Diameter watchdog timer default values
  • Loading branch information
tomwatson1024 committed Oct 4, 2017
2 parents 09d7609 + 3a7f065 commit 760480b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Clearwater_Configuration_Options_Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +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.
* `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 6 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 6 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 760480b

Please sign in to comment.