summaryrefslogtreecommitdiff
path: root/pbx/pbx_config.c
AgeCommit message (Expand)Author
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
2006-09-21Lots more removal of deprecated thingsTilghman Lesher
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-16merge markster's usersconf branch with some slight changesKevin P. Fleming
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-29Merged revisions 41269 via svnmerge from Russell Bryant
2006-08-29Bugfix for 7813 applied to trunk as per patch supplied by stevensSteve Murphy
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-08Merge team/russell/ast_verbose_threadstorageRussell Bryant
2006-07-12Merged revisions 37417 via svnmerge from Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-05it's time... only enable global priority jumping if the config file says to d...Kevin P. Fleming
2006-05-09various doxygen fixesKevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11Merged revisions 19345 via svnmerge from Kevin P. Fleming