summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
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
2007-05-24Add a new API call for creating detached threads. Then, go replace all of theRussell Bryant
2007-05-14Merged revisions 64193 via svnmerge from Steve Murphy
2007-05-02Merged revisions 62738 via svnmerge from Steve Murphy
2007-05-02Merged revisions 62689 via svnmerge from Steve Murphy
2007-04-27Merged revisions 62171 via svnmerge from Russell Bryant
2007-04-23Merged revisions 61765 via svnmerge from Russell Bryant
2007-04-11changed #if HAVE_SYSINFO to #if defined(HAVE_SYSINFO)Dwayne M. Hubbard
2007-04-11added HAVE_SYSINFO preprocessor directives for portability and general happinessDwayne M. Hubbard
2007-04-11added option_minmemfree for use in asterisk.conf to specify the amount of min...Dwayne M. Hubbard
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-03-30Merged revisions 59522 via svnmerge from Steve Murphy
2007-03-30Merged revisions 59486 via svnmerge from Steve Murphy
2007-03-16Merged revisions 58946 via svnmerge from Tilghman Lesher
2007-03-16Fix trunk so that it compiles againTilghman Lesher
2007-03-15Merged revisions 58931 via svnmerge from Russell Bryant