aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_config.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-29Patch to fix tab-completion crash on "remove extension"dbrooks1-90/+5
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler1-5/+5
2009-01-22Allow global variables after substitution to be as long as other variables.tilghman1-0/+4
2008-11-03somehow missed a bunch of gcc 4.3.x warnings in this branch on the first passkpfleming1-4/+16
2008-09-19Adjust for technology when generating user extensiondbailey1-1/+1
2008-07-04Move the free down onetilghman1-2/+2
2008-07-04Fix the 'dialplan remove extension' logic, so that it a) works with cidmatch,tilghman1-33/+82
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-6/+16
2008-06-04Make the "dialplan remove include" CLI command actually work. Also, tweakrussell1-3/+6
2008-06-04Fix a log message and add a message for when the dialplan is done reloading.file1-0/+1
2008-01-02Convert locks of the contexts list in pbx_config to the appropriate rdlock or...russell1-25/+25
2007-11-26Use ast_free to free memory, or else we shall implode if MALLOC_DEBUG is enab...file1-2/+2
2007-10-31closes issue #11108 -- where the 'dialplan save' cli command saves a file whe...murf1-1/+1
2007-10-14Don't create the context for users in users.conf until we know at least one u...russell1-4/+11
2007-07-09Add a few sanity checks when writing out the dialplan. (issue #10157 reported...file1-2/+2
2007-06-27Merged revisions 72267 via svnmerge from russell1-0/+2
2007-06-11"dialplan save" produced garbage in the config filetilghman1-8/+19
2007-02-26Merged revisions 56850 via svnmerge from file1-0/+2
2007-02-16Fix setting "autofallthrough" to yes by default. It was set to enabled inrussell1-2/+4
2007-01-29Argument number correctiontilghman1-2/+2
2007-01-06Save 1 whopping byte of allocated memory!qwell1-1/+1
2006-12-30IAX has been deprecated for quite some time so we had better use IAX2 when cr...file1-1/+1
2006-10-02Missed part of userconf functionality for chan_h323pcadach1-0/+4
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