This is my working config for x100p & tdm400 so if you change the channel entries from 2-5 to 2-3 you should be good to go.
/etc/rc.d/rc.local modprobe wcfxo modprobe wcfxs /usr/sbin/asterisk /etc/zaptel.conf fxsks=1 fxols=2-5 loadzone = us defaultzone=us /etc/asterisk/zapata.conf [channels] echocancel=yes echocancelwhenbridged=yes context=default signalling=fxo_ls ;relaxdtmf=yes group=2 channel=> 2-5 signalling=fxs_ks busydetect=no context=incoming channel=> 1 ----- Original Message ----- From: "Steven E. Frazier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 25, 2004 6:12 PM Subject: [Asterisk-Users] Example of TDM20B > I am trying to find an example of how to set up my FXS Station Card in my > Asterisk. > > I have (1) XP100P > I have (1) tdm20B (2 Port FXS) > > Could someone tell me if this is correct? > > > > /etc/zaptel.conf > > fxsks=1 > fxoks=2 > fxoks=3 > loadzone=us > defaultzone=us > > /etc/asterisk/zapata.conf > > > [channels] > ; > language=en > ; > ;X100P Port 1 > context=inbound-analog > signalling=fxs_ks > usecallerid=yes > echocancel=yes > echocancelwhenbridged=yes > channel => 1 > ; > ; FXS Port 1 > context=local > signalling=fxs_ls > usecallerid=yes > echocancel=yes > echocancelwhenbridged=yes > ; > ;FXS Port 2 > context=local > signalling=fxs_ls > usecallerid=yes > echocancel=yes > echocancelwhenbridged=yes > > > /etc/asterisk/extensions.conf > > > [local] > exten => 2203,1,SetMusicOnHold,loud > exten => 2203,2,Dial(Zap/2,15,Ttr) > exten => 2203,102,Voicemail(2203) > exten => 2203,Hangup > > > exten => 2204,1,SetMusicOnHold,loud > exten => 2204,2,Dial(Zap/2,15,Ttr) > exten => 2204,102,Voicemail(2203) > exten => 2204,Hangup > > > Should this be enough for me to get dial tone on my FXS Cards? > > > Thanks. > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
