aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_adsi.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+4
2011-02-03Asterisk media architecture conversion - no more format bitfieldsdvossel1-16/+23
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-07-14Remove the old stub files, preferring the optional_api method.tilghman1-173/+201
2009-12-01More 32->64 bit codec conversions.tilghman1-1/+1
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-6/+6
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-3/+3
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.seanbright1-9/+9
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-2/+2
2007-12-01Only reload if the config file has changed.qwell1-5/+6
2007-11-24Merged revisions 89545 via svnmerge from tilghman1-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-16remove a bunch of duplicate includesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-3/+6
2007-10-31More changes to change return values from load_module functions.qwell1-1/+1
2007-09-19Clean up code in res_adsi.file1-183/+141
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-1/+2
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-36/+17
2007-05-20Add the adsistub file to the Asterisk makefile, fix a stub definition, and no...file1-1/+1
2007-05-18Issue #5930 - Remove dependencies on res_adsi.so - clwadeoej1-29/+60
2007-02-09Merged revisions 53779-53781 via svnmerge from kpfleming1-1/+1
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-3/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-19/+41
2006-09-20move ADSI functionality into ast_ namespacekpfleming1-60/+60
2006-09-09Add warning about res_adsi not being optional to menuselectoej1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-14/+8
2006-07-05- Add notes about voicemail depending on res_adsioej1-0/+5
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-21more strncpy/ast_copy_string replacementrizzo1-15/+8
2006-04-14constification and code simplificationsrizzo1-5/+5
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-11/+7
2006-04-08a few cleanups from the last commitkpfleming1-2/+2
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-8/+18
2005-09-07eliminate signedness warnings (issue #5129)kpfleming1-15/+15
2005-08-08more pointer signedness fixes for gcc4 warningsrussell1-22/+22
2005-06-06more file version tagskpfleming1-0/+5
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-10/+10
2005-04-06Fix ADSI 'B' issue (bug #3833)markster1-15/+33
2005-03-20Fix chopping of voice prompts (bug #3784)markster1-0/+2
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2004-07-14Merge remaining audit patch (save dlfcn.c)markster1-6/+7
2004-06-29More formatting cleanups.citats1-8/+8
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-5/+5
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-5/+5