All,
I've recently installed a TDM400P and am unable to get it working. It has 
four FXO modules on it. What I would like to do is have the first two ports 
as inbound from pstn and have them ring the last two ports which will be 
connected to regular analog phones.
In Zaptel.conf I have:
fxsks=1-4
In Zaptel.conf
[channels]
context=default
switchtype=national
rxwink=300              ; Atlas seems to use long (250ms) winks
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
sendcalleridafter=1
callwaitingcallerid=yes
transfer=yes
echocancel=yes
echocancelwhenbridged=yes
immediate=no
signalling=fxs_ks
echocancel=yes ; You can set this to 32, 64, or 128, tweak to your needs.
echocancelwhenbridged=yes
echotraining=400 ; Asterisk trains to the beginning of the call, number is 
in milliseconds
callerid=asreceived
group=1
channel =>1-4  ; Again X is the number of FXO modules you have
In extensions.conf
exten =>_NXXXXXX,1,Dial(Zap/g1/${EXTEN}|20,t)
exten =>s,1,Wait(1)
exten =>s,2,Dial,Zap/g1
exten =>s,3,Voicemail,u9000
exten =>s,4,Hangup
I've also tried to see the debugging output, and I get the following errors:
Can someone point me in the right direction.
TIA,
Jon
[root@localhost asterisk]#
[root@localhost asterisk]# /sbin/ztcfg
[root@localhost asterisk]# tail -f /var/log/messages
Jan 16 00:59:38 localhost kernel: ISO-Cap is now up, line side: 03 rev 03
Jan 16 00:59:38 localhost kernel: Module 3: Installed -- AUTO FXO (FCC mode)
Jan 16 00:59:38 localhost kernel: Found a Wildcard TDM: Wildcard TDM400P REV 
E/F
(4 modules)
Jan 16 00:59:38 localhost kernel: NO BATTERY on 1/2!
Jan 16 00:59:38 localhost kernel: NO BATTERY on 1/3!
Jan 16 00:59:38 localhost kernel: NO BATTERY on 1/4!
Jan 16 00:59:38 localhost kernel: 213781 Polarity reversed (0 -> 1)
Jan 16 00:59:50 localhost kernel: Registered tone zone 0 (United States / 
North America)
Jan 16 01:00:03 localhost kernel: Poopy (00) on card 1!
Jan 16 01:00:03 localhost kernel: Poopy (ffffffff) on card 1!
Jan 16 01:00:05 localhost last message repeated 2 times
Jan 16 01:00:12 localhost kernel: Poopy (00) on card 1!
Jan 16 01:00:12 localhost kernel: Poopy (ffffffff) on card 1!
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 8841 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050116/59bcd0ef/attachment-0001.gif -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 1431 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050116/59bcd0ef/attachment-0001.jpeg
Henry Devito wrote:> > That's because to hook analog phones up to a port the port must be > fxs. So for your situation you need a card with 2 FXO for CO lines and > 2 FXS for regular phones.While your answer is correct, your html mail (complete with background) is horrid! :-) Plain text is the method of communication here! :-) The original mail was 5K. 10,000 users means the digium servers used 50,000K to send out the first mail. Your reply with 3 lines was 27K. 27 x 10,000 = 270,000K... Human readable: 50 megs of traffic for 1st mail 270 megs of traffic for reply... :-) -- Cheers, Matt Riddell _______________________________________________ http://www.sineapps.com/news.php (Daily Asterisk News - html) http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
doh! i assumed the x100p and TDM400p worked the same, because i thought was 
able to do both on that card...well thanks for the help :(
-jon
----- Original Message ----- 
From: Henry Devito
To: Asterisk-Users@lists.digium.com ; Asterisk Users Mailing List - 
Non-Commercial Discussion
Sent: Sunday, January 16, 2005 1:24 AM
Subject: Re: [Asterisk-Users] TDM400P NO BATTERY & Poopy???
 That's because to hook analog phones up to a port the port must be fxs.  So
for your situation you need a card with 2 FXO for CO lines and 2 FXS for 
regular phones.
-------Original Message-------
From: list@ipmotel.net
Date: 01/16/05 00:16:21
To: Asterisk-Users@lists.digium.com
Subject: [Asterisk-Users] TDM400P NO BATTERY & Poopy???
All,
I've recently installed a TDM400P and am unable to get it working. It has
four FXO modules on it. What I would like to do is have the first two ports
as inbound from pstn and have them ring the last two ports which will be
connected to regular analog phones.
In Zaptel.conf I have:
fxsks=1-4
In Zaptel.conf
[channels]
context=default
switchtype=national
rxwink=300              ; Atlas seems to use long (250ms) winks
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
sendcalleridafter=1
callwaitingcallerid=yes
transfer=yes
echocancel=yes
echocancelwhenbridged=yes
immediate=no
signalling=fxs_ks
echocancel=yes ; You can set this to 32, 64, or 128, tweak to your needs.
echocancelwhenbridged=yes
echotraining=400 ; Asterisk trains to the beginning of the call, number is
in milliseconds
callerid=asreceived
group=1
channel =>1-4  ; Again X is the number of FXO modules you have
In extensions.conf
exten =>_NXXXXXX,1,Dial(Zap/g1/${EXTEN}|20,t)
exten =>s,1,Wait(1)
exten =>s,2,Dial,Zap/g1
exten =>s,3,Voicemail,u9000
exten =>s,4,Hangup
I've also tried to see the debugging output, and I get the following errors:
Can someone point me in the right direction.
TIA,
Jon
[root@localhost asterisk]#
[root@localhost asterisk]# /sbin/ztcfg
[root@localhost asterisk]# tail -f /var/log/messages
Jan 16 00:59:38 localhost kernel: ISO-Cap is now up, line side: 03 rev 03
Jan 16 00:59:38 localhost kernel: Module 3: Installed -- AUTO FXO (FCC mode)
Jan 16 00:59:38 localhost kernel: Found a Wildcard TDM: Wildcard TDM400P REV
E/F
(4 modules)
Jan 16 00:59:38 localhost kernel: NO BATTERY on 1/2!
Jan 16 00:59:38 localhost kernel: NO BATTERY on 1/3!
Jan 16 00:59:38 localhost kernel: NO BATTERY on 1/4!
Jan 16 00:59:38 localhost kernel: 213781 Polarity reversed (0 -> 1)
Jan 16 00:59:50 localhost kernel: Registered tone zone 0 (United States /
North America)
Jan 16 01:00:03 localhost kernel: Poopy (00) on card 1!
Jan 16 01:00:03 localhost kernel: Poopy (ffffffff) on card 1!
Jan 16 01:00:05 localhost last message repeated 2 times
Jan 16 01:00:12 localhost kernel: Poopy (00) on card 1!
Jan 16 01:00:12 localhost kernel: Poopy (ffffffff) on card 1!
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users