...
You now have a first basic system installed. Reboot and login as root and you'll be ready to go to next step - install sipXecs from RPMs via yum.
9.
...
Import sipXecs
...
yum repository
You can choose to install a latest stable version or a nightly development build.
Latest Stable Version
For installing importing repository for latest stable version go to download area and identify the file that (e.g. stable 4.4.0 repo files are sipxecs-4.4.0-fedora.repo and sipxecs-4.4.0-centos.repo). Add sipXecs yum repository by issuing:
Fedora
Panelcode |
---|
wget -P /etc/yum.repos.d http://download.sipfoundry.org/pub/sipXecs/sipxecs-4.4.0-fedora.repo |
CentOS
Panelcode |
---|
wget -P /etc/yum.repos.d/ http://sipxecs download.sipfoundry.org/pub/sipXecs/sipxecs-4.4.0-centos.repo {panel} *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 |
...
Panel |
---|
run this command yum install java-1.6.0-sun-fonts |
sipXecs nightly development builds on Fedora
...
_.
*Note:* The CDR Reports in sipXecs 4.0 requires java fonts to be installed. In order to install this package run |
yum install java-1.6.0-sun-fonts
Code Block |
---|
h3. Nightly Development Builds 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- |
...
Panel |
---|
logo.png! |
wget -P /etc/yum.repos.d http://
...
...
...
...
CentOS - nightly builds
Panelcode |
---|
!Centos-little.png! |
wget -P /etc/yum.repos.d http://
...
...
...
...
Code Block |
---|
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.
...