aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/app.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-28Merged revisions 249405 via svnmerge from tilghman1-7/+32
2009-08-06Merged revisions 210908 via svnmerge from tilghman1-3/+9
2009-03-09Merged revisions 180719 via svnmerge from jpeeler1-27/+61
2009-03-03Merged revisions 180032 via svnmerge from dvossel1-0/+10
2009-02-20Merged revisions 177664 via svnmerge from tilghman1-0/+3
2008-12-23Merged revisions 166696 via svnmerge from tilghman1-0/+3
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.tilghman1-3/+7
2008-05-09Adding support for "urgent" voicemail messages. Messages which aremmichelson1-3/+3
2008-04-28Adding a new option 'n' to app_chanspy. This option allows for the name of th...mmichelson1-1/+5
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...tilghman1-0/+9
2008-03-01Asterisk, when parking can drop rights a caller when a parking timeout occurs...twilson1-2/+10
2008-01-24ummm... might be good if this macro argument was actually used :-)kpfleming1-1/+1
2008-01-24add the ability to define a structure type for argument parsing when it would...kpfleming1-4/+20
2008-01-24Merged revisions 100264 via svnmerge from kpfleming1-2/+2
2008-01-02Fix a typo in a comment. AST_STANDARD_APP_ARGS uses ',' as the separator,mmichelson1-1/+1
2007-12-13Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functi...file1-1/+1
2007-12-11A lot of doxygen updatesoej1-27/+26
2007-11-30Adding support for the "automixmonitor" dial and queue options.mmichelson1-1/+1
2007-11-22shuffle a little bit the content of header files to reduce dependencies.rizzo1-6/+3
2007-10-26Use the same delimited character as the FILTER function in FIELDQTY and CUT.tilghman1-0/+3
2007-08-28(closes issue #7852)russell1-0/+12
2007-08-06Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration ...file1-1/+2
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-1/+1
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-0/+11
2007-07-09Merged revisions 73985 via svnmerge from tilghman1-4/+7
2007-06-13Use read/write lock based lists for group counting.file1-2/+5
2007-06-08Add an option for ControlPlayback to be able to start at an offset fromrussell1-2/+8
2007-05-31Merged revisions 66775 via svnmerge from russell1-1/+1
2007-05-31Issue #9842 - Doxygen updates by snuffy. Thanks!oej1-1/+1
2007-05-07Merged revisions 63286 via svnmerge from file1-0/+3
2007-04-25Merged revisions 61805 via svnmerge from file1-1/+18
2007-02-10Merged revisions 53810 via svnmerge from russell1-0/+3
2006-12-12Fix various spelling mistakes in comments.russell1-1/+1
2006-11-10Add the ability to specify multiple prompts to the Read() dialplan application,russell1-2/+4
2006-07-30Add details about flash and wait to doxygen about DTMF.tilghman1-6/+11
2006-05-25Add the ability to retrieve the exit code of the forked AGI process. If thererussell1-0/+21
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...tilghman1-4/+4
2006-05-18Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk tha...tilghman1-1/+5
2006-05-09remove API function that was added and never usedkpfleming1-3/+0
2006-05-05 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie ) bweschke1-0/+2
2006-03-31remove useless 'extern' in function declarations.rizzo1-4/+4
2006-01-13Made chan_agent code parsing more robust andmogorman1-0/+13
2006-01-11add doxygen documentation and fix various issues with ast_dtmf_streamrussell1-2/+12
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-4/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-10issue #5709russell1-2/+2
2005-11-08fix application options that take argumentsrussell1-1/+1
2005-11-06issue #5605russell1-43/+52
2005-11-06Fix extra semicolon (bug #5617)markster1-1/+1
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-14/+106