aboutsummaryrefslogtreecommitdiffstats
path: root/main/audiohook.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-28Merged revisions 197543 via svnmerge from mmichelson1-1/+11
2009-04-10Merged revisions 187599 via svnmerge from tilghman1-3/+3
2009-04-09Merged revisions 186379 via svnmerge from dvossel1-0/+1
2009-03-31Merged revisions 185197 via svnmerge from file1-3/+3
2009-03-02Fix issue where changing the volume of both directions of audio did not work.file1-2/+4
2009-02-06Always detach and destroy the whisper and barge audiohooks. Additionally also...file1-1/+1
2008-12-19Get rid of an extra space.mmichelson1-1/+1
2008-12-19Adding a new dialplan function AUDIOHOOK_INHERITmmichelson1-0/+24
2008-10-14Merged revisions 149204 via svnmerge from mmichelson1-2/+8
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/seanbright1-7/+7
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-2/+2
2008-07-14Merged revisions 130634 via svnmerge from russell1-2/+2
2008-07-11Merged revisions 130236 via svnmerge from mmichelson1-2/+2
2008-07-11Merged revisions 130173 via svnmerge from mmichelson1-1/+1
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-4/+4
2008-05-01Add two new dialplan functions from libspeex for applying audio gain control bbryant1-0/+36
2008-04-08Merged revisions 113296 via svnmerge from file1-4/+13
2008-03-21Merge over ast_audiohook_volume branch. This adds API calls for use by develo...file1-0/+184
2008-03-12Merged revisions 108083 via svnmerge from file1-14/+35
2008-02-20*mumble*file1-1/+1
2008-02-20file not found.file1-1/+1
2008-02-20Minor test...file1-1/+1
2008-01-13Remove a duplicate lock of the audiohook lock when destroying manipulaterussell1-1/+0
2008-01-11I am no longer Rockin'file1-1/+1
2008-01-11Testing something...file1-1/+1
2007-11-30Adding support for the "automixmonitor" dial and queue options.mmichelson1-0/+80
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-08use %d and cast to int instead of %zd for size_t object,rizzo1-2/+2
2007-11-08improve linked-list macros in two ways:kpfleming1-14/+8
2007-09-06Fix memory issue that crept up with Russell's testing. It is *not* proper to ...file1-2/+0
2007-09-05Doxygen cleanups/fixes.qwell1-0/+2
2007-08-21Minor tweak. Don't manipulate volume of the audio in the buffer if no audio i...file1-20/+22
2007-08-08Merge audiohooks branch into trunk. This is a new API for developers to liste...file1-0/+625