Installing sipXecs on Fedora and Centos
From SIPfoundry sipXecs IP PBX, The Open Source SIP PBX for Linux - Calivia
Contents |
Import yum repository
Fedora Core - Latest Stable Version
wget -P /etc/yum.repos.d http://sipxecs.sipfoundry.org/pub/sipXecs/sipxecs-stable-fc.repo
CentOS - Latest Stable Version
wget -P /etc/yum.repos.d/ http://sipxecs.sipfoundry.org/pub/sipXecs/sipxecs-stable-centos.repo
Note: If there are problems with packages not properly signed, disable the check for signed packages in the file sipxecs-stable-fc.repo or sipxecs-stable-centos.repo by setting gpgcheck=0.
sipXecs on Fedora / CentOS
run this command yum install java-1.6.0-sun-fonts Note: The CDR Reports in sipXecs 4.0 requires java fonts to be installed. run the command yum install sipxecs When all is installed run the command sipxecs-setup
sipXecs nightly development builds on Fedora
There is a different repository file, be sure you do not have any other sipx repo files in your /etc/yum.repos.d directory
Fedora - nightly builds
wget -P /etc/yum.repos.d http://sipxecs.sipfoundry.org/temp/sipXecs/sipxecs-unstable-fc.repo
CentOS - nightly builds
wget -P /etc/yum.repos.d http://sipxecs.sipfoundry.org/temp/sipXecs/sipxecs-unstable-centos.repo
yum install sipxecs
Note: The sipxecs package is a new package introduced as an umbrella package that includes all the other required packages as dependencies. It contains no files, but just facilitates the installation process. For distributed or redundant systems not all the packages are required on every host. Refer to more documentation on how to setup redundant or distributed systems.
Configuring
See Start Here to Use sipXecs IP PBX to get started configuring your installation and network!
