Add an option, specifying maximum analysis time for talk detection.
[asterisk/asterisk.git] / apps / app_talkdetect.c
2008-06-17 Tilghman LesherAdd an option, specifying maximum analysis time for...
2008-03-05 Tilghman LesherShould check these values for non-NULL before scanning.
2007-11-21 Luigi Rizzoremove another set of redundant #include "asterisk...
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-07-31 Tilghman LesherMostly cleanup of documentation to substitute the pipe...
2007-07-23 Tilghman LesherMerge the dialplan_aesthetics branch. Most of this...
2007-07-16 Joshua ColpApplications no longer need to call ast_module_user_add...
2007-07-16 Joshua ColpIt is no longer required for each module that deals...
2007-06-14 Russell BryantAdd a massive set of changes for converting to use...
2006-10-03 Matt O'Gormanbug #8076 check option_debug before printing to debug...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-05-10 Russell Bryantremove almost all of the checks of the result from...
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-02-15 Russell Bryantremove the uses of the deprecated STANDARD_LOCAL_USER
2006-01-21 Russell Bryanton this pass, only remove duplicate log messages
2006-01-21 Russell Bryantrevert my pass through the tree to remove checks of...
2006-01-21 Russell Bryantremove lots of useless checks of the result of ast_strdupa
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-08 Russell Bryantmake app_queue 1.2 jump compliant (issue #5580)
2005-11-07 Kevin P. Flemingapplication doc update
2005-11-06 Russell Bryantissue #5605
2005-10-26 Russell Bryantremove unnecessary checks before calls to ast_strlen_zero
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-10-19 Russell BryantMassive cleanups to applications for LOCAL_USER handlin...
2005-10-18 Russell Bryantit's a good idea to unregister everything before callin...
2005-09-14 Kevin P. Flemingupdate MANY more files with proper copyright/license...
2005-09-07 Kevin P. Flemingconvert a bunch of apps to use ast_goto_if_exists(...
2005-07-15 Kevin P. Flemingadd a library of timeval manipulation functions, and...
2005-07-10 Russell Bryantmore ast_copy_string conversions
2005-06-06 Kevin P. Flemingthe last round of file version tags
2005-04-21 Kevin P. Fleminguse double-quotes instead of angle-brackets for non...
2005-01-21 Russell Bryantupdate copyright headers for 2005
2004-11-01 Mark SpencerAdd TALK_DETECTED variable (bug #2628)
2004-10-02 Mark SpencerHuge callerid rework (might break H.323, others)
2004-08-07 Mark SpencerOnly consider linear frames for talk detection -- ignor...
2004-06-22 James GolovichRemove pthread.h from source. We should be using aster...
2004-06-16 Mark SpencerDon't forget to run the schedule queue
2004-06-11 Mark SpencerAdd talk detectection app (BackgroundDetect)