summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
AgeCommit message (Expand)Author
2010-01-25Change api for pbx_builtin_setvar to actually return error code if a function...Olle Johansson
2010-01-13Add the TESTTIME() dialplan function, which permits testing GotoIfTime.Tilghman Lesher
2009-11-04mmichelson reported a compilation error related to codec bit expansion that s...Tilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-13Fix some doxygen format problems and trim trailing whitespace.Richard Mudgett
2009-07-08Merged revisions 205409 via svnmerge from David Vossel
2009-05-26Add new ast_complete_applications function so that we can use it with theSean Bright
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-09Add ability for dialplan execution to continue when caller hangs up.Jeff Peeler
2009-04-01Merge changes from str_substitution that are unrelated to that branch.Tilghman Lesher
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
2008-12-23Merged revisions 166093 via svnmerge from Steve Murphy
2008-12-18Remove the need for AST_PBX_KEEPALIVE with the GoSub option from Dial.Russell Bryant
2008-12-16Add timezone to the possible fields in a timespec.Tilghman Lesher
2008-12-15Merged revisions 164422 via svnmerge from Mark Michelson
2008-12-15Merged revisions 164416 via svnmerge from Mark Michelson
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-29Merged revisions 152535 via svnmerge from Steve Murphy
2008-07-09Code wasn't ready to be merged - see -dev list discussionTilghman Lesher
2008-07-06Changing name of global api call to ast_* Olle Johansson
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