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 #21 from Metaswitch/fix_links
Browse files Browse the repository at this point in the history
[No reviewer] Change links
  • Loading branch information
eleanor-merry committed Mar 19, 2015
2 parents 3242d84 + cd8bc26 commit ea51553
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Clearwater_Configuration_Options_Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This section describes optional configuration options, particularly for ensuring
* `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.
* `enum_server` - a comma-separated list of DNS servers which can handle ENUM queries.
* `enum_suffix` - determines the DNS suffix used for ENUM requests (after the digits of the number). Defaults to "e164.arpa"
* `enum_file` - if set (to a file path), and if `enum_server` is not set, Sprout will use this local JSON file for ENUM lookups rather than a DNS server. An example file is at https://github.com/Metaswitch/clearwater-docs/wiki/ENUM#deciding-on-enum-rules.
* `enum_file` - if set (to a file path), and if `enum_server` is not set, Sprout will use this local JSON file for ENUM lookups rather than a DNS server. An example file is at http://clearwater.readthedocs.org/en/latest/ENUM/index.html#deciding-on-enum-rules.
* `icscf_uri` - the SIP address of the external I-CSCF integrated with your Sprout node (if you have one).
* `scscf_uri` - the SIP address of the Sprout S-CSCF. This defaults to `sip:$sprout_hostname:$scscf;transport=TCP` - this includes a specific port, so if you need NAPTR/SRV resolution, it must be changed to not include the port.
* `additional_home_domains` - this option defines a set of home domains which Sprout and Bono will regard as locally hosted (i.e. allowing users to register, not routing calls via an external trunk). It is a comma-separated list.
Expand Down
4 changes: 2 additions & 2 deletions docs/Multiple_Network_Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ If you've already installed the Project Clearwater services, run `sudo service c

## Diagnostic Changes

All the built-in Clearwater diagnostics will automatically take note of network namespaces, but if you are running diagnostics yourself (e.g. following instructions from <https://github.com/Metaswitch/clearwater-docs/wiki/Troubleshooting-and-Recovery>) you may need to prefix your commands with `ip netns exec <namespace>` to run them in the signalling namespace. The following tools will need this prefix:
All the built-in Clearwater diagnostics will automatically take note of network namespaces, but if you are running diagnostics yourself (e.g. following instructions from the [troubleshooting page](http://clearwater.readthedocs.org/en/latest/Troubleshooting_and_Recovery)) you may need to prefix your commands with `ip netns exec <namespace>` to run them in the signalling namespace. The following tools will need this prefix:

* `cqlsh -3` - For viewing Cassandra databases
* `nodetool` - For viewing Cassandra status
* `telnet` - For inspecting Memcached stores
* `telnet` - For inspecting Memcached stores
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ All the source code is on [github](https://github.com/Metaswitch), in the follow
* [clearwater-infrastructure](https://github.com/Metaswitch/clearwater-infrastructure) - General infrastructure for Clearwater deployments
* [clearwater-logging](https://github.com/Metaswitch/clearwater-logging) - Logging infrastructure for Clearwater deployments
* [clearwater-live-test](https://github.com/Metaswitch/clearwater-live-test) - Live test for Clearwater deployments
* [clearwater-docs](https://github.com/Metaswitch/clearwater-docs) - This documentation repository
* [clearwater-docs](http://clearwater.readthedocs.org/en/latest) - This documentation repository
* [crest](https://github.com/Metaswitch/crest) - RESTful HTTP service built on Cassandra - provides Homer and Homestead.
* [ellis](https://github.com/Metaswitch/ellis) - Clearwater provisioning server
* [sprout](https://github.com/Metaswitch/sprout) - sprout and bono, the Clearwater SIP router and edge proxy
Expand Down

0 comments on commit ea51553

Please sign in to comment.