InterNetWorkingSolutions Support Site


Asterisk

Installing Asterisk on Fedora Core 5

Posted in Asterisk by kevin on Wed, 08/30/2006 - 7:03pm


This is a modification of the instructions found at http://www.voip-info.org/wiki/view/ATrpms

  1. rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms
  2. Add the following to /etc/yum.conf
    1. [atrpms]
      name=Fedora Core $releasever - $basearch - ATrpms
      baseurl=http://dl.atrpms.net/fc5-i386/atrpms/stable
      gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
      gpgcheck=1
  3. run these commands
    1. yum install zaptel zaptel-kmdl-`uname -r`
    2. yum install asterisk asterisk-devel asterisk-sounds asterisk-addons libpri spandsp
  4. Run modified instructions found here
    1. Run the following commands to backup your current/sample configurations:
      1. mv /etc/asterisk/iax.conf /etc/asterisk/iax.backup
      2. mv /etc/asterisk/extensions.conf /etc/asterisk/extensions.backup
    2. Run the following commands to download VoicePulse sample configurations:
      1. cd /etc/asterisk
      2. wget http://connect.voicepulse.com/samples/iax.sample
      3. wget http://connect.voicepulse.com/samples/extensions.sample
      4. mv /etc/asterisk/iax.sample /etc/asterisk/iax.conf
      5. mv /etc/asterisk/extensions.sample /etc/asterisk/extensions.conf
    3. Edit the VoicePulse Asterisk configurations:
      1. cd /etc/asterisk
      2. pico iax.conf
        1. Login to http://connect.voicepulse.com
          1. Note device login and device password on credentials page
        1. Replace MY_DEVICE_LOGIN with your device login
        2. Replace MY_DEVICE_PASSWORD with your device password
        3. uncomment auth=rsa
kevin's blog | login or register to post comments | read more | 3552 reads

XML feed