HowTo install sipX 3.4 on Ubuntu Dapper Drake

From SIPfoundry sipx, The Open Source SIP PBX for Linux - Calivia

Jump to: navigation, search

Please refer to HowTo install sipX-3.4 on Debian Sarge.

You only need to adapt the package repository (http://scm.calivia.com/pub/sipx/ubuntu instead of http://scm.calivia.com/pub/sipx/debian in your sources.list) for Dapper Drake; the rest of the instructions for Sarge should also apply for Dapper Drake.

[edit] Setup Ubuntu apt Package Management

File: /etc/apt/sources.list
#deb file:///cdrom/ sarge main

deb http://mirrors.kernel.org/debian/ stable main non-free contrib
deb-src http://mirrors.kernel.org/debian/ stable main

deb http://security.debian.org/ stable/updates main contrib non-free

deb http://scm.calivia.com/pub/sipx/ubuntu unstable main

Note: The Debian build scripts are available from the Calivia repository. Patches for Ubuntu Dapper Drake against the Debian Sarge build files are here.

[edit] Install rubygems

Rubygems needs to be installed from source, as there currently is no package available. Install it before installing the sipxcallresolver package.

wget http://rubyforge.org/frs/download.php/5207/rubygems-0.8.11.tgz
tar -xzf rubygems-0.8.11.tgz
cd rubygems-0.8.11 
sudo ruby setup.rb
Personal tools