summaryrefslogtreecommitdiff
path: root/res/res_smdi.c
AgeCommit message (Expand)Author
2018-01-24Remove redundant module checks and references.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-15Merge "res_smdi: Fix shutdown ref."Jenkins2
2017-12-15res_smdi: Fix shutdown ref.Corey Farrell
2017-12-14coverity: Fix warnings in res_smdiSean Bright
2017-11-01Prevent unload of modules which implement an Optional API.Corey Farrell
2017-09-05res_calendar*, res_smdi: Move to "extended" supportGeorge Joseph
2017-08-24res_smdi: Clean up memory leakSean Bright
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-08clang compiler warnings: Fix pointer-bool-converesion warningsMatthew Jordan
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-21res_smdi: convert to astobj2Corey Farrell
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-06-13Mark res_smdi/res_adsi as 'core' supported modulesMatthew Jordan
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-06-07Avoid unloading res_smdi twice.Tilghman Lesher
2010-06-01Don't register functions until the last possible point, so they're not unload...Tilghman Lesher
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.Sean Bright
2009-08-10AST-2009-005Tilghman Lesher
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...David Brooks
2009-06-16Show the interface name on error, if it is not found.Eliel C. Sardanons
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-06-15Redesigned 'optional API' support.Kevin P. Fleming
2009-06-04Move static docs to the new AstXML form.Eliel C. Sardanons
2009-05-30Merged revisions 198311 via svnmerge from Russell Bryant
2009-05-18Recorded merge of revisions 195366 via svnmerge from Tilghman Lesher
2009-04-27Merged revisions 190661-190662 via svnmerge from Russell Bryant
2008-10-06Merged revisions 146799 via svnmerge from Tilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.Sean Bright
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-05-19Merged revisions 117135 via svnmerge from Joshua Colp
2008-05-13Initialize the start time in smdi_msg_wait. Somehow this code got lost in tr...Russell Bryant
2008-05-01Merge changes from team/russell/smdi-msg-searchingRussell Bryant
2008-02-27Merged revisions 104536 via svnmerge from Joshua Colp
2008-02-26Add a \todo to convert this module to the event systemRussell Bryant
2008-02-26Merged revisions 104119 via svnmerge from Russell Bryant
2008-01-07Merged revisions 96884 via svnmerge from Russell Bryant
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08Change a warning to a notice. Issue #11195, patch by elielJason Parker