Installing ipbx
From Taridium
(→Free Edition Installation using RPM Packages) |
|||
Line 48: | Line 48: | ||
Make sure your system is properly configured including DNS name resolution. | Make sure your system is properly configured including DNS name resolution. | ||
- | + | <pre style="font-size: 12px;"> | |
+ | [root@localhost ~]# wget http://cdn.taridium.com/ipbxfree-repo-1.0-a.noarch.rpm | ||
+ | </pre> | ||
This will install the Taridium yum repository for your RedHat/CentOS compatible system and allow you to install the '''ipbxfree''' package. | This will install the Taridium yum repository for your RedHat/CentOS compatible system and allow you to install the '''ipbxfree''' package. | ||
Line 56: | Line 58: | ||
Once you have your repository installed, proceed by installing the '''ipbxfree''' | Once you have your repository installed, proceed by installing the '''ipbxfree''' | ||
- | + | <pre style="font-size: 12px;"> | |
+ | [root@localhost ~]# yum install ipbxfree -y | ||
+ | </pre> | ||
This package will install the following dependent packages: ipbx, asterisk[16/18], mysql-server, php, httpd (apache) and other dependent packages. | This package will install the following dependent packages: ipbx, asterisk[16/18], mysql-server, php, httpd (apache) and other dependent packages. |
Revision as of 16:32, 12 December 2011
ipbx is available as free 5 user edition, 30, 60, 100 (eXpress) and unlimited user (IPBX and IPBX Elite) editions. If you are trying to install a registered copy, please make sure your server is connected to the internet during the installation process. If you cannot provide internet connectivity to your ipbx installation, please contact licensing@taridium.com for details on how to manually license your copy.
You can install ipbx using either the provided ISO disc images or using RPM packages (requires CentOS or RedHat operating system).
Contents |
ipbx Downloads
To install ipbx enterprise edition or eXpress, download the latest ipbx ISO:
- ipbx v2 32 bit edition includes optional free 5 user license
- ipbx v2 64bit edition includes optional free 5 user license
RPM Packages for RedHat EL5 or CentOS 5.x based operating systems:
Installation of ipbx requires basic UNIX/LINUX proficiency.
Minimum Hardware Requirements
Pentium III or higher (1GHz) with at least 1GB of RAM. 2GB of total disk space, 2x Ethernet recommended or Taridium provided SRV-1 or SRV-2 class server. It is not recommended to deploy a VoIP PBX system for production use on a virtual server such as VMWare or similar due to call quality concerns.
Make sure your selected hardware is supported by RedHat™ EL / CentOS. For a complete list go to Hardware Compatibility List You should be particularly aware of RAID controller compatibility if you are planning to use a hardware RAID disk configuration.
ISO Image Installation
Insert the ipbx CD-ROM and boot the installer. Go through the installation procedure and select the default values or change them as applicable.
The default root password is taridium200 - change this immediately to prevent unauthorized access! Always stage ipbx system within a local area network protected by a firewall/router.
Standard Installation using RPM Packages
A manual installation requires a CentOS 5.x (or other RedHat™ Enterprise RHEL 5 compatible) operating system.
This method requires an ipbx license key
- Download and install the taridium repository RPM.
- Run the taridium-repo script and enter your license key to enable access to the repository.
- Disable SELinux by entering setenforce 0 and editing the /etc/selinux/config and setting SELINUX=disabled
- Run yum install asterisk16-core asterisk16-voicemail asterisk16-addons ipbx -y
- Run ipbx-config with option 1
- Follow standard configuration instructions
Free Edition Installation using RPM Packages
The free edition packages has been designed for RedHat/CentOS 5.x and compatible operating systems. You will need to configure your yum package manager before proceeding with the actual installation. Taridium offers free installation help via e-mail at support@taridium.com.
Installing the ipbx Free Repository
Make sure your system is properly configured including DNS name resolution.
[root@localhost ~]# wget http://cdn.taridium.com/ipbxfree-repo-1.0-a.noarch.rpm
This will install the Taridium yum repository for your RedHat/CentOS compatible system and allow you to install the ipbxfree package.
Installing the ipbx Free Package
Once you have your repository installed, proceed by installing the ipbxfree
[root@localhost ~]# yum install ipbxfree -y
This package will install the following dependent packages: ipbx, asterisk[16/18], mysql-server, php, httpd (apache) and other dependent packages.
Next Steps
- Registering ipbx (not required for free edition)
- Initial Configuration