aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_smdi.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-19Merged revisions 117136 via svnmerge from file1-1/+14
2008-05-13Merged revisions 115847 via svnmerge from russell1-0/+2
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
2006-03-25revert loader changes that have clearly not undergone adequate testing before...kpfleming1-3/+10
2006-03-25Bug 4377 - Round 2 of the loader updatestilghman1-10/+3
2006-02-11set standard properties on all non-binary fileskpfleming1-1/+1
2006-02-11Fix SMDI to not blow up asterisk when there's no config file.markster1-2/+5
2006-02-10one more copyright/file header and version string supportkpfleming1-9/+19
2006-02-10clean up SMDI support commit:kpfleming1-154/+127
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)mattf1-0/+794