audiohooks: Reevaluate the bridge technology when an audiohook is added or removed.
[asterisk/asterisk.git] / main / audiohook.c
2014-10-03 Richard Mudgettaudiohooks: Reevaluate the bridge technology when an...
2014-07-20 Matthew Jordanmedia formats: re-architect handling of media for perfo...
2014-07-18 Jonathan RoseChannels: Masquerades to automatically move frame/audio...
2014-05-30 Matthew JordanTALK_DETECT: A channel function that raises events...
2014-05-09 Kinsey MooreAllow Asterisk to compile under GCC 4.10
2014-04-11 Olle JohanssonFormatting: Remove invisible characters
2014-04-11 Olle JohanssonFormatting only.
2013-11-23 Joshua Colpari: Add Snoop operation for spying/whispering on channels.
2013-07-19 Richard MudgettMinor optimizations.
2012-09-22 Andrew LathamDoxygen Updates Janitor Work
2012-08-30 Matthew JordanClean up doxygen warnings
2012-06-15 Kevin P. FlemingMultiple revisions 369001-369002
2012-05-02 Matthew JordanOnly log a failure to get read/write samples from facto...
2012-03-22 Kinsey MooreKill off red blobs in most of main/*
2012-02-20 Terry Wilsonast_channel opaquification of pointers and integral...
2012-02-16 Sean BrightRevert a change to audio_audiohook_write_list that...
2011-12-28 Sean BrightUse ast_audiohook_write_list_empty to determine if...
2011-12-27 Sean BrightOnce an audiohook is attached to a channel, we continue...
2011-05-03 Russell BryantMerged revisions 316265 via svnmerge from
2011-03-14 Jonathan RoseFixes null reference bug introduced by audio hook chang...
2011-03-11 Jonathan RoseMix Monitor: Now with r and t options.
2011-02-22 David VosselMedia Project Phase2: SILK 8khz-24khz, SLINEAR 8khz...
2011-02-04 Paul BelangerReplace ast_log(LOG_DEBUG, ...) with ast_debug()
2011-02-03 David VosselAsterisk media architecture conversion - no more format...
2010-07-27 David VosselMerged revisions 279949 via svnmerge from
2010-06-08 Leif MadsenFix some doxygen warnings.
2010-04-29 David VosselMerged revisions 260049 via svnmerge from
2010-04-21 Julian Lyndon-SmithAdded MixMonitorMute manager command
2010-01-08 David Vosselfixes AUDIOHOOK_INHERIT regression
2009-11-20 David Vosselaudiohook signal trigger on every status change
2009-11-04 Tilghman LesherExpand codec bitfield from 32 bits to 64 bits.
2009-10-20 Tilghman LesherMerged revisions 224855 via svnmerge from
2009-05-28 Mark MichelsonMerged revisions 197537 via svnmerge from
2009-05-01 Joshua ColpDrop my IRC nickname.
2009-04-10 Tilghman LesherModify headers and macros, according to Russell's sugge...
2009-04-03 David Vosselaudio_audiohook_write_list() did not correctly update...
2009-03-31 Joshua ColpMerged revisions 185196 via svnmerge from
2009-03-02 Joshua ColpFix issue where changing the volume of both directions...
2009-02-06 Joshua ColpAlways detach and destroy the whisper and barge audioho...
2008-12-19 Mark MichelsonGet rid of an extra space.
2008-12-19 Mark MichelsonAdding a new dialplan function AUDIOHOOK_INHERIT
2008-10-14 Mark MichelsonMerged revisions 149204 via svnmerge from
2008-08-10 Sean BrightAnother big chunk of changes from the RSW branch. ...
2008-08-05 Kevin P. Flemingmake datastore creation and destruction a generic API...
2008-07-14 Russell BryantMerged revisions 130634 via svnmerge from
2008-07-11 Mark MichelsonMerged revisions 130236 via svnmerge from
2008-07-11 Mark MichelsonMerged revisions 130173 via svnmerge from
2008-05-22 Michiel van Baak- revert change to ast_queue_hangup and create ast_queu...
2008-05-01 Brett BryantAdd two new dialplan functions from libspeex for applyi...
2008-04-08 Joshua ColpMerged revisions 113296 via svnmerge from
2008-03-21 Joshua ColpMerge over ast_audiohook_volume branch. This adds API...
2008-03-12 Joshua ColpMerged revisions 108083 via svnmerge from
2008-02-20 Joshua Colp*mumble*
2008-02-20 Joshua Colpfile not found.
2008-02-20 Joshua ColpMinor test...
2008-01-13 Russell BryantRemove a duplicate lock of the audiohook lock when...
2008-01-11 Joshua ColpI am no longer Rockin'
2008-01-11 Joshua ColpTesting something...
2007-11-30 Mark MichelsonAdding support for the "automixmonitor" dial and queue...
2007-11-21 Luigi Rizzoremove a bunch of useless #include "options.h"
2007-11-19 Luigi Rizzoanother bunch of include removals (errno.h and asterisk...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-08 Luigi Rizzouse %d and cast to int instead of %zd for size_t object,
2007-11-08 Kevin P. Flemingimprove linked-list macros in two ways:
2007-09-06 Joshua ColpFix memory issue that crept up with Russell's testing...
2007-09-05 Jason ParkerDoxygen cleanups/fixes.
2007-08-21 Joshua ColpMinor tweak. Don't manipulate volume of the audio in...
2007-08-08 Joshua ColpMerge audiohooks branch into trunk. This is a new API...