aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_smdi.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()pabelanger1-31/+31
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-06-07Avoid unloading res_smdi twice.tilghman1-0/+7
2010-06-01Don't register functions until the last possible point, so they're not unload...tilghman1-12/+19
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.seanbright1-6/+1
2009-08-10AST-2009-005tilghman1-4/+4
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...dbrooks1-3/+3
2009-06-16Show the interface name on error, if it is not found.eliel1-1/+1
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-1/+1
2009-06-15Redesigned 'optional API' support.kpfleming1-13/+13
2009-06-04Move static docs to the new AstXML form.eliel1-35/+94
2009-05-30Merged revisions 198311 via svnmerge from russell1-0/+2
2009-05-18Recorded merge of revisions 195366 via svnmerge from tilghman1-0/+5
2009-04-27Merged revisions 190661-190662 via svnmerge from russell1-2/+26
2008-10-06Merged revisions 146799 via svnmerge from tilghman1-1/+1
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+1
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.seanbright1-8/+8
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-1/+1
2008-05-19Merged revisions 117135 via svnmerge from file1-1/+14
2008-05-13Initialize the start time in smdi_msg_wait. Somehow this code got lost in tr...russell1-0/+2
2008-05-01Merge changes from team/russell/smdi-msg-searchingrussell1-16/+74
2008-02-27Merged revisions 104536 via svnmerge from file1-1/+3
2008-02-26Add a \todo to convert this module to the event systemrussell1-0/+4
2008-02-26Merged revisions 104119 via svnmerge from russell1-290/+844
2008-01-07Merged revisions 96884 via svnmerge from russell1-0/+2
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-2/+0
2007-11-08Change a warning to a notice. Issue #11195, patch by elielqwell1-1/+1
2007-10-31More changes to change return values from load_module functions.qwell1-1/+1
2007-10-12Merged revisions 85517 via svnmerge from russell1-2/+2
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-2/+4
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-2/+1
2007-07-11Code cleanup of res_smdifile1-32/+25
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-8/+4
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-3/+3
2006-12-15remove a duplicate includerizzo1-1/+0
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-1/+1
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-4/+8
2006-09-28Merged revisions 43933 via svnmerge from file1-3/+3
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-18/+10
2006-06-16Handle failure of ast_calloc when allocating interfaces in res_smdi (issue #7...file1-1/+2
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-09various doxygen fixeskpfleming1-3/+3
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-21/+12
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-08fix bug in smdi config parsing (issue #6908)russell1-1/+0
2006-03-28Bring in the new loader code as described in mantis #4377rizzo1-6/+0
2006-03-28Use the standard macros to manipulate usecount.rizzo1-10/+9