[Home]

Summary:ASTERISK-02781: [patch] expose dsp->tstate and dsp->count if needed.
Reporter:Brian West (bkw918)Labels:
Date Opened:2004-11-10 19:07:27.000-0600Date Closed:2008-01-15 15:14:05.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) dsp.diff.txt
Description:Spoke with Steve about this and sent Mark an email about this I don't think it will hurt and neither does Steve.
Comments:By: Brian West (bkw918) 2004-11-10 19:07:38.000-0600

disclaimer on file.

By: Clod Patry (junky) 2004-11-10 21:47:24.000-0600

it's always good have setter/getter all my programming teachers told me.
this shouldn't be done in all struct ?

By: Brian West (bkw918) 2004-11-10 23:14:21.000-0600

the struct is private to dsp.c so you have to do this to get to the info from outside dsp.c :P

bkw

By: Mark Spencer (markster) 2004-11-11 11:27:58.000-0600

This includes no changes to dsp.h though.  If we're exposing them, they should be exposed in dsp.h

By: Brian West (bkw918) 2004-11-11 12:27:17.000-0600

ah you're right... let me dig that patch up too

bkw

By: Brian West (bkw918) 2004-11-11 12:32:42.000-0600

there forgot to do a full diff when pulling this patch back out :P


bkw

By: Mark Spencer (markster) 2004-11-17 00:55:28.000-0600

Added to CVS with some modifications.

By: Russell Bryant (russell) 2004-11-17 23:21:47.000-0600

not in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:14:05.000-0600

Repository: asterisk
Revision: 4274

U   trunk/dsp.c
U   trunk/include/asterisk/dsp.h

------------------------------------------------------------------------
r4274 | markster | 2008-01-15 15:14:05 -0600 (Tue, 15 Jan 2008) | 2 lines

Expose tone state and threshold (bug ASTERISK-2781)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4274