summaryrefslogtreecommitdiff
path: root/apps/app_amd.c
AgeCommit message (Expand)Author
2018-02-25apps/app_amd.c: Fixed total time and silence calculationsMichael Cargile
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-12-21app_amd: Correct maximum_number_of_words functionality & documentationDade Brandon
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
2015-03-14apps/app_amd: Document maximum_word_length option; fix AMDCAUSE documentationMatthew 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-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-07-16Merged revisions 277182 via svnmerge from Paul Belanger
2010-07-14Expand the caller ANI field to an ast_party_idRichard Mudgett
2010-07-14ast_callerid restructuringRichard Mudgett
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2009-12-02Merged revisions 232355 via svnmerge from Joshua Colp
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-06-07Global var cleanup - constification and removing unused vars.Russell Bryant
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2008-11-05Add more SeeAlso references based on TFOT.Eliel C. Sardanons
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-03-05Create a centralized configuration option for silencethresholdTilghman Lesher
2008-02-09whitespace fixes only.Michiel van Baak
2008-02-01Merged revisions 101649 via svnmerge from Mark Michelson
2007-12-28Some changes to app_amd. Mark Michelson
2007-12-26Use defined return values in load_module in more places.Jason Parker
2007-12-14Convert ast_verbose to ast_verb.Tilghman Lesher
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-02-24Doxygen additions, correctionsOlle Johansson
2006-11-14Merged revisions 47617 via svnmerge from Joshua Colp
2006-09-06Make this module fit the guidelines betterJoshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-20Bug 7399 - Sample config showed [general] as the context, so the app should l...Tilghman Lesher
2006-06-14Merged revisions 34087 via svnmerge from Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming