summaryrefslogtreecommitdiff
path: root/pbx/pbx_config.c
AgeCommit message (Expand)Author
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
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-06whitespace and formatting fix postponed from last commit:Luigi Rizzo
2006-04-06split pbx_load_module so we can reduce the indentation depth.Luigi Rizzo
2006-04-06use FREE instead of free as pointer to the destructor function.Luigi Rizzo
2006-03-29Whitespace fix forgotten by someone who added a note about needing to fix thi...Olle Johansson
2006-03-28as reported in mantis #6066, fix a bunch of cli bugs andLuigi Rizzo
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.Olle Johansson
2006-02-24Update to trunkOlle Johansson
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-06Merged revisions 7831 via svnmerge fromTilghman Lesher
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-14finish merging doxygen updates from issue #5605Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-13ensure that priorityjumping option returns to its default during reload if it...Kevin P. Fleming
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-07-26add a global option to disable priority jumping in applications (when they ge...Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-03allow global variables to be reset on reload (defaults to off) (bug #4385)Kevin P. Fleming
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ...Russell Bryant
2005-05-19check to see if a comma or an open paren came first when splitting the applic...Russell Bryant
2005-05-12fix some more typos and clarity issuesRussell Bryant
2005-05-12fix a little typoRussell Bryant
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-27perform global variable substitution before splitting extension and cidmatch ...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-15Add warning for _. match (bug #4032)Mark Spencer
2005-03-23silly typoRussell Bryant
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-13Implement eswitch for evalulating variables at runtime (bug #3168)Mark Spencer
2004-10-24Add "Loopback" switchMark Spencer
2004-10-16Add autofallthrough modeMark Spencer
2004-10-03Allow you to use labels with + to be nice to Tilghman.Mark Spencer
2004-10-03Add '+foo' option, update sample configMark Spencer
2004-10-03Major PBX revamps (including labels, update examples)Mark Spencer
2004-10-02Allow "n" or "next" and "s" or "same" in dialplan logic prioritiesMark Spencer
2004-09-07Make menu interruptible (bug #2377), Also fix PBX "add extension" CLI (bug #2...Mark Spencer
2004-08-21Save CID and switches in "save dialplan" command (bug #2279)Mark Spencer
2004-06-21Use ' instead of " for quoting in extensions.conf (bug #1872)Mark Spencer
2004-06-14Cleanup formattingJames Golovich
2004-06-14Cleanup formattingJames Golovich
2004-06-14Cleanup formattingJames Golovich
2004-06-14Allow escaping of commas as well as ability to use quotes (bug #1826)Mark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer