summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
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
2007-03-05Merged revisions 57826 via svnmerge from Steve Murphy
2007-03-02Don't try to do recursive locking/unlocking when it isn't supported.Joshua Colp
2007-03-02Merged revisions 57473 via svnmerge from Steve Murphy
2007-03-01Minor code cleanup... nothing to write home about.Joshua Colp
2007-02-28Convert the PBX core to use read/write locks. This yields a nifty performance...Joshua Colp
2007-02-28Merged revisions 57139 via svnmerge from Steve Murphy
2007-02-26Merged revisions 56805 via svnmerge from Joshua Colp
2007-02-01Merged revisions 53070 via svnmerge from Tilghman Lesher
2007-01-31Merged revisions 53046 via svnmerge from Russell Bryant
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...Joshua Colp
2007-01-21Fix bug introduced during constification (reported by tzanger via IRC)Tilghman Lesher
2007-01-18Merged revisions 51265 via svnmerge from Jason Parker
2007-01-12make the automatic post-answer delay happen only when the answer is 'automati...Kevin P. Fleming
2007-01-12Merged revisions 50562 via svnmerge from Kevin P. Fleming
2007-01-10Merged revisions 50266 via svnmerge from Joshua Colp
2007-01-06Merged revisions 49742 via svnmerge from Jason Parker
2007-01-05const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way hereKevin P. Fleming
2007-01-05Merged revisions 49676 via svnmerge from Kevin P. Fleming
2006-12-27Merged revisions 49006 via svnmerge from Kevin P. Fleming
2006-12-21Switch list of global variables to read/write locks.Joshua Colp
2006-12-21Convert alternate dialplan switch list to use read/write locks.Joshua Colp
2006-12-18convert the final clients of ast_build_string to use ast_str_*()Luigi Rizzo
2006-12-15remove the macro LOAD_OH and expand it inline in the onlyLuigi Rizzo
2006-12-13make sure that showdialplan sends only oneLuigi Rizzo
2006-12-13clean up function manager_show_dialplan_helper()Luigi Rizzo
2006-11-30Documentation updatesOlle Johansson
2006-11-24Doxygen updateOlle Johansson
2006-11-10This should already be called while locked.Joshua Colp
2006-11-08Display CID matching information when using dialplan show. (issue #8279 repor...Joshua Colp
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-11-02Let's make application/function/hint lists read/write lists... just for kicksJoshua Colp
2006-10-30Issue #3930 - Add manager command for listing dialplan (coded april 2005, in ...Olle Johansson
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)Russell Bryant
2006-10-05As per ToDo list, I have made it so that Wait(), WaitExten(), Congestion(), B...Steve Murphy