TDM400: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
The TDM400/[http://www.digium.com/en/products/analog/tdm410.php TDM410] is a 4 port analogue card that can have a mixture of FXO and FXS port totalling no more than 4.<br>
The TDM400/[http://www.digium.com/en/products/analog/tdm410.php TDM410] is a 4 port analogue card that can have a mixture of FXO and FXS modules totalling no more than 4.<br>
The following configuration is to configure the card with a single FXS card in slot number 4.
The following configuration is to configure the card with a single FXS module in slot number 4.<br>
<p align=right>[[Image:tdm422e.jpg]]</p>
[[Image:tdm422e.jpg]]


'''/etc/zaptel.conf'''
'''/etc/zaptel.conf'''
Line 14: Line 14:
</pre>
</pre>
'''NOTE:'''The order of the lines above is important.  The signalling must come before group and group must come before channel.<br>
'''NOTE:'''The order of the lines above is important.  The signalling must come before group and group must come before channel.<br>
[[Category : Asterisk]]
 
If your Digium card has an echo cancellation board install also add the following line to enable echo cancellation.<br>
'''/etc/asterisk/zapata.conf'''
<pre>
echocancel=yes
</pre>
 
[[Category : Asterisk]] [[Category : Digium]]

Latest revision as of 05:36, 18 April 2013

The TDM400/TDM410 is a 4 port analogue card that can have a mixture of FXO and FXS modules totalling no more than 4.
The following configuration is to configure the card with a single FXS module in slot number 4.

/etc/zaptel.conf

fxsks=4

/etc/asterisk/zapata.conf

signalling=fxs_ks
channel => 4

NOTE:The order of the lines above is important. The signalling must come before group and group must come before channel.

If your Digium card has an echo cancellation board install also add the following line to enable echo cancellation.
/etc/asterisk/zapata.conf

echocancel=yes