This is a modification of the instructions found at http://www.voip-info.org/wiki/view/ATrpms
- rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms
- Add the following to /etc/yum.conf
- [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 - run these commands
- yum install zaptel zaptel-kmdl-`uname -r`
- yum install asterisk asterisk-devel asterisk-sounds asterisk-addons libpri spandsp
- Run modified instructions found here
- Run the following commands to backup your current/sample configurations:
- mv /etc/asterisk/iax.conf /etc/asterisk/iax.backup
- mv /etc/asterisk/extensions.conf /etc/asterisk/extensions.backup
- Run the following commands to download VoicePulse sample configurations:
- cd /etc/asterisk
- wget http://connect.voicepulse.com/samples/iax.sample
- wget http://connect.voicepulse.com/samples/extensions.sample
- mv /etc/asterisk/iax.sample /etc/asterisk/iax.conf
- mv /etc/asterisk/extensions.sample /etc/asterisk/extensions.conf
- Edit the VoicePulse Asterisk configurations:
- cd /etc/asterisk
- pico iax.conf
- Login to http://connect.voicepulse.com
- Note device login and device password on credentials page
- Replace MY_DEVICE_LOGIN with your device login
- Replace MY_DEVICE_PASSWORD with your device password
- uncomment auth=rsa
