summaryrefslogtreecommitdiff
path: root/apps/app_senddtmf.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2012-09-28Add pause one second W dial modifier.Richard Mudgett
2012-09-28Add Duration header for PlayDTMF AMI ActionMatthew Jordan
2012-09-27Fix SendDTMF crash and channel reference leak using channel name parameter.Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2010-05-24Allow SendDTMF to play digits to a specified channel.Mark Michelson
2010-01-26Code clean up in app_senddtmfDavid Ruggles
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-03-24Merged revisions 184078 via svnmerge from Mark Michelson
2008-11-05- Add some see-also references based on TFOT.Eliel C. Sardanons
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-07-17Document that the duration of dtmf may be passed toMark Michelson
2007-11-22shuffle a little bit the content of header files to reduce dependencies.Luigi Rizzo
2007-11-22more removal of redundant headersLuigi Rizzo
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notLuigi Rizzo
2007-08-06Fix bug where a NULL timeout would make things explode if SendDTMF was called...Joshua Colp
2007-08-06Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration ...Joshua Colp
2007-07-31umm... let's build with --enable-dev-mode, mmkay?Kevin P. Fleming
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
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-01-08Merged revisions 50073 via svnmerge from Matt O'Gorman
2007-01-05Merged revisions 49676 via svnmerge from Kevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-05- formatting fixesRussell Bryant
2006-05-04 New manager action SendDTMF #6682 (squinky86)BJ Weschke
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-04Merged revisions 17283 via svnmerge from Matt O'Gorman
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove lots of useless checks of the result of ast_strdupaRussell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-07application doc updateKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-10-26remove unnecessary checks before calls to ast_strlen_zeroRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.Russell Bryant