summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
2007-11-06Fix up some PBX logic that became broken. The code would exit prematurely whe...Joshua Colp
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-11-06Merged revisions 88805 via svnmerge from Russell Bryant
2007-11-04Simplify the implementation and the API for stringfields;Luigi Rizzo
2007-11-02Add pbx_lua as a method of doing extensionsTilghman Lesher
2007-11-02'h' extension doesn't execute past first priorityTilghman Lesher
2007-11-01Modify WaitExten to include an optional dialtoneTilghman Lesher
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-11-01Drop any more references to type in the Exception dialplan function.Joshua Colp
2007-10-31Optimize pbx_substitute_variablesTilghman Lesher
2007-10-30Update documentation to give an example of how to use the return status of Ra...Jason Parker
2007-10-30The priority gets incremented after raising an exception, so the priority sho...Mark Michelson
2007-10-30Jumped the gun a bit in the RaiseException app. It would always return -1Mark Michelson
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-11Merged revisions 85356 via svnmerge from Tilghman Lesher
2007-10-04Don't register the exception function with module information. Since it is in...Joshua Colp
2007-10-03Create a universal exception handling extension, "e" (closes issue #9785)Tilghman Lesher
2007-10-02Add MSet for people who prefer the old, deprecated syntax of Set (Closes issu...Tilghman Lesher
2007-09-18(issue #10724)Jason Parker
2007-09-17Merged revisions 82514 via svnmerge from Joshua Colp
2007-09-12Fixes Solaris build warningsMark Michelson
2007-08-30(closes issue #10603)Joshua Colp
2007-08-24Fix documentation for Set (closes issue #10549)Tilghman Lesher
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...Steve Murphy
2007-08-07Add another big set of doxygen documentation improvements from snuffy.Russell Bryant
2007-08-01Instead of adding the SOLARIS check to each HAVE_SYSINFO check let's just mak...Joshua Colp
2007-08-01Solaris does not have a sysinfo like we know of on Linux.Joshua Colp
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to useRussell Bryant
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-23(closes issue #10192)Russell Bryant
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-17Merged revisions 75403 via svnmerge from Russell Bryant
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-05In regards to changes for 9508, expr2 system choking on floating point number...Steve Murphy
2007-07-02After some discussion on the asterisk-dev list, we determined that this approachRussell Bryant
2007-07-02Add "core dump funcdocs" CLI commandRussell Bryant
2007-07-02change the "core dump appdocs" CLI command to use the new API for creatingRussell Bryant
2007-06-20Fix trunk brokenness; also, optimize application registrationTilghman Lesher
2007-06-20Cleaning up a small disaster I created earlierSteve Murphy
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
2007-06-14Merged revisions 69392 via svnmerge from Kevin P. Fleming
2007-06-13Fixes for ast_strlen_zero() janitor project.Jason Parker
2007-06-12Convert pbx.c to use ast_debug() for debug logging.Russell Bryant
2007-06-08Add channel variable manager eventRussell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-01remove a bogus comment that came from copy/pasteRussell Bryant
2007-06-01Merge major changes to the way device state is passed around Asterisk. The twoRussell Bryant