aboutsummaryrefslogtreecommitdiffstats
path: root/dsp.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-03fix the build with BUSYDETECT_TONEONLY defined (issue #7414)russell1-0/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-7/+17
2005-09-01allow longer 'busy' tones to be detected (issue #5085)kpfleming1-1/+1
2005-08-08Merge steve's busy detect stuff (bug #4830)markster1-10/+43
2005-07-25remove the need to have the BUSYDETECT routine defined in the CFLAGS unlessrussell1-0/+4
2005-06-28UK discconnect tone detection support. Need to enable callprogress inmattf1-1/+21
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-0/+4
2005-05-15update Mark's email addressrussell1-1/+1
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)kpfleming1-3/+3
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-6/+7
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-6/+6
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-1/+0
2005-01-14Fix unused debug code (bug #3342)markster1-2/+3
2005-01-11Fix typo in tone detect (bug #3315)markster1-2/+2
2005-01-03Merge twisted's dsp formatting fixes (bug #3218)markster1-616/+519
2004-12-01Use correct function for name of codec (bug #2897)markster1-1/+1
2004-11-30Add brazil detection (bug #2872)markster1-2/+3
2004-11-17Expose tone state and threshold (bug #2830)markster1-27/+30
2004-11-15DSP enhancements (bug #2826) courtesy pcadachmarkster1-6/+7
2004-11-10Fix off by one (bug #2872, but different solution)markster1-1/+1
2004-08-19Fix divide by zero (bugs #2268 and 2259)markster1-0/+3
2004-07-24Lower default volumemarkster1-1/+1
2004-07-19Make sure s is initialized, make FAX_DETECT + OLD_DSP_ROUTINES buildmarkster1-2/+0
2004-07-12attempt to stop lamers from doing inband DTMFon compressed codecsjeremy1-1/+1
2004-06-07Make faxdetect configurable and turn OFF by defaultmarkster1-18/+3
2004-05-31Complete re-vamp of Radio Repeater application (app_rpt) and VERY minor chang...jim1-0/+4
2004-04-28When creating a new DSP, initialize the progress zone just in casemarkster1-0/+2
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-7/+7
2004-03-28Add support for Costa Rica to DSPmarkster1-62/+107
2004-03-24Make FAX enableable/disablabable, fix async goto support properlymarkster1-2/+34
2004-01-25Fix excessive fax detection (Thanks Steve Underwood!!!)markster1-1/+1
2004-01-13Bug #826. Get rid of dsp routine in dsp.c since it's also defined in the Mak...malcolmd1-5/+0
2004-01-07just throwing this in here cuz its really buggin mejeremy1-1/+1
2003-12-15Use new code by defaultmarkster1-2/+2
2003-12-15Fix MF detector, merge code from Steve Underwood for optional new detectorsmarkster1-52/+295
2003-07-08Add the second way of signalizing hangup when busydetect detects the busy tonemartinp1-0/+1
2003-07-02DSP mods too, weird CVS bugmarkster1-5/+5
2003-06-17Fix a compile errormartinp1-1/+1
2003-06-17Add the new routine for busydetect that you can choose to use in asterisk/Mak...martinp1-11/+103
2003-06-03For MF tones don't return the 0'os from the matrixmartinp1-1/+2
2003-04-28Add silence detection to app_recordmarkster1-0/+5
2003-04-23Add commonly used include headersmarkster1-0/+1
2003-03-26Additional fix on not sending additional digitsmarkster1-1/+1
2003-03-26Fix "thinkdigit" issue in new DSP codemarkster1-0/+1
2003-03-20Moving from one digit to another digit is still okaymarkster1-1/+15
2003-03-20Fix 2nd harmonic on MFmarkster1-1/+1
2003-03-20Add transfer ID for potential use in more complex NAT environmentsmarkster1-1/+1