Commit Graph

189 Commits (acd1513111c30aa83aed48b2a72c3e2bc67915d1)

Author SHA1 Message Date
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
George Joseph 9a63ada03a loader/main: Don't set ast_fully_booted until deferred reloads are processed 10 years ago
Matthew Jordan 66670f02e6 Fix compilation issues for OpenBSD 10 years ago
Corey Farrell e66b874f5d Allow shutdown to unload modules that register bucket scheme's or codec's. 10 years ago
Corey Farrell 8cc50b1ebc Enable REF_DEBUG for ast_module_ref / ast_module_unref. 10 years ago
Walter Doekes 8b6ecc449c Fix printf problems with high ascii characters after r413586 (1.8). 11 years ago
Walter Doekes 37179a2b1f core: Don't allow free to mean ast_free (and malloc, etc..). 11 years ago
Kinsey Moore f1036f40dc Stasis: Allow message types to be blocked 11 years ago
Joshua Colp 702c503b76 loader: Fix an infinite loop when printing modules using "module show". 11 years ago
Mark Michelson dcf1ad14da Add module support level to ast_module_info structure. Print it in CLI "module show" . 11 years ago
Matthew Jordan ba9867fab0 module loader: Unload modules in reverse order of their start order 11 years ago
Matthew Jordan fb5690ce4b Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messages 11 years ago
Kinsey Moore abd3e4040b Allow Asterisk to compile under GCC 4.10 11 years ago
Matthew Jordan e9fc321053 core/loader: Don't call dlclose in a while loop 12 years ago
David M. Lee 9bed50db41 optional_api: Fix linking problems between modules that export global symbols 12 years ago
Kinsey Moore a4ffa9f72b Improve sounds indexer CLI commands 12 years ago
Matthew Jordan cf1bc6bc33 Put the include in there 12 years ago
Matthew Jordan aa3da100e8 When performing a reload, reload the new features_config and not the old 12 years ago
Matthew Jordan 272dd008d0 Fix memory leak while loading modules, adding formats, and destroying endpoints 12 years ago
Matthew Jordan ed85661f43 Make the reload stasis message bump the ref count of its sub-object 12 years ago
Matthew Jordan 06be8463b6 Migrate a large number of AMI events over to Stasis-Core 12 years ago
David M. Lee 4666079b05 Address unload order issues for res_stasis* modules 12 years ago
Richard Mudgett 073e0e215a Make mod_load_cmp() not as klunky. 12 years ago
David M. Lee 562d0b4d18 By popular demand, putting the about-to-load-module printf back. 12 years ago
David M. Lee 79b2edea8f Removing stray printf from r386540 12 years ago
Mark Michelson 74f2318051 Merge the pimp_my_sip branch into trunk. 12 years ago
Michael L. Young d1f8e338b0 Add The Status Of A Module To The Output Of "CLI> module show" 12 years ago
Richard Mudgett 5e2c52a546 Fix potential double free when unloading a module. 13 years ago
Richard Mudgett 5336a97f25 Add safety NULL pointer check in module user references. 13 years ago
Joshua Colp 9e9f3b7609 loader: Ensure dependent modules are properly initialized. 13 years ago
Kinsey Moore 064c7bd456 Add instrumentation to subsystem reloads 13 years ago
Kinsey Moore 34265d5265 Add module reload instrumentation for TEST_FRAMEWORK 13 years ago
Kinsey Moore 45c6620d74 Add test instrumentation 13 years ago
Jonathan Rose 10afdf3a2a Named ACLs: Introduces a system for creating and sharing ACLs 13 years ago
Matthew Jordan 9bc2127d7b Fix validation errors when producing documentation using default build script 13 years ago
Matthew Jordan 2ffae5745d Add some additional documentation for core AMI events 13 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002 13 years ago
Kinsey Moore c6142cf2cc Fix coverity UNUSED_VALUE findings in core support level files 13 years ago
Kinsey Moore c5b3db1956 Kill off red blobs in most of main/* 13 years ago
Terry Wilson 0cc38858dd Track module use count for res_calendar 13 years ago
Tilghman Lesher a78b0af5ea Re-commit the verbose branch. 13 years ago
Matthew Jordan 9057aa20b6 Backed out core changes from r346391 14 years ago
Tilghman Lesher 56b21b4683 Remove the few places where we try to ast_verbose() without a newline. 14 years ago
Matthew Nicholson bb07ca66a1 Merged revisions 340109 via svnmerge from 14 years ago
Sean Bright 5858e755e4 Merged revisions 329670 via svnmerge from 14 years ago
Tzafrir Cohen 1540401a4a clarify warning when no loadable module support 14 years ago
Tilghman Lesher 8190e96fad Merged revisions 284610 via svnmerge from 15 years ago
Tilghman Lesher b4e18d5660 Add load priority order, such that preload becomes unnecessary in most cases 15 years ago
Tilghman Lesher 4c94d1ee23 Oops, merge reverted this fix. 15 years ago
Tilghman Lesher 832d1296c6 Remove the old stub files, preferring the optional_api method. 15 years ago
Kevin P. Fleming 8e7d01d484 Don't try to call an embedded module's backup_globals() function until 15 years ago
Matthew Nicholson 7f145eeb1b Merged revisions 275182 via svnmerge from 15 years ago
Matthew Nicholson 3fd53f575c Merged revisions 275143 via svnmerge from 15 years ago
Mark Michelson 6bb45831eb Fix transcode_via_sln option with SIP calls and improve PLC usage. 15 years ago
Paul Belanger 7d53dc86d6 Notify CLI when modules is loaded / unloaded 15 years ago
Tilghman Lesher bbb5acc65e RTP documentation states that you can pass NULL as the module, so make sure that's really the case. 15 years ago
Jeff Peeler a170cd28e0 Add new option to asterisk.conf (lockconfdir) to protect conf dir during reloads 16 years ago
Olle Johansson ebc3aff1c3 Fixing trunk in a way so that it compiles again. 16 years ago
Olle Johansson 75c015bfff Add the capability to require a module to be loaded, or else Asterisk exits. 16 years ago
Tilghman Lesher c0b3c923a4 Fix various problems detected with Valgrind. 16 years ago
Terry Wilson ad37760473 Make LOAD_ORDER actually work 16 years ago
David Brooks d81d6d3415 Fixing typos. Replaces "recieved" with "received" and "initilize" with "initialize" 16 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem. 16 years ago
David Vossel 87c8658912 attempting to load running modules 16 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables. 16 years ago
David Vossel d532cbcd8a module load priority 16 years ago
Sean Bright befad10893 Merged revisions 199022 via svnmerge from 16 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it) 16 years ago
Joshua Colp 63de834395 Merge in the RTP engine API. 16 years ago
Russell Bryant 4210f17abb Merged revisions 183241 via svnmerge from 16 years ago
Russell Bryant 4ec301360c Merge a large set of updates to the Asterisk indications API. 16 years ago
Tilghman Lesher 08af5bb312 Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating 17 years ago
Kevin P. Fleming 6291cd19bf remove remaining Zaptel references in various places 17 years ago
Kevin P. Fleming 9a08061ea3 Merged revisions 131921 via svnmerge from 17 years ago
Jeff Peeler ef3b214728 Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 17 years ago
Tilghman Lesher 90d75af346 Conditionally load the AGI command gosub, depending on whether or not res_agi 17 years ago
Tilghman Lesher ef4eff9a9b Add the "config reload <conffile>" command, which allows you to tell Asterisk 17 years ago
Tilghman Lesher 10609251f9 Revert several changes from revision 102525, as the changes were not 17 years ago
Tilghman Lesher 8a411ccf83 Create a centralized configuration option for silencethreshold 17 years ago
Tilghman Lesher cfc1df4c1a Whitespace changes only 17 years ago
Joshua Colp b868d44342 Merged revisions 104596 via svnmerge from 17 years ago
Joshua Colp ee5e39e04b Add a log message that appears when you try to unload a module that isn't loaded. 17 years ago
Russell Bryant 75fd299f1b Merged revisions 103728 via svnmerge from 17 years ago
Russell Bryant 71646d663b Merged revisions 103726 via svnmerge from 17 years ago
Mark Michelson fe9821cc10 Get rid of any remaining ast_verbose calls in the code in favor of 18 years ago
Jason Parker 3bd33214b9 Move code from res_features into (new file) main/features.c 18 years ago
Joshua Colp 96f5a494cf Move ModuleLoad and ModuleCheck manager commands from loader.c to manager.c. Previously they would get registered twice because of the way manager.c operates. 18 years ago
Luigi Rizzo b9aeecdb66 some cleanup of this code while I am trying to debug a problem with 18 years ago
Olle Johansson 9dc965eadd Merged revisions 91366 via svnmerge from 18 years ago
Olle Johansson a30972ee65 More "moremanager" fixes. Manager commands to check module status. 18 years ago
Luigi Rizzo e0ff5fef5c remove a bunch of useless #include "options.h" 18 years ago
Luigi Rizzo a23c055c3d move asterisk/paths.h outside asterisk.h and into those files 18 years ago
Luigi Rizzo 915b97d300 move internal function declarations to include/asterisk/_private.h 18 years ago
Kevin P. Fleming 4d522da4aa switch compile-time option checking to string storage mode in this branch too 18 years ago
Luigi Rizzo 9335ace850 another bunch of include removals (errno.h and asterisk/logger.h) 18 years ago
Luigi Rizzo 6cca49b9d0 define RTLD_LOCAL for platforms that don't have it. 18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect 18 years ago
Kevin P. Fleming 547306835e Merged revisions 89325 via svnmerge from 18 years ago
Kevin P. Fleming edc78d6023 improve linked-list macros in two ways: 18 years ago
Luigi Rizzo d0b2d2dc62 remove a debugging message which i forgot in. 18 years ago