How to configure multiple x100p boards in Asterisk

I have one board working fine, but would like to add a second line to the system.

I have done a search for this on line but have not seen how to configure Multiple boards of any kind in asterisk.

Thanks

Ken

Hello,

Shut your machine off, put the new card in.
modprobe zaptel (if you don’t load the modules automatically)
modprobe wcfxo

zaptel.conf
change

fxsks=1

to

fxsks=1-2

/sbin/ztcfg -vvvv

zapata.conf
change:

channel => 1

to

channel => 1-2

TheLostPacket

Thanks

Ken

No Problem

TheLostPacket