yum install caching-nameserver bind*
Archive for July 12th, 2007
Centos DNS Installation
CentOS Asterisk installation
Required packages :
- Minimal install
- kernel-devel / kernel-smp-devel
- bison
- openssl-devel
- gcc
1. Install the required packages using yum
yum install kernel-devel bison openssl-devel gcc
2. Install zaptel
make
make install
make install-udev
If the kernel module compiled, try
modprobe ztdummy (only if using ztdummy)
modprobe zaptel
modprobe wcfxs
which should quietly load the zaptel kernel module and not output any error message
You will need the kernel modules to load when your Asterisk computer boots. You can try the commands:
cd /usr/src/zaptel
make config
3. Install Asterisk
$ make mpg123 ;configure for music on hold
$ make
$ make install
Create sample files to be created in /etc/asterisk
$ make samples
#If you want program docs/manual pages for asterisk
make progdocs
#If you want “service asterisk restart” command to work do this
make config
Recent Comments