login | register
Sat 22 of Nov, 2008 [06:47 UTC]

voip-info.org

Linux Red Hat

Created by: JustRumours,Last modification on Sun 12 of Sep, 2004 [08:47 UTC] by wylie

This page has moved


Please make Asterisk specific updates to Asterisk Linux Redhat instead.

This page will contain general Redhat Linux information


General

RPM packages are available.

The readline and readline-devel packages are no longer required to be present on the system that you want to install Asterisk on. Asterisk comes with its own readline implementation called "editline".

Standard RedHat installations include sox, but do not include soxmix, unfortunately. "soxmix" comes in handy if you want to merge recordings created by the Monitor() application, so do consider to install/ upgrade sox & soxmix.

RedHat specific scripts can be found in /usr/src/asterisk/redhat. Also, on the Digium CVS you can find RedHat related scripts in the 'contrib' directory below the 'asterisk' tree.

If you run "make config" in /usr/src/asterisk you'll also have the RedHat specific startup script put into place.

RedHat 7.x

Replace mpg321 with mpg123

Some users report problems with using PHP 4.1.2 for AGI scripts (Dec. 2003).

RedHat 8

Read Andy Powell's install guide!

Replace mpg321 with mpg123

Some users report problems with using PHP 4.1.2 for AGI scripts (Dec. 2003).

valgrind: there is a suppression file to be found in /usr/src/asterisk/contrib for RH8.

RedHat 9


Redhat 9 package requirement

Read WipeOut's install guide!

Replace mpg321 with mpg123

Issue this command before launching asterisk (with stock redhat 9 kernels).
RedHat 9 and Fedora kernels have a new feature that are not present in the kernels provided by kernel.org: Native Posix Threads. This causes all sort of problems for different * applications, e.g. voicemail. To override this new kernel feature, you have to start your affected programs with that enviroment variable set before:

 export LD_ASSUME_KERNEL=2.4.1

Should you, for example, have chosen to start * automatically at boot time as user root through /etc/rc.d/rc.local/ then add this line before your "/usr/sbin/safe_asterisk" statement.

RedHat Enterprise




Comments

Comments Filter
222

333asterisk installation on redhat AS3

by , Wednesday 19 of May, 2004 [11:40:26 UTC]
when i tried to install asterisk on redhat 3 AS (taroon) with the rpms i installed libpri , zaptel , kernel module for zap tel required me to install different version of kernel which was older than mine it was 2.4.20-28.9 but my version of kernel is 2.4.21-4.EL so i forcely installed the older kernel and its source, i also installed the XFree86 source as some one suggested that in the disscussion also so finally i got the kenel module installed for the older version now when i finally came to the asterisk installation it tells me that the dependencie failed due to this required package libasound.so.2(ALSA_0.9) but the library is present in my /usr/lib directory i searched the whole sites for the help but found none can any body helpppppp................ please please please