kamailio
Dies ist eine alte Version des Dokuments!
Kamailio SIP Server
Installation mit MariaDB-Datenbank
apt-get install kamailio kamailio-tls-modules kamailio-mysql-modules kamailio-presence-modules
- kamailio.cfg
#!define WITH_MYSQL #!define WITH_AUTH #!define WITH_TLS #!define WITH_PRESENCE alias="sip.mydomain.com" listen=udp:192.168.0.2:5060 listen=tcp:192.168.0.2:5061
TLS
Zertifikat normal mit Let's Encrypt anlegen. Anschließend in die Konfiguration eintragen:
- tls.cfg
method = TLSv1.2+ verify_certificate = yes require_certificate = yes private_key = /etc/ssl/private/sip.key certificate = /etc/ssl/certs/sip.crt
kamailio.1689844383.txt.gz · Zuletzt geändert: 20.07.2023 09:13 von thooge