summaryrefslogtreecommitdiff
path: root/main/audiohook.c
AgeCommit message (Expand)Author
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listTilghman Lesher
2009-04-03audio_audiohook_write_list() did not correctly update sample size after ast_t...David Vossel
2009-03-31Merged revisions 185196 via svnmerge from Joshua Colp
2009-03-02Fix issue where changing the volume of both directions of audio did not work.Joshua Colp
2009-02-06Always detach and destroy the whisper and barge audiohooks. Additionally also...Joshua Colp
2008-12-19Get rid of an extra space.Mark Michelson
2008-12-19Adding a new dialplan function AUDIOHOOK_INHERITMark Michelson
2008-10-14Merged revisions 149204 via svnmerge from Mark Michelson
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/Sean Bright
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-07-14Merged revisions 130634 via svnmerge from Russell Bryant
2008-07-11Merged revisions 130236 via svnmerge from Mark Michelson
2008-07-11Merged revisions 130173 via svnmerge from Mark Michelson
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-01Add two new dialplan functions from libspeex for applying audio gain control Brett Bryant
2008-04-08Merged revisions 113296 via svnmerge from Joshua Colp
2008-03-21Merge over ast_audiohook_volume branch. This adds API calls for use by develo...Joshua Colp
2008-03-12Merged revisions 108083 via svnmerge from Joshua Colp
2008-02-20*mumble*Joshua Colp
2008-02-20file not found.Joshua Colp
2008-02-20Minor test...Joshua Colp
2008-01-13Remove a duplicate lock of the audiohook lock when destroying manipulateRussell Bryant
2008-01-11I am no longer Rockin'Joshua Colp
2008-01-11Testing something...Joshua Colp
2007-11-30Adding support for the "automixmonitor" dial and queue options.Mark Michelson
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08use %d and cast to int instead of %zd for size_t object,Luigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-09-06Fix memory issue that crept up with Russell's testing. It is *not* proper to ...Joshua Colp
2007-09-05Doxygen cleanups/fixes.Jason Parker
2007-08-21Minor tweak. Don't manipulate volume of the audio in the buffer if no audio i...Joshua Colp
2007-08-08Merge audiohooks branch into trunk. This is a new API for developers to liste...Joshua Colp