Commit Graph

204 Commits (master)

Author SHA1 Message Date
Sean Bright 468601fd13 manager: Add `<since>` tags for all AMI actions.
3 months ago
Sean Bright 1920639eab pbx_config.c: Don't crash when unloading module.
1 year ago
Naveen Albert dd171a44b7 users.conf: Deprecate users.conf configuration.
2 years ago
Mike Bradeen e8f548c155 app_macro: Remove deprecated module.
2 years ago
Mike Bradeen 4095a382da chan_sip: Remove deprecated module.
2 years ago
Josh Soref ccb8b8ffbf pbx: Spelling fixes
3 years ago
Corey Farrell 8e34cb302e
pbx_config: Only the first [globals] section is seen.
7 years ago
Corey Farrell 639718211a
Resolve warning about duplicate 'dialplan' CLI.
7 years ago
Chris-Savinovich b779a93d8d pbx_config.c: Fix reloading module if initially declined to load
7 years ago
Sean Bright fd0ca1c3f9 Remove as much trailing whitespace as possible.
7 years ago
Corey Farrell d51837a1b9 CLI: Address multiple issues.
7 years ago
Jonathan R. Rose d96e350256 core/pbx: dialplan show - display filename/line#
8 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Corey Farrell a36a174c4b pbx: Create pbx_sw.c for management of 'struct ast_sw'.
9 years ago
Corey Farrell e2e8713b84 pbx: Create pbx_ignorepat.c for management of 'struct ast_ignorepat'.
9 years ago
Corey Farrell be36bd7ca5 pbx: Create pbx_include.c for management of 'struct ast_include'.
9 years ago
Joshua Colp 1dc5e28624 pbx: Add support for autohints.
9 years ago
Corey Farrell 80621ce3c5 Fix unsafe uses of ast_context pointers.
10 years ago
Rodrigo Ramírez Norambuena eec010829a AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.
10 years ago
Corey Farrell 8a3e93a349 pbx_config: Register manager actions with module version of macro.
10 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Matthew Jordan e309a91e2d clang compiler warnings: Fix sometimes-uninitialized warning in pbx_config
10 years ago
George Joseph d5de94201e config: Make text_file_save and 'dialplan save' escape semicolons in values.
11 years ago
Walter Doekes 37179a2b1f core: Don't allow free to mean ast_free (and malloc, etc..).
11 years ago
Mark Michelson dcf1ad14da Add module support level to ast_module_info structure. Print it in CLI "module show" .
11 years ago
Jonathan Rose 04a9123309 pbx_config: Add manager actions to add/remove extensions
11 years ago
Kinsey Moore abd3e4040b Allow Asterisk to compile under GCC 4.10
11 years ago
Mark Michelson 6a539ace84 Fix misuses of asprintf throughout the code.
13 years ago
Mark Michelson 6c23a60f80 Add "dialplan remove context" and modify "dialplan add include"
13 years ago
Kinsey Moore c6142cf2cc Fix coverity UNUSED_VALUE findings in core support level files
13 years ago
Richard Mudgett dd2427c141 Coverity Report: Fix issues for error type REVERSE_INULL (core modules)
13 years ago
Kinsey Moore 781f4657b9 Fix many issues from the NULL_RETURNS Coverity report
13 years ago
Richard Mudgett a35c7ba8e7 Add option to invoke the extensions.conf stdexten using the legacy macro method.
13 years ago
Sean Bright 99bd5b1e2e Eliminate a bunch of shadow warnings.
13 years ago
Joshua Colp be2ac1b3dd Only allow one 'dialplan reload' to execute at a time as otherwise they would share the same common local context list.
13 years ago
Richard Mudgett 84642c728f Improved documentation of CLI "dialplan add extension" command.
13 years ago
Richard Mudgett d6b359ff0b Make pbx_config.c use Gosub instead of Macro call for stdexten.
13 years ago
Walter Doekes bc370b5462 Fix crash when dialplan remove include is called with too few arguments.
14 years ago
Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from
14 years ago
Richard Mudgett 6209a4b1f9 Merged revisions 324849 via svnmerge from
14 years ago
Russell Bryant 37aa52fd78 Merged revisions 316265 via svnmerge from
14 years ago
Paul Belanger 92358b078c Merged revisions 315394 via svnmerge from
14 years ago
Jonathan Rose 3c02c09162 In handle_cli_dialplan_add_extension, const char pointer *into_context is used instead of a->argv[5] to improve readability.
14 years ago
Jonathan Rose 7fa7d9c36b Makes 'dialplan add extension' create the specified context if it does not already exist.
14 years ago
Tilghman Lesher 90bf5c0549 Merged revisions 285367 via svnmerge from
15 years ago
Jason Parker 377c3bf88e Merged revisions 282131 via svnmerge from
15 years ago
David Vossel 3f00e3ff03 fixes issue with 'dialplan remove extension blah' segfaulting with tab completion
15 years ago
Paul Belanger 663a368a87 Improve logging by displaying line number
15 years ago
Matthias Nick 89b02b583a Parse global variables or expressions in hint extensions
16 years ago
Russell Bryant b0778107c7 Resolve a warning from gcc 4.4.1.
16 years ago