Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Important Note Regarding FreeSwitch® and FreeTDM® Support

Support for FreeSwitch and FreeTDM for Sangoma telephony card products are no longer provided by Sangoma. All FreeSwitch drivers and applications are provided as-is with no warranty.  

Table of Contents
minLevel1
maxLevel6
outlinefalse
stylenone
typelist
printablefalse

Sangoma was previously involved in the FreeTDM project, but has refocused its development efforts primarily on Asterisk-based platforms including FreePBX. The information on this page and other FreeSwitch-related pages on the Sangoma Wiki has been retained for historical and reference purposes, but should not be relied upon as reflecting Sangoma's current development efforts or support policies.

...

This means that Dahdi must be installed over the Wanpipe driver, in order for FreeSWITCH to communicate with the Sangoma hardware below.  DAHDI mode is most likely compatible with Zaptel mode, but Zaptel is deprecated.  This mode depends on "ftmod_zt.so", which is always compiled, regardless of whether you have DAHDI or Zaptel.

On runtime, FreeTDM will try to determine (checking the existence of /dev/zap/ctl or /dev/dahdi/ctl) which one you have. In a typical DAHDI installation, the freetdm.conf file will be a basic mirror of the contents /etc/dahdi/system.conf (or /etc/zaptel.conf if using zaptel), but you still need them because they are used by dahdi_cfg or ztcfg to configure the hardware.

...

DAHDI and Wanpipe Installation

...

  1. Copy and paste the below line into your Linux command line to automatically start downloading FreeSWITCH
    -> git clone -b v1.6 https://freeswitchgithub.org/stash/scm/fscom/signalwire/freeswitch.git

Info

This command will download FreeSWITCH using Git the Git online repository. If you do not have Git on your system, you will need to download it first before running the above command.
If you need to download Git on CentOS, simply type 'yum install git-all', or 'apt-get install git-all' for ubuntu

...

 After running the wancfg_fs configuraiton configuration tool, the following files will have been created:

...