I HAVE A DREAM Installing Kamailio 6.1.x and Siremis on Ubuntu 24.04

hecatae

resident hecatae
Joined
Feb 7, 2014
Messages
1,058
Reaction score
319
Code:
sudo apt install -y gnupg2
curl -fsSL https://deb.kamailio.org/kamailiodebkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/kamailio.gpg
echo "deb [signed-by=/usr/share/keyrings/kamailio.gpg] https://deb.kamailio.org/kamailio61 noble main" | sudo tee /etc/apt/sources.list.d/kamailio.list
sudo apt update
sudo apt install -y kamailio kamailio-mysql-modules kamailio-tls-modules kamailio-websocket-modules kamailio-utils-modules

Kamailio should now be installed
 
Code:
sudo apt install -y mysql-server
sudo mysql_secure_installation
sudo nano /etc/default/kamailio and enter the following
RUN_KAMAILIO=yes
SHM_MEMORY=128
PKG_MEMORY=16
USER=kamailio
GROUP=kamailio

Install mariadb/mysqlserver for the back end.
 
Kamailio, TLS, and LetsEncrypt:
 

Members online

No members online now.

Forum statistics

Threads
26,733
Messages
174,699
Members
20,292
Latest member
Sunnysideup
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top