summaryrefslogtreecommitdiff
path: root/pbx/pbx_config.c
AgeCommit message (Expand)Author
2009-03-11Fix malloc debug macros to work properly with h323.Jeff Peeler
2009-02-04Ensure that commas placed in the middle of extension character classes do notTilghman Lesher
2009-01-22Merged revisions 170158 via svnmerge from Tilghman Lesher
2008-12-16Be more detailed about why the include did not get included.Joshua Colp
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-07correct logic error noticed by rmudgett (thanks!)Kevin P. Fleming
2008-11-06coding style/guidelines cleanup, plus use new side-effect safe S_ORKevin P. Fleming
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-20 Do NOT attempt to do anything with the ast_config struct when it's been retu...BJ Weschke
2008-10-10Reset continuation items at the beginning of each context (suggested byTilghman Lesher
2008-10-10Add keyword "same", which allows you to create multiple steps in a dialplan,Tilghman Lesher
2008-08-07Start moving in changes from my resolve-shadow-warnings branch. Going to doSean Bright
2008-07-28remove remaining Zaptel references in various placesKevin P. Fleming
2008-07-04Merged revisions 127973 via svnmerge from Tilghman Lesher
2008-06-19Allow alternative extensions to be specified for a user.Tilghman Lesher
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-06-04We like tabs.Joshua Colp
2008-06-04Merged revisions 120282 via svnmerge from Joshua Colp
2008-03-10(closes issue #6019)Tilghman Lesher
2008-03-07(closes issue #6002)Steve Murphy
2007-12-26Use defined return values in load_module in more places.Jason Parker
2007-11-27closes issue #11294; missed the conditional unlock of the contexts when the h...Steve Murphy
2007-11-26Merged revisions 89592 via svnmerge from Joshua Colp
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-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19more errno.h removalLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
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-14Merged revisions 85540 via svnmerge from Russell Bryant
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-09-17Make the MALLOC_DEBUG output for free() useful again. After changing calls toRussell Bryant
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-27'dialplan save' shouldn't be converting '|' back to ',' anymore.Tilghman Lesher
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-09Merged revisions 73930 via svnmerge from Joshua Colp
2007-06-27Merged revisions 72272 via svnmerge from Russell Bryant
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!Russell Bryant
2007-06-11Merged revisions 68595 via svnmerge from Tilghman Lesher
2007-02-28Convert the PBX core to use read/write locks. This yields a nifty performance...Joshua Colp
2007-02-26Merged revisions 56856 via svnmerge from Joshua Colp
2007-02-16Merged revisions 54898 via svnmerge from Russell Bryant
2007-01-29Merged revisions 52679 via svnmerge from Tilghman Lesher
2007-01-06Merged revisions 49742 via svnmerge from Jason Parker
2006-12-30Merged revisions 49073 via svnmerge from Joshua Colp
2006-12-21This small update will generate WARNINGS if there is garbage in your extensio...Steve Murphy
2006-10-02Merged revisions 44186 via svnmerge from Paul Cadach