Categories
Journal

Asterisk Install

install ubuntu 5.10 as &quot::server&quot::

sudo pico /etc/network/interfaces 
iface eth0 inet static
address 192.168.1.x
netmask 255.255.255.0
gateway 192.168.1.254

sudo /etc/init.d/networking restart
sudo apt-get install ssh
from other machine ssh to ip address
sudo apt-get update
sudo apt-get upgrade

sudo pico /etc/apt/sources.list
uncomment the universe repository lines so you have access to more sofware.

sudo apt-get install asterisk

  • sudo apt-get install zaptel-source
  • sudo apt-get install linux-headers-‘uname -r’
  • sudo apt-get build-dep asterisk
  • sudo apt-get install gcc3.4
  • m-a a-i zaptel
  • you need to set an opermode if you live outside of the us so edit /etc/modprobe.d/zaptel (Australia used as example)
install wcfxo /sbin/modprobe –ignore-install wcfxo opermode=AUSTRALIA &amp::&amp:: /sbin/ztcfg
install wcfxs /sbin/modprobe –ignore-install wcfxs opermode=AUSTRALIA &amp::&amp:: /sbin/ztcfg

  • and edit /etc/zaptel.conf (Australia with Module 1-2 FXO and 3-4 FXS used as example)
loadzone = au
defaultzone=au
fxsks=1-2
fxoks=3-4

  • modprobe zaptel
  • modprobe wcfxs (to support the FXO modules)
  • modprobe wcfxo (to support the FXS modules)

http://www.voip-info.org/wiki/view/Asterisk+Linux+Debian


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.