Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.49 KB

File metadata and controls

38 lines (31 loc) · 1.49 KB

Karl Media Server Documentation

The complete documentation has been moved to the docs/ directory for better organization.

Documentation Structure

docs/
├── README.md                    # Documentation index
├── getting-started.md           # Quick start guide
├── installation.md              # Detailed installation
├── configuration.md             # Configuration reference
├── how-to/
│   ├── deploying-kubernetes.md  # Kubernetes deployment
│   ├── integrating-opensips.md  # OpenSIPS integration
│   ├── integrating-kamailio.md  # Kamailio integration
│   ├── setting-up-recording.md  # Call recording setup
│   ├── monitoring-prometheus.md # Prometheus monitoring
│   ├── scaling-horizontally.md  # Horizontal scaling
│   ├── webrtc-sip-bridging.md   # WebRTC to SIP bridging
│   ├── securing-with-tls.md     # TLS configuration
│   └── troubleshooting.md       # Troubleshooting guide
└── reference/
    ├── ng-protocol.md           # NG protocol reference
    └── environment-variables.md # Environment variables

Quick Links

Browse Documentation

Start with the Documentation Index.