aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_config.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-04Parse global variables or expressions in hint extensionsmnick1-4/+20
2009-11-03Resolve a warning from gcc 4.4.1.russell1-2/+2
2009-08-10AST-2009-005tilghman1-4/+4
2009-08-01Merged revisions 209759 via svnmerge from kpfleming1-1/+2
2009-06-18fixes some memory leaks and redundant conditionsdvossel1-6/+3
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-3/+2
2009-04-29Removing crufty code that is no longer necessary. Code cleanup.dbrooks1-66/+0
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler1-1/+1
2009-02-04Ensure that commas placed in the middle of extension character classes do nottilghman1-1/+31
2009-01-22Merged revisions 170158 via svnmerge from tilghman1-0/+4
2008-12-16Be more detailed about why the include did not get included.file1-1/+25
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-11-07correct logic error noticed by rmudgett (thanks!)kpfleming1-1/+3
2008-11-06coding style/guidelines cleanup, plus use new side-effect safe S_ORkpfleming1-88/+87
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-2/+8
2008-10-20 Do NOT attempt to do anything with the ast_config struct when it's been retu...bweschke1-1/+1
2008-10-10Reset continuation items at the beginning of each context (suggested bytilghman1-1/+9
2008-10-10Add keyword "same", which allows you to create multiple steps in a dialplan,tilghman1-8/+17
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