How to Configure Two TE122 Cards in the Same System?

Hi, I have a System with one TE122 Digium Card, and it works perfectly, but I want to add another TE122 Digium Card, but i don’t know how to do it? Some Ideas??

Here is my Zaptel.conf en Zapata.conf

Zaptel.conf

loadzone = us
defaultzone=us
span=1,1,0,d4,ami
e&m=1-24

Zapata.conf

[channels]

callerid=asreceived
usecallerid=yes
hidecallerid=no
language = es
callwaitingcallerid=yes
group = 0
;rxgain=8.5
;txgain=1.0
echocancel=yes
echocancelwhenbridged=no
echotraining=800

callgroup=1
pickupgroup=1
group = 0
signalling = em_w
context = from-pstn

channel => 1-24

It would just be the second span

add the following to zaptel.conf
span=2,1,0,d4,ami
e&m=25-48

and set up channels 25-48 in zapata.conf

I would however suggest that you get a single two port card (or four if you think you will need more in the future) because two cards need twice teh number of interrupts and this can cause voice qaulity and system stability issues. It is not recommended to have more than 1 card per server. Either way the configuration will be the same in zaptel.conf and zapata.conf

Thanks, but what would be the configuration in Zapata.conf for the new span??

assuming you want them to all be within the same context just change

channel => 1-24

to

channel => 1-48

Thanks again, and if i want to manage each T1 separately?? I mean, if i want to make some calls through one T1 and other through the other one??

you would just set them up in different contexts and set different routes.

Great, i will try, Thanks