summaryrefslogtreecommitdiff
path: root/res/res_adsi.c
AgeCommit message (Expand)Author
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
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2012-06-25Multiple revisions 369323-369324Mark Michelson
2012-06-13Mark res_smdi/res_adsi as 'core' supported modulesMatthew Jordan
2012-03-14Fix broken usage of sizeof() in res_adsi.Russell Bryant
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-14Remove the old stub files, preferring the optional_api method.Tilghman Lesher
2009-12-01More 32->64 bit codec conversions.Tilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.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-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2007-12-01Only reload if the config file has changed.Jason Parker
2007-11-24Merged revisions 89545 via svnmerge from Tilghman Lesher
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-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-10-31More changes to change return values from load_module functions.Jason Parker
2007-09-19Clean up code in res_adsi.Joshua Colp
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-05-20Add the adsistub file to the Asterisk makefile, fix a stub definition, and no...Joshua Colp
2007-05-18Issue #5930 - Remove dependencies on res_adsi.so - clwadeOlle Johansson
2007-02-09Merged revisions 53779-53781 via svnmerge from Kevin P. Fleming
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-20move ADSI functionality into ast_ namespaceKevin P. Fleming
2006-09-09Add warning about res_adsi not being optional to menuselectOlle Johansson
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-05- Add notes about voicemail depending on res_adsiOlle Johansson
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-21more strncpy/ast_copy_string replacementLuigi Rizzo
2006-04-14constification and code simplificationsLuigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08a few cleanups from the last commitKevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming