Installing sipXecs on Fedora and Centos

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

Jump to: navigation, search

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.

Image:Fedora-logo.png Image:Centos-little.png sipXecs on Fedora / CentOS

yum install sipxecs

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 SipX Start Here to get started configuring your installation and network!

Personal tools