Could any one tell me how to config te212p card?

Hi, I have a te212p card. I want to configure it as two E1 port. I have setted these two jumpers closed(close=E1). But I don’t know how to configure it in zaptel.conf and zapata.conf. :cry:
Here is the sample I writed according to the documents supplied by Digium.
/etc/zaptel.conf
span=1,1,0,ccs,hdb3,crc4
bchan=1-15,17-31
dchan=16
loadzone = us
defaultzone = us

span=2,1,0,ccs,hdb3,crc4
bchan=1-15,17-31
dchan=16
loadzone = us
defaultzone = us

/etc/asterisk/zapata.conf
trunkgroups
channels
language=us
context=default
signalling=pri_cpe
switchtype=euroisdn
rxwink=300
loadzone=us
defaultzone=us
channel => 1-15,17-31 ;for E1

callerid=asreceived
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=no
echocancelwhenbridged=yes
echotraining=400
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1
immediate=no
busydetect=yes
busycount=6
callprogress=yes
faxdetect=incoming

Could any one grive me some configuration samples of TE212P with two E1 port of zaptel.conf and zapata.conf?
Thank you very much!!! :blush:

Copy and paste what I have below as there are a few changes.

/etc/zaptel.conf
span=1,1,0,ccs,hdb3,crc4
bchan=1-15,17-31
dchan=16
loadzone = us
defaultzone = us

span=2,0,0,ccs,hdb3,crc4
bchan=32-46,48-62
dchan=47
loadzone = us
defaultzone = us

/etc/asterisk/zapata.conf
trunkgroups
channels
language=us
context=default
signalling=pri_cpe
switchtype=euroisdn
rxwink=300
loadzone=us
defaultzone=us
channel => 1-15,17-31,32-46,48-62

callerid=asreceived
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=no
echocancelwhenbridged=yes
echotraining=400
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1
immediate=no
busydetect=no
busycount=6
callprogress=no
faxdetect=incoming

[quote=“angler”]Copy and paste what I have below as there are a few changes.

echocancel=no
echocancelwhenbridged=yes
echotraining=400
[/quote]

Thank you Angler!!

There is a hardware echocancellation in TE212P card, should I change echocancel=no to echocancel=yes? Or echocancel=128?

Thanks again! Your configuration is useful.

Set it to the following:
echocancel=yes

[quote=“angler”]Set it to the following:
echocancel=yes[/quote]
Thanks!!!

Did that get the card up and running?