summaryrefslogtreecommitdiff
path: root/pbx/pbx_config.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-19CLI: Address multiple issues.Corey Farrell
2017-01-04core/pbx: dialplan show - display filename/line#Jonathan R. Rose
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-07-21pbx: Create pbx_sw.c for management of 'struct ast_sw'.Corey Farrell
2016-07-18pbx: Create pbx_ignorepat.c for management of 'struct ast_ignorepat'.Corey Farrell
2016-07-15pbx: Create pbx_include.c for management of 'struct ast_include'.Corey Farrell
2016-04-05pbx: Add support for autohints.Joshua Colp
2015-06-08Fix unsafe uses of ast_context pointers.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-05-05pbx_config: Register manager actions with module version of macro.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-06clang compiler warnings: Fix sometimes-uninitialized warning in pbx_configMatthew Jordan
2014-11-05config: Make text_file_save and 'dialplan save' escape semicolons in values.George Joseph
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-03pbx_config: Add manager actions to add/remove extensionsJonathan Rose
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-07-31Add "dialplan remove context" and modify "dialplan add include"Mark Michelson
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-04Fix many issues from the NULL_RETURNS Coverity reportKinsey Moore
2012-04-12Add option to invoke the extensions.conf stdexten using the legacy macro method.Richard Mudgett
2012-03-08Eliminate a bunch of shadow warnings.Sean Bright
2012-02-13Only allow one 'dialplan reload' to execute at a time as otherwise they would...Joshua Colp
2012-02-06Improved documentation of CLI "dialplan add extension" command.Richard Mudgett
2012-01-05Make pbx_config.c use Gosub instead of Macro call for stdexten.Richard Mudgett
2011-11-08Fix crash when dialplan remove include is called with too few arguments.Walter Doekes
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-06-24Merged revisions 324849 via svnmerge from Richard Mudgett
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-04-26Merged revisions 315394 via svnmerge from Paul Belanger
2011-04-04In handle_cli_dialplan_add_extension, const char pointer *into_context is use...Jonathan Rose
2011-04-04Makes 'dialplan add extension' create the specified context if it does not al...Jonathan Rose
2010-09-07Merged revisions 285367 via svnmerge from Tilghman Lesher
2010-08-12Merged revisions 282131 via svnmerge from Jason Parker
2010-06-22fixes issue with 'dialplan remove extension blah' segfaulting with tab comple...David Vossel
2010-05-11Improve logging by displaying line numberPaul Belanger
2009-12-04Parse global variables or expressions in hint extensionsMatthias Nick
2009-11-03Resolve a warning from gcc 4.4.1.Russell Bryant
2009-08-10AST-2009-005Tilghman Lesher
2009-08-01Merged revisions 209759 via svnmerge from Kevin P. Fleming
2009-06-18fixes some memory leaks and redundant conditionsDavid Vossel
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-04-29Removing crufty code that is no longer necessary. Code cleanup.David Brooks
2009-03-11Fix malloc debug macros to work properly with h323.Jeff Peeler
2009-02-04Ensure that commas placed in the middle of extension character classes do notTilghman Lesher
2009-01-22Merged revisions 170158 via svnmerge from Tilghman Lesher
2008-12-16Be more detailed about why the include did not get included.Joshua Colp