[asterisk-bugs] [Asterisk 0001719]: [patch] Caller ID support for UK (BT POTS lines)

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Feb 12 11:44:06 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=1719 
====================================================================== 
Reported By:                TonyHoyle
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   1719
Category:                   Core/General
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.4.11  
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2004-05-26 10:13 CDT
Last Modified:              2009-02-12 11:44 CST
====================================================================== 
Summary:                    [patch] Caller ID support for UK (BT POTS lines)
Description: 
This is an experimental patch to add caller id support for UK POTS lines.

The zaptel side of the patch just adds a 2 second rolling buffer that the
userspace driver can interrogate.  As the caller ID information in the UK
is sent before the first ring the CID burst will be there rather than
within the ring data itself as on the Bell system.

The asterisk side of the patch just adds v23 support to fskmodem and grabs
the saved buffer and passes it through the callerid state machine.  

Selection of the UK caller id format is currently by a 'ukcallerid=yes'
line.  This should probably be broadened out into a generic CID selection
for things like DTMF, etc.  

At the moment I'm just encouraging testing... it seems to work for me but
haven't had much feedback yet.

====================================================================== 

---------------------------------------------------------------------- 
 (0100013) lbt (reporter) - 2009-02-12 11:44
 http://bugs.digium.com/view.php?id=1719#c100013 
---------------------------------------------------------------------- 
I just 'ported' the patches to Asterisk-1.6.1-rc1 and dahdi-2.1.0.4 sent it
to Marc for publication here:
http://www.lusyn.com/resources/asterisk/usehist.htm

He emailed me today to confirm he's putting them up.

I was also going to take a look at the overhead issue as it seems sensible
to get this patch into a state to go into the main dahdi driver. Given the
tiny patch size it certainly seems that there's minimal 'bloat' at a code
level so maybe making the data structures dynamically allocated will
address any memory usage bloat concerns.
A dynamic approach would also allow the history approach to be selected by
those few of us who need it and minimise the overhead for others. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-02-12 11:44 lbt            Note Added: 0100013                          
======================================================================




More information about the asterisk-bugs mailing list