TDM800P: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(New page: The [http://www.digium.com/en/products/analog/tdm800p.php TDM800P] is a 8 port analogue card that can have a mixture of FXO and FXS port totalling no more than 2 cards or a total of 8 port...)
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
The [http://www.digium.com/en/products/analog/tdm800p.php TDM800P] is a 8 port analogue card that can have a mixture of FXO and FXS port totalling no more than 2 cards or a total of 8 ports mixing FXO and or FXS ports.<br>
The [http://www.digium.com/en/products/analog/tdm800p.php TDM800P] is an 8 port analogue card that can have a mixture of FXO and FXS ports totalling no more than 2 cards or a total of 8 ports mixing FXO and or FXS ports when using quad port modules.<br>
The following configuration is to configure the card with dual quad FXS card.
The following configuration is to configure the card with dual quad FXS modules.<br>
<p align=right>[[Image:tdm844e.jpg]]</p>
[[Image:tdm844e.jpg]]


'''/etc/zaptel.conf'''
'''/etc/zaptel.conf'''
Line 12: Line 12:
signalling=fxs_ks
signalling=fxs_ks
group=1
group=1
channel => 1-8
channel=>1-8
</pre>
</pre>
'''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 TDM800P is an 8 port analogue card that can have a mixture of FXO and FXS ports totalling no more than 2 cards or a total of 8 ports mixing FXO and or FXS ports when using quad port modules.
The following configuration is to configure the card with dual quad FXS modules.

/etc/zaptel.conf

fxsks=1-8

/etc/asterisk/zapata.conf

signalling=fxs_ks
group=1
channel=>1-8

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