summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
AgeCommit message (Expand)Author
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andOlle Johansson
2008-07-04Merged revisions 127973 via svnmerge from Tilghman Lesher
2008-06-16(closes issue #12689)Steve Murphy
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2008-04-28Add incomplete matching to PBX code and app_dialTilghman Lesher
2008-04-22Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar()Jason Parker
2008-03-28Make some notes about common usage of pbx_builtin_getvar_helper() that is notRussell Bryant
2008-03-17(closes issue #12238)Steve Murphy
2008-03-10(closes issue #6019)Tilghman Lesher
2008-03-07(closes issue #6002)Steve Murphy
2008-02-18Add an API call (ast_async_parseable_goto) which parses a goto string and doe...Joshua Colp
2007-12-07Add count of total number of calls processed by asterisk during it's lifetime.Jason Parker
2007-11-28Merged revisions 89893 via svnmerge from Russell Bryant
2007-11-24closes issue #11363; where the pattern _20x. buried in an included context, d...Steve Murphy
2007-11-22shuffle a little bit the content of header files to reduce dependencies.Luigi Rizzo
2007-11-12Doxygen fixes.Jason Parker
2007-11-06Merged revisions 88805 via svnmerge from Russell Bryant
2007-11-02Add pbx_lua as a method of doing extensionsTilghman Lesher
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-10-03Create a universal exception handling extension, "e" (closes issue #9785)Tilghman Lesher
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...Steve Murphy
2007-07-16Change the function name slightly... just for kpfleming!Joshua Colp
2007-07-16For my next trick I will make it so dialplan functions no longer need to call...Joshua Colp
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16Merge a bunch of doxygen updates to header files. This includes changes toRussell Bryant
2007-06-01Merge major changes to the way device state is passed around Asterisk. The twoRussell Bryant
2007-02-28Convert the PBX core to use read/write locks. This yields a nifty performance...Joshua Colp
2007-01-05const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way hereKevin P. Fleming
2006-12-18convert the final clients of ast_build_string to use ast_str_*()Luigi Rizzo
2006-12-12Fix various spelling mistakes in comments.Russell Bryant
2006-11-30Documentation updatesOlle Johansson
2006-11-02Let's make application/function/hint lists read/write lists... just for kicksJoshua Colp
2006-09-16merge markster's usersconf branch with some slight changesKevin P. Fleming
2006-08-14add MacroExclusive application, a Macro that only one call can executed atRussell Bryant
2006-07-08Support hold/unhold in Zap, update IAX2 parser to know about modern commands,...Mark Spencer
2006-05-09Formatting fixOlle Johansson
2006-05-08 - convert the lists of switches to use the linked list macrosRussell Bryant
2006-05-08remove an XXX commentRussell Bryant
2006-05-05constify the argument to pbx_checkconditionRussell Bryant
2006-05-01- convert the list of dialplan function to the list macrosRussell Bryant
2006-04-14constify a couple of function argumentsLuigi Rizzo
2006-04-05- Doxygen fixesOlle Johansson
2006-04-04some fields are constLuigi Rizzo
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-29Merged revisions 16192 via svnmerge from Tilghman Lesher
2006-03-28make 'show hints' CLI command show context name for each hintKevin P. Fleming
2006-03-18- remove some unnecessary extern keywordsRussell Bryant
2006-03-17move the definition of the mappings between extension states and their textRussell Bryant
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11Merged revisions 9581 via svnmerge from Russell Bryant