Matthew Henkler
2005-Jan-15 20:51 UTC
[Asterisk-Users] TDM400p FXS not sending caller id info?
I have a Digium TDM400p (1 FXO, 1 FXS) with the FXS module connected to a standard analog handset with caller id display (US caller ID). Although it appears that caller id information is coming into asterisk (it shows up in voicemail), I can not get it to display on the analog handset. Is there anything special I need to do to send the caller id info out the FXS port? I've tried a few analog caller id devices, and none seem to be picking it up. I'd really like to be able to use my analog cordless handset and be able to see the caller id information. Zaptel config files below. Asterisk and zaptel are all latest 1.0 stable releases. Thanks! matt ----- /etc/zaptel.conf: fxsks=2 fxoks=1 loadzone = us defaultzone=us ----- /etc/asterisk/zapata.conf: usecallerid=yes cidstart=ring hidecallerid=no callwaiting=yes callwaitingcallerid=yes signalling=fxo_ks context=internal mailbox=101 callerid=asreceived channel => 1 signalling=fxs_ks context=incoming callerid=asreceived useincomingcalleridonzaptransfer=yes channel => 2
Matthew Henkler
2005-Jan-16 11:30 UTC
[Asterisk-Users] TDM400p FXS not sending caller id info?
Just in case anyone else has this problem, I'll list my solution: The latest CVS stable version (either zaptel or asterisk CVS) seemed to be the problem. When I installed 1.0.3, everything worked. matt Matthew Henkler wrote:> I have a Digium TDM400p (1 FXO, 1 FXS) with the FXS module connected > to a standard analog handset with caller id display (US caller ID). > Although it appears that caller id information is coming into asterisk > (it shows up in voicemail), I can not get it to display on the analog > handset. > > Is there anything special I need to do to send the caller id info out > the FXS port? I've tried a few analog caller id devices, and none > seem to be picking it up. I'd really like to be able to use my analog > cordless handset and be able to see the caller id information. > > Zaptel config files below. Asterisk and zaptel are all latest 1.0 > stable releases. > > Thanks! > > matt