aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_smdi.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-04update thread creation code a bitkpfleming1-1/+1
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)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