summaryrefslogtreecommitdiff
path: root/include/asterisk/app.h
AgeCommit message (Expand)Author
2009-03-03app_read does not break from prompt loop with user terminated empty stringDavid Vossel
2009-02-20Allow semicolons to be escaped, when passing arguments to the System command.Tilghman Lesher
2009-01-29- Make sure we set setvar= variables on outbound calls too, not only inbound ...Olle Johansson
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-11-05Add LISTFILTER dialplan function, along with supporting documentation. SeeTilghman Lesher
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.Tilghman Lesher
2008-05-09Adding support for "urgent" voicemail messages. Messages which areMark Michelson
2008-04-28Adding a new option 'n' to app_chanspy. This option allows for the name of th...Mark Michelson
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...Tilghman Lesher
2008-03-01Asterisk, when parking can drop rights a caller when a parking timeout occurs...Terry Wilson
2008-01-24ummm... might be good if this macro argument was actually used :-)Kevin P. Fleming
2008-01-24add the ability to define a structure type for argument parsing when it would...Kevin P. Fleming
2008-01-24Merged revisions 100264 via svnmerge from Kevin P. Fleming
2008-01-02Fix a typo in a comment. AST_STANDARD_APP_ARGS uses ',' as the separator,Mark Michelson
2007-12-13Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functi...Joshua Colp
2007-12-11A lot of doxygen updatesOlle Johansson
2007-11-30Adding support for the "automixmonitor" dial and queue options.Mark Michelson
2007-11-22shuffle a little bit the content of header files to reduce dependencies.Luigi Rizzo
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