Installing and Configuring a Sangoma Card
About Sangoma's Line of Asterisk Cards
Sangoma makes a series of PCI and PCI-E cards that can be installed in any computer and allow the user to use a PRI line, a T1 line, regular telephone lines (connected to FXO Ports), or to connect standard analog phones (connected to FXS Ports). A PRI Line and T1 line are digital lines that are usually supplied by either a local telephone company or a provider of business telephone and data services. The most common Sangoma cards used in FreePBX installations are the A100 series, A200 series, and A400 series.
A100 Cards
Related Content
Updating the FreePBX Distro
Updating the FreePBX Distro
For information about the current and prior release versions and to download updates for the FreePBX Distro, follow this link:
http://www.freepbx.org/forum/freepbx-distro/distro-discussion-help/relea...
If you wish to update, you must run every individual update between your version and the version you wish to update to. You cannot simply download and install the latest update (unless you are only one version behind).
To find out which version of the FreePBX Distro you are running, type this command from the command prompt:
Related Content
First Steps After Installation
After you finish installing FreePBX, the FreePBX Distro, or another Distro that includes FreePBX, there are a few things you want to do first:
1. LOGIN TO THE FREEPBX GRAPHICAL USER INTERFACE ("GUI"): Using another machine on your same network, open a web browser and enter the IP address of your PBX.
Related Content
Installing the FreePBX Distro
Installing the FreePBX Distro
1. Download the ISO file from the FreePBX web-site.
2. Convert the ISO file to a DVD or CD. On Windows 7 machines, right click on the file and select "open with," and then Windows Disc Image Burner. For computers running other operating systems, Google convert ISO to CD and you'll find plenty of instructions.
Related Content
Enabling Device and User Mode
What is Device & User Mode?
For information on what Device & User Mode does, click here:
http://www.freepbx.org/support/documentation/module-documentation/freepb...
Enabling Device and User Mode
Related Content
Install process for CentOS 5.1
1. Install CentOS, enabling the following packages:
*DNS Server
*Web Server
*Mail Server
*MySQL Database
*Development Tools
yum install nano
reboot
2. Edit Network settings
nano /etc/sysconfig/network
HOSTNAME=internal.hostname.DOMAIN.com (Set your internal hostname name here)
Ctrl-X to save, 'Y' to confirm
nano /etc/sysconfig/network-scripts/ifcfg-eth0
[code]
IPADDR=192.168.1.20 (Note: set this to an IP-address matching your net)
NETMASK=255.255.255.0 (Note: set this to an IP-mask matching your net)


