FreeTDM-Sangoma-ISDN-Library-Configuration-Files
File format
freetdm.conf
|
[span wanpipe <span name>] trunk_type => <trunk type> |
trunk type: possible values are: t1, e1, bri (for point-to-point), bri_ptmp (for point-to-multipoint).
group name: any string.
physical span number: This should match the TDMV_SPAN parameter in your /etc/wanpipe/wanpipeN.conf
channels: Specify which timeslots within this physical span you want to use.
freetdm.conf.xml
All signalling related parameters are set in freetdm.conf.xml. Each span uses a configuration profile for signalling related parameters.
|
<configuration name="freetdm.conf" description="FreeTDM Configuration"> <!-- General FreeTDM Configuration options --> <param name="crash-on-assert" value="no" /> </settings> <profile name="[profile name]"> <param name="[parameter key]" value="[parameter value]" /> </profile> </config_profiles> <span name="[span name]" cfgprofile="[profile name]"> <!-- switch related parameters --> </span> </sangoma_pri_spans> <!-- list of BRI spans --> <span name="[span name]" cfgprofile="[profile name]"> <!-- switch related parameters --> </span> </sangoma_bri_spans> </configuration> |
Sample configuration files.
- 5 T1 lines configured as National ISDN 2.
[freetdm.conf] [freetdm.conf.xml] - 3 E1 lines configured as EuroISDN.
[freetdm.conf] [freetdm.conf.xml] - 2 T1 lines configured as National ISDN 2 + 3 T1 lines configured as DMS-100.
[freetdm.conf] [freetdm.conf.xml] - 3 BRI lines in point to point + 2 BRI lines in point to multipoint.
[freetdm.conf] [freetdm.conf.xml]