Hi All, I'm attempting to use two X100P cards and one TDM400P card. What driver do I load for the TDM400P? Is their any documentation for this card yet? Also, I know this has come up before but I can't seem to find it in the archieve... how do I configure the second X100P card? Anyone have a working sample? Thanks in advance, Randy
Do you have all 4 modules on TDM400P ? Martin On Tue, 29 Apr 2003, Randy Smith wrote:> Hi All, > > I'm attempting to use two X100P cards and one TDM400P card. What driver do I > load for the TDM400P? Is their any documentation for this card yet? > > Also, I know this has come up before but I can't seem to find it in the > archieve... how do I configure the second X100P card? Anyone have a working > sample? > > Thanks in advance, > > Randy > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
> Do you have all 4 modules on TDM400P ?Yes. Randy
/etc/zaptel.conf
fxsks=1-2
fxoks=3-6
defaultzone=us
loadzone=us
"modprobe wcfxo"
"modprobe wcfxs"
"ztcfg -vv"
/etc/asterisk/zapata.conf
[channels]
context=incoming
signalling=fxs_ks
group=1
channel => 1-2
context=internal
signalling=fxo_ks
group=2
channel => 3-6
Now in extensions.conf you can set up some extensions
in contexts: [incoming] and [internal] like this:
/etc/asterisk/extensions.conf
[incoming]
exten => s,1,Dial,Zap/3&Zap/4&Zap/5&Zap/6|20
exten => s,2,Congestion
[internal]
exten => _9X.,1,Dial,Zap/g1/${EXTEN:1}
exten => _100[0-3],1,Dial,Zap/$[${EXTEN} - 997]
Now you can dial out with 9 and call your phones with 1000,1001,1002
Martin
On Tue, 29 Apr 2003, Randy Smith wrote:
> > Do you have all 4 modules on TDM400P ?
>
> Yes.
>
> Randy
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>