Versions Compared

Key

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

...

<configuration name="freetdm.conf" description="FreeTDM Configuration">
<config_profiles>
<profile name="myCpeProfile">
<param name="interface" value="cpe"/>
<param name="switchtype" value="national"/>
</profile>
</config_profiles>
<sangoma_pri_spans>
<span name="myPriLink" cfgprofile="myCpeProfile">
<param name="dialplan" value="XML" />
<param name="context" value="default" />
</span> 
<span name="myPriLink2" cfgprofile="myCpeProfile">
<param name="dialplan" value="XML" />
<param name="context" value="default" />
</span>
</sangoma_pri_spans>
</configuration>

Code Block
 

The span "name" must match the name you specified in freetdm.conf. For more information on valid PRI/BRI configuration paramters, go here: http://wiki.sangoma.com/FreeTDM-Sangoma-ISDN-LibraryTelephony Cards for FreeSWITCH

 

FreeSWITCH/FreeTDM operation

...