summaryrefslogtreecommitdiff
path: root/dsp.c
AgeCommit message (Expand)Author
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-02-09various code cleanup changes including changing #define'd constants to enums,Russell Bryant
2006-01-17Improvements to DSP callprogress=yes code (#5009)Matthew Fredrickson
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-15more license/copyright header updates (thanks Ian!)Kevin P. Fleming
2005-09-01allow longer 'busy' tones to be detected (issue #5085)Kevin P. Fleming
2005-08-08Merge steve's busy detect stuff (bug #4830)Mark Spencer
2005-07-25remove the need to have the BUSYDETECT routine defined in the CFLAGS unlessRussell Bryant
2005-06-28UK discconnect tone detection support. Need to enable callprogress inMatthew Fredrickson
2005-06-06more file version tagsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-05-15update Mark's email addressRussell Bryant
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)Kevin P. Fleming
2005-04-22phase 1 of header include cleanup (bug #4067)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-01-14Fix unused debug code (bug #3342)Mark Spencer
2005-01-11Fix typo in tone detect (bug #3315)Mark Spencer
2005-01-03Merge twisted's dsp formatting fixes (bug #3218)Mark Spencer
2004-12-01Use correct function for name of codec (bug #2897)Mark Spencer
2004-11-30Add brazil detection (bug #2872)Mark Spencer
2004-11-17Expose tone state and threshold (bug #2830)Mark Spencer
2004-11-15DSP enhancements (bug #2826) courtesy pcadachMark Spencer
2004-11-10Fix off by one (bug #2872, but different solution)Mark Spencer
2004-08-19Fix divide by zero (bugs #2268 and 2259)Mark Spencer
2004-07-24Lower default volumeMark Spencer
2004-07-19Make sure s is initialized, make FAX_DETECT + OLD_DSP_ROUTINES buildMark Spencer
2004-07-12attempt to stop lamers from doing inband DTMFon compressed codecsJeremy McNamara
2004-06-07Make faxdetect configurable and turn OFF by defaultMark Spencer
2004-05-31Complete re-vamp of Radio Repeater application (app_rpt) and VERY minor chang...Jim Dixon
2004-04-28When creating a new DSP, initialize the progress zone just in caseMark Spencer
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-03-28Add support for Costa Rica to DSPMark Spencer
2004-03-24Make FAX enableable/disablabable, fix async goto support properlyMark Spencer
2004-01-25Fix excessive fax detection (Thanks Steve Underwood!!!)Mark Spencer
2004-01-13Bug #826. Get rid of dsp routine in dsp.c since it's also defined in the Mak...Malcolm Davenport
2004-01-07just throwing this in here cuz its really buggin meJeremy McNamara
2003-12-15Use new code by defaultMark Spencer
2003-12-15Fix MF detector, merge code from Steve Underwood for optional new detectorsMark Spencer
2003-07-08Add the second way of signalizing hangup when busydetect detects the busy toneMartin Pycko
2003-07-02DSP mods too, weird CVS bugMark Spencer
2003-06-17Fix a compile errorMartin Pycko
2003-06-17Add the new routine for busydetect that you can choose to use in asterisk/Mak...Martin Pycko
2003-06-03For MF tones don't return the 0'os from the matrixMartin Pycko
2003-04-28Add silence detection to app_recordMark Spencer
2003-04-23Add commonly used include headersMark Spencer
2003-03-26Additional fix on not sending additional digitsMark Spencer
2003-03-26Fix "thinkdigit" issue in new DSP codeMark Spencer