aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_config.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-04Merged revisions 233093 via svnmerge from mnick1-5/+20
2009-08-10AST-2009-005tilghman1-4/+4
2009-06-18Merged revisions 201678 via svnmerge from dvossel1-6/+3
2009-04-29Merged revisions 191136 via svnmerge from dbrooks1-66/+0
2009-03-11Merged revisions 181135 via svnmerge from jpeeler1-1/+1
2009-01-22Merged revisions 170165 via svnmerge from tilghman1-0/+4
2008-11-02import gcc 4.3.2 warning fixes from trunk, with a few changes specific to thi...kpfleming1-2/+8
2008-08-07Start moving in changes from my resolve-shadow-warnings branch. Going to doseanbright1-6/+6
2008-07-28remove remaining Zaptel references in various placeskpfleming1-10/+0
2008-07-04Merged revisions 127973 via svnmerge from tilghman1-29/+60
2008-06-19Allow alternative extensions to be specified for a user.tilghman1-1/+13
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-9/+19
2008-06-04We like tabs.file1-1/+1
2008-06-04Merged revisions 120282 via svnmerge from file1-1/+1
2008-03-10(closes issue #6019)tilghman1-4/+22
2008-03-07(closes issue #6002)murf1-6/+10
2007-12-26Use defined return values in load_module in more places.qwell1-4/+3
2007-11-27closes issue #11294; missed the conditional unlock of the contexts when the h...murf1-1/+1
2007-11-26Merged revisions 89592 via svnmerge from file1-1/+1
2007-11-24closes issue #11363; where the pattern _20x. buried in an included context, d...murf1-2/+9
2007-11-22shuffle a little bit the content of header files to reduce dependencies.rizzo1-0/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19more errno.h removalrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-5/+1
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-8/+8
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-8/+8
2007-10-14Merged revisions 85540 via svnmerge from russell1-4/+11
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-278/+319
2007-09-17Make the MALLOC_DEBUG output for free() useful again. After changing calls torussell1-3/+3
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-3/+6
2007-07-27'dialplan save' shouldn't be converting '|' back to ',' anymore.tilghman1-24/+3
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-17/+7
2007-07-09Merged revisions 73930 via svnmerge from file1-2/+2
2007-06-27Merged revisions 72272 via svnmerge from russell1-0/+2
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!russell1-4/+2
2007-06-11Merged revisions 68595 via svnmerge from tilghman1-8/+19
2007-02-28Convert the PBX core to use read/write locks. This yields a nifty performance...file1-19/+19
2007-02-26Merged revisions 56856 via svnmerge from file1-0/+2
2007-02-16Merged revisions 54898 via svnmerge from russell1-2/+4
2007-01-29Merged revisions 52679 via svnmerge from tilghman1-2/+2
2007-01-06Merged revisions 49742 via svnmerge from qwell1-1/+1
2006-12-30Merged revisions 49073 via svnmerge from file1-1/+1
2006-12-21This small update will generate WARNINGS if there is garbage in your extensio...murf1-0/+2
2006-10-02Merged revisions 44186 via svnmerge from pcadach1-0/+4
2006-09-21Lots more removal of deprecated thingstilghman1-843/+8
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-3/+3
2006-09-18merge qwell's CLI verbification workkpfleming1-106/+925
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-2/+104