====== Installing Kamailio under Debian ======
This seemed to be simple enough:
root@SystemY:~# wget http://deb.kamailio.org/kamailiodebkey.gpg -O - | apt-key add -
Create **/etc/apt/sources.list.d/kamailio.list**:
deb http://deb.kamailio.org/kamailio wheezy main
deb-src http://deb.kamailio.org/kamailio wheezy main
root@SystemY:~# aptitude update
root@SystemY:~# aptitude install kamailio kamailio-mysql-modules
I already had MySQL installed on the machine, I'm not going to cover how to do that here, since it's not Kamailio-specific, however the [[https://www.kamailio.org/wiki/tutorials/getting-started/main|Getting Started]] tutorial on the Kamailio wiki assumed MySQL is going to be used, and I'm familiar with it, so I installed the Kamailio MySQL module straight away.
Kamailio won't start automatically after installation - it's disabled in **/etc/default/kamailio**, and it won't do anything anyway until you've [[configure|configured]] it.
----
[[.:|Go up]]\\
Return to [[:|main index]].