This repository has been archived by the owner on Feb 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
75 lines (75 loc) · 3.78 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
site_name: Clearwater Docs Home
pages:
- Home: index.md
- Clearwater Architecture: Clearwater_Architecture.md
- Clearwater Tour: Clearwater_Tour.md
- Exploring Clearwater: Exploring_Clearwater.md
- Support: Support.md
- Troubleshooting and Recovery: Troubleshooting_and_Recovery.md
- Installation:
- Installation Instructions: Installation_Instructions.md
- All-in-one Images: All_in_one_Images.md
- Automated Install: Automated_Install.md
- Manual Install: Manual_Install.md
- All in one EC2 AMI Installation: All_in_one_EC2_AMI_Installation.md
- All-in-one OVF Installation: All_in_one_OVF_Installation.md
- Installing a Chef server: Installing_a_Chef_server.md
- Installing a Chef workstation: Installing_a_Chef_workstation.md
- Creating a deployment environment: Creating_a_deployment_environment.md
- Creating a deployment with Chef: Creating_a_deployment_with_Chef.md
- Making your first call: Making_your_first_call.md
- Configuring the native Android SIP client: Configuring_the_native_Android_SIP_client.md
- Configuring Zoiper Android/iOS Client: Configuring_Zoiper_Android_iOS_Client.md
- Configuring Geographic redundancy: Configuring_GR_deployments.md
- Upgrading and Modifying:
- Upgrading a Clearwater deployment: Upgrading_a_Clearwater_deployment.md
- Modifying Clearwater settings: Modifying_Clearwater_settings.md
- Clearwater Configuration Options Reference: Clearwater_Configuration_Options_Reference.md
- Integration:
- Configuring an Application Server: Configuring_an_Application_Server.md
- External HSS Integration: External_HSS_Integration.md
- OpenIMSCore HSS Integration: OpenIMSCore_HSS_Integration.md
- CDF Integration: CDF_Integration.md
- Clearwater Firewall Configuration: Clearwater_IP_Port_Usage.md
- Clearwater DNS Usage: Clearwater_DNS_Usage.md
- ENUM: ENUM.md
- Voxbone: Voxbone.md
- Clearwater SNMP Statistics: Clearwater_SNMP_Statistics.md
- Clearwater Stateful Statistics: Clearwater_Stateful_Statistics.md
- SNMP Alarms: SNMP_Alarms.md
- Radius Login Authentication: Radius_Authentication.md
- Features:
- Application Server Guide: Application_Server_Guide.md
- WebRTC support in Clearwater: WebRTC_support_in_Clearwater.md
- IR.92 Supplementary Services: IR.92_Supplementary_Services.md
- Backups: Backups.md
- Clearwater Call Barring Support: Clearwater_Call_Barring_Support.md
- Clearwater Call Diversion Support: Clearwater_Call_Diversion_Support.md
- Clearwater Elastic Scaling: Clearwater_Elastic_Scaling.md
- Clearwater Privacy Feature: Clearwater_Privacy_Feature.md
- IBCF: IBCF.md
- Multiple Domains: Multiple_Domains.md
- Multiple Network Support: Multiple_Network_Support.md
- Geographic redundancy: Geographic_redundancy.md
- IPv6: IPv6.md
- SIP Interface Specifications: SIP_Interface_Specifications.md
- SIP OPTIONS poll support: OPTIONS_poll_support.md
- Automatic Clustering and Configuration Sharing: Automatic_Clustering_Config_Sharing.md
- Provisioning Subscribers: Provisioning_Subscribers.md
- Failure Recovery:
- Permanent failure of a node: Handling_Failed_Nodes.md
- Permanent failure of multiple nodes: Handling_Multiple_Failed_Nodes.md
- Permanent failure of a site: Handling_Site_Failure.md
- Development:
- Clearwater C++ Coding Guidelines: Clearwater_CPP_Coding_Guidelines.md
- Clearwater Ruby Coding Guidelines: Clearwater_Ruby_Coding_Guidelines.md
- Debugging Bono, Sprout and Homestead with GDB and Valgrind: Debugging_Bono_Sprout_and_Homestead_with_GDB_and_Valgrind.md
- Pull request process: Pull_request_process.md
- Unit testing: Running_unit_tests.md
- Testing:
- Clearwater stress testing: Clearwater_stress_testing.md
- Cacti: Cacti.md
- Running the live tests: Running_the_live_tests.md
theme: readthedocs
use_directory_urls: false
markdown_extensions: [sane_lists, admonition]