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
Line 13: Line 13:
group=1
group=1
channel => 1-8
channel => 1-8
</pre>
'''NOTE:'''The order of the lines above is important.  The signalling must come before group and group must come before channel.<br>
If you 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>
</pre>


[[Category : Asterisk]]
[[Category : Asterisk]]

Revision as of 01:38, 8 August 2008

The 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.
The following configuration is to configure the card with dual quad FXS card.

/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 you Digium card has an echo cancellation board install also add the following line to enable echo cancellation.
/etc/asterisk/zapata.conf

echocancel=yes