summaryrefslogtreecommitdiff
path: root/include/asterisk/app.h
AgeCommit message (Expand)Author
2007-10-26Use the same delimited character as the FILTER function in FIELDQTY and CUT.Tilghman Lesher
2007-08-28(closes issue #7852)Russell Bryant
2007-08-06Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration ...Joshua Colp
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-09Merged revisions 73985 via svnmerge from Tilghman Lesher
2007-06-13Use read/write lock based lists for group counting.Joshua Colp
2007-06-08Add an option for ControlPlayback to be able to start at an offset fromRussell Bryant
2007-05-31Merged revisions 66775 via svnmerge from Russell Bryant
2007-05-31Issue #9842 - Doxygen updates by snuffy. Thanks!Olle Johansson
2007-05-07Merged revisions 63286 via svnmerge from Joshua Colp
2007-04-25Merged revisions 61805 via svnmerge from Joshua Colp
2007-02-10Merged revisions 53810 via svnmerge from Russell Bryant
2006-12-12Fix various spelling mistakes in comments.Russell Bryant
2006-11-10Add the ability to specify multiple prompts to the Read() dialplan application,Russell Bryant
2006-07-30Add details about flash and wait to doxygen about DTMF.Tilghman Lesher
2006-05-25Add the ability to retrieve the exit code of the forked AGI process. If thereRussell Bryant
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...Tilghman Lesher
2006-05-18Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk tha...Tilghman Lesher
2006-05-09remove API function that was added and never usedKevin P. Fleming
2006-05-05 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie ) BJ Weschke
2006-03-31remove useless 'extern' in function declarations.Luigi Rizzo
2006-01-13Made chan_agent code parsing more robust andMatt O'Gorman
2006-01-11add doxygen documentation and fix various issues with ast_dtmf_streamRussell Bryant
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-10issue #5709Russell Bryant
2005-11-08fix application options that take argumentsRussell Bryant
2005-11-06issue #5605Russell Bryant
2005-11-06Fix extra semicolon (bug #5617)Mark Spencer
2005-11-03major update to arg/option parsing APIs and documentationKevin P. Fleming
2005-10-28add some macros to simplify application argument parsingKevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14use a better name for structure element (when using named initializers)Kevin P. Fleming
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-08-22add 'restart' character to ast_control_playback function and ControlPlayback(...Kevin P. Fleming
2005-07-13fix up lock breakage from bug #4245Kevin P. Fleming
2005-05-04re-implement ast_separate_app_args with clearer code and in a way that doesn'...Kevin P. Fleming
2005-03-12Create experimental new options API, various cleanupsMark Spencer
2005-03-05Flush out app stuff, make profiling easier to turn on/offMark Spencer
2005-02-27Merge mog's ReadFile application (bug #3670)Mark Spencer
2005-02-26Fix build of new IVR stuff for GCC 2.96 and later gcc's too (bug #3639)Mark Spencer
2005-02-17Add atxfer fix (bug #3592)Mark Spencer
2005-02-17Add placeholder IVR application support (static version)Mark Spencer
2005-02-16Fix misspellings of separate (bug #3607)Mark Spencer
2005-01-23Make sure two voicemails can't take the same message space (bug #3394)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-15Repair // comments to /* */ comments (bug #3347)Mark Spencer
2005-01-10More flagification, courtesy drumkilla (bug #3280)Mark Spencer
2005-01-09Various small fixupsMark Spencer