aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/app.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-08Fix some doxygen warnings.lmadsen1-0/+1
2010-04-15Merged revisions 257544 via svnmerge from tilghman1-2/+1
2010-02-28Properly document voicemail API documents. Also fix a crash reported via the...tilghman1-7/+32
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...kpfleming1-1/+1
2009-11-24Add REPLACE & PASSTHRU functions, overhaul of func_strings, fix API docs for ...tilghman1-4/+13
2009-10-17Remove unnecessary typedeftilghman1-3/+3
2009-10-15Create an API for adding an optional time unit onto the ends of time periods.tilghman1-0/+17
2009-08-06Allow Gosub to recognize quote delimiters without consuming them.tilghman1-3/+9
2009-06-15Last batch of 'static' qualifiers for module-level global variables.kpfleming1-4/+4
2009-06-01Add the ability to execute connected line interception macros.mmichelson1-0/+20
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-1/+1
2009-03-27Change global_app_buf to ast_str_thread_global_buf.russell1-1/+1
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1jpeeler1-27/+61
2009-03-03app_read does not break from prompt loop with user terminated empty stringdvossel1-0/+10
2009-02-20Allow semicolons to be escaped, when passing arguments to the System command.tilghman1-0/+3
2009-01-29- Make sure we set setvar= variables on outbound calls too, not only inbound ...oej1-2/+4
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-0/+5
2008-11-05Add LISTFILTER dialplan function, along with supporting documentation. Seetilghman1-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