[asterisk-users] How to integerate 2 TDM cards on same machine.

Noah Miller noahisaacmiller at gmail.com
Mon Jul 14 23:52:57 CDT 2008


Hi Syed -

> zttool shows that TDM800P is loaded first and TDM2401E is loaded second. now problem is
> ports are not being configured by asterisk. i have done following changes in two files
> zaptel.onf and zapata.conf.
>
> zaptel.conf
> loadzone=us, defaultzone=us,
> fxoks=1-4, fxsks=5-8, fxsks=9-32(or should this be fxoks???)
>
> zapata.conf
> signalling=fxoks
> channels =>1-4
>
> signalling=fxsks
> channels => 5-8
>
> signalling=fxsks
> channels => 9-32
>
> please see the bold lines. since FXO ports use FXS signalling so i used fxsks. is this right or
> wrong. are these changes have to be made in both the files as i have done or only in zaptel.conf
>
> waiting for information

Almost there.  Your zaptel.conf is correct (sorry I gave you the wrong
signalling before).  In zapata.conf, your signalling lines should look
like:

signalling=fxo_ks
channels => 1-4

signalling=fxs_ks
channels => 5-32


- Noah



More information about the asterisk-users mailing list