aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_config.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-31everything that loads a config that needs a config file to runmogorman1-4/+6
2006-08-29Merged revisions 41269 via svnmerge from russell1-18/+13
2006-08-29Bugfix for 7813 applied to trunk as per patch supplied by stevensmurf1-4/+16
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-15/+8
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell1-10/+1
2006-07-12Merged revisions 37417 via svnmerge from kpfleming1-4/+2
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-06-05it's time... only enable global priority jumping if the config file says to d...kpfleming1-1/+1
2006-05-09various doxygen fixeskpfleming1-1/+1
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-15/+8
2006-04-11Merged revisions 19345 via svnmerge from kpfleming1-2/+1
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-06whitespace and formatting fix postponed from last commit:rizzo1-143/+133
2006-04-06split pbx_load_module so we can reduce the indentation depth.rizzo1-10/+24
2006-04-06use FREE instead of free as pointer to the destructor function.rizzo1-1/+1
2006-03-29Whitespace fix forgotten by someone who added a note about needing to fix thi...oej1-119/+118
2006-03-28as reported in mantis #6066, fix a bunch of cli bugs andrizzo1-898/+627
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.oej1-1/+1
2006-02-24Update to trunkoej1-1/+1
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-7/+10
2006-01-06Merged revisions 7831 via svnmerge fromtilghman1-4/+4
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-14/+8
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-14finish merging doxygen updates from issue #5605russell1-13/+16
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-13ensure that priorityjumping option returns to its default during reload if it...kpfleming1-2/+2
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...russell1-30/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-07-26add a global option to disable priority jumping in applications (when they ge...kpfleming1-6/+6
2005-06-06more file version tagskpfleming1-7/+10
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+0
2005-06-03allow global variables to be reset on reload (defaults to off) (bug #4385)kpfleming1-5/+8