aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-24Fix documentation for Set (closes issue #10549)tilghman1-6/+6
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...murf1-32/+1
2007-08-07Add another big set of doxygen documentation improvements from snuffy.russell1-48/+67
2007-08-01Instead of adding the SOLARIS check to each HAVE_SYSINFO check let's just mak...file1-3/+3
2007-08-01Solaris does not have a sysinfo like we know of on Linux.file1-3/+3
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell1-1/+1
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-59/+48
2007-07-23(closes issue #10192)russell1-71/+44
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-3/+3
2007-07-17Merged revisions 75403 via svnmerge from russell1-0/+2
2007-07-16Change the function name slightly... just for kpfleming!file1-1/+1
2007-07-16For my next trick I will make it so dialplan functions no longer need to call...file1-5/+23
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-11/+10
2007-07-05In regards to changes for 9508, expr2 system choking on floating point number...murf1-1/+1
2007-07-02After some discussion on the asterisk-dev list, we determined that this approachrussell1-143/+0
2007-07-02Add "core dump funcdocs" CLI commandrussell1-2/+82
2007-07-02change the "core dump appdocs" CLI command to use the new API for creatingrussell1-15/+22
2007-06-20Fix trunk brokenness; also, optimize application registrationtilghman1-3/+4
2007-06-20Cleaning up a small disaster I created earliermurf1-0/+12
2007-06-14Convert uses of strdup() to ast_strdup()russell1-2/+2
2007-06-14Merged revisions 69392 via svnmerge from kpfleming1-1/+1
2007-06-13Fixes for ast_strlen_zero() janitor project.qwell1-1/+1
2007-06-12Convert pbx.c to use ast_debug() for debug logging.russell1-55/+29
2007-06-08Add channel variable manager eventrussell1-0/+7
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-31/+31
2007-06-01remove a bogus comment that came from copy/pasterussell1-2/+0
2007-06-01Merge major changes to the way device state is passed around Asterisk. The tworussell1-1/+94
2007-05-24Add a new API call for creating detached threads. Then, go replace all of therussell1-22/+4
2007-05-14Merged revisions 64193 via svnmerge from murf1-14/+0
2007-05-02Merged revisions 62738 via svnmerge from murf1-1/+1
2007-05-02Merged revisions 62689 via svnmerge from murf1-1/+1
2007-04-27Merged revisions 62171 via svnmerge from russell1-1/+1
2007-04-23Merged revisions 61765 via svnmerge from russell1-1/+15
2007-04-11changed #if HAVE_SYSINFO to #if defined(HAVE_SYSINFO)dhubbard1-3/+3
2007-04-11added HAVE_SYSINFO preprocessor directives for portability and general happinessdhubbard1-0/+6
2007-04-11added option_minmemfree for use in asterisk.conf to specify the amount of min...dhubbard1-1/+18
2007-04-10Merged revisions 60989 via svnmerge from murf1-3/+3
2007-03-30Merged revisions 59522 via svnmerge from murf1-5/+0
2007-03-30Merged revisions 59486 via svnmerge from murf1-1/+7
2007-03-16Merged revisions 58946 via svnmerge from tilghman1-4/+4
2007-03-16Fix trunk so that it compiles againtilghman1-3/+3
2007-03-15Merged revisions 58931 via svnmerge from russell1-0/+56
2007-03-05Merged revisions 57826 via svnmerge from murf1-1/+1
2007-03-02Don't try to do recursive locking/unlocking when it isn't supported.file1-2/+2
2007-03-02Merged revisions 57473 via svnmerge from murf1-9/+20
2007-03-01Minor code cleanup... nothing to write home about.file1-3/+4
2007-02-28Convert the PBX core to use read/write locks. This yields a nifty performance...file1-61/+73
2007-02-28Merged revisions 57139 via svnmerge from murf1-2/+13
2007-02-26Merged revisions 56805 via svnmerge from file1-2/+2
2007-02-01Merged revisions 53070 via svnmerge from tilghman1-1/+1