Menu Close

How to install Kamailio on Debian – APT repository

Good news, latest version of the Kamailio server can be installed using APT package tool. We just need add Kamailio repository to the /etc/apt/source.list .

From article DEB packages at http://www.kamailio.org/dokuwiki/doku.php/packages:debs

 

Instructions

First, download and add Kamailio GPG key to your apt key list:
wget http://deb.kamailio.org/kamailiodebkey.gpg
apt-key add kamailiodebkey.gpg

Ok! Done.

Then add the repository lines, depends on your /etc/apt/sources.listKamailio installed release,

for Debian Lenny

deb http://deb.kamailio.org/kamailio lenny main
deb-src http://deb.kamailio.org/kamailio lenny main

for Debian Squeeze

deb http://deb.kamailio.org/kamailio squeeze main
deb-src http://deb.kamailio.org/kamailio squeeze main

Now update local apt-get database with 

 apt-get update

and check if something like kamailio package exist now

apt-cache search kamailio

kamailio - very fast and configurable SIP proxy
kamailio-berkeley-modules - Berkeley Database module for Kamailio
kamailio-carrierroute-modules - Carrierroute module for Kamailio
kamailio-cpl-modules - CPL module (CPL interpreter engine) for Kamailio
kamailio-geoip-modules - contains the geoip module
kamailio-json-modules - Json parser and jsonrpc modules for Kamailio
kamailio-ldap-modules - LDAP modules for Kamailio
kamailio-lua-modules - contains the app_lua module
kamailio-memcached-modules - Provides the memcached module, an interface to the memcached server
kamailio-mysql-modules - MySQL database connectivity module for Kamailio
kamailio-nth - Kamailio - package for "nice to have" installation
... listing continue ...

and which version it is

apt-cache show kamailio

Package: kamailio
Version: 3.3.2+squeeze1
Architecture: i386
Maintainer: Jon Bonilla <manwe@aholab.ehu.es>
Installed-Size: 10600
...

  Works!

Now we should start the main kamailio installation

apt-get install kamailio
.....
.....
Kamailio not yet configured. Edit /etc/default/kamailio first.

Ďalšie info možno nájsť aj tu: http://nil.uniza.sk/sip/kamailio/installing-kamailio-31-debian-lenny

Rate this post

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.