I have a TDM400 with 2 FXS cards, and a Samsung 6100 DECT base station connected to one of the ports. The base station appears to only support UK (BT) style CLIP Caller ID signalling. Does anyone know if it is possible to configure the ZAP channel to send in this format, or alternatively can you recommend a GAP compatible base station which will handle both BT and Bellcore signalling? A search of the lists has drawn a blank so far. Chris Johnson CherSoft Ltd
Not the same but I have a samsung 6150 and I have it connected to a sipura 3000. It showed CID from SIP calls when the Sipura firmware did not support BT CID. Have you tried any other phone that supports CID to see if it is being transmitted? Chris ----- Original Message ----- From: "Chris Johnson" <Chris@chersoft.co.uk> To: <asterisk-users@lists.digium.com> Sent: Tuesday, October 05, 2004 12:19 PM Subject: [Asterisk-Users] TDM20B and UK caller ID signalling>I have a TDM400 with 2 FXS cards, and a Samsung 6100 DECT base station > connected to one of the ports. > > The base station appears to only support UK (BT) style CLIP Caller ID > signalling. > > Does anyone know if it is possible to configure the ZAP channel to send > in this format, or alternatively can you recommend a GAP compatible base > station which will handle both BT and Bellcore signalling? > > A search of the lists has drawn a blank so far. > > Chris Johnson > CherSoft Ltd > > > _______________________________________________ > 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 >
Hi Chris I have had a similar problem when you have an incoming call and asterisk -vvvvvvvvvvvgc show the internal zap channel ringing do you get something like "didn't finish callerid spill" if so its because you are using UK ring which has a very short ring ring and there is not time to send caller id in between the first two rings this is what I did to sort it change your dial string to exten => s,3,Dial,zap/2r2 so the ring cadence changes and change the cidrings value in chan_zap.c to /* Typically, how many rings before we should send Caller*ID */ #define DEFAULT_CIDRINGS 2 in my chan_zap.c its on line 92 then recompile chan_zap ( i just recompiled the asterisk directory in /usr/src/asterisk using 'make clean; make install') it should work I haven't found many phones that support uk callerid but don't support US as well, Asterisk sends US caller id. regards Robb Chris Johnson wrote:>I have a TDM400 with 2 FXS cards, and a Samsung 6100 DECT base station >connected to one of the ports. > >The base station appears to only support UK (BT) style CLIP Caller ID >signalling. > >Does anyone know if it is possible to configure the ZAP channel to send >in this format, or alternatively can you recommend a GAP compatible base >station which will handle both BT and Bellcore signalling? > >A search of the lists has drawn a blank so far. > >Chris Johnson >CherSoft Ltd > > >_______________________________________________ >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 > > >
Hi Rob Thanks for the hints. I had rebuilt with the CIDRINGS 2 option previously. This had cleared the callerid spill error for most cadences, using r2 seems to clear the error even with CIDRINGS set to 1. Unfortunately the phone is still not picking up the CID. As no spill error is seen, I am assuming that the TDM card is transmitting CID information, but the phone is not picking it up or doesn't make sense of it. I'm going to look at the txgain/rxgain now to see if that has an impact, also beg/borrow as many different CID capable phones to ensure it is not this particular phone at fault. Regards Chris Johnson CherSoft Ltd> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Robert Boardman > Sent: Tue 05 October 2004 18:42 > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] TDM20B and UK caller ID signalling > > Hi Chris > > I have had a similar problem > > when you have an incoming call and asterisk -vvvvvvvvvvvgc show the > internal zap channel ringing do you get something like > > "didn't finish callerid spill" > > if so its because you are using UK ring which has a very short ring > ring and there is not time to send caller id in between the first two > rings > > this is what I did to sort it > > change your dial string to > exten => s,3,Dial,zap/2r2 so the ring cadence changes > > and change the cidrings value in chan_zap.c to > > /* Typically, how many rings before we should send Caller*ID */ > #define DEFAULT_CIDRINGS 2 > > in my chan_zap.c its on line 92 > > then recompile chan_zap ( i just recompiled the asterisk directory in > /usr/src/asterisk using 'make clean; make install') > it should work > > I haven't found many phones that support uk callerid but don't support > US as well, Asterisk sends US caller id. > > regards > Robb > > > > > > Chris Johnson wrote: > > >I have a TDM400 with 2 FXS cards, and a Samsung 6100 DECT basestation> >connected to one of the ports. > > > >The base station appears to only support UK (BT) style CLIP Caller ID > >signalling. > > > >Does anyone know if it is possible to configure the ZAP channel tosend> >in this format, or alternatively can you recommend a GAP compatiblebase> >station which will handle both BT and Bellcore signalling? > > > >A search of the lists has drawn a blank so far. > > > >Chris Johnson > >CherSoft Ltd > > > > > >_______________________________________________ > >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