app_mixmonitor: Fix a reference leak in manager_mixmonitor function
[asterisk/asterisk.git] / apps / app_mixmonitor.c
2012-07-05 Jonathan Roseapp_mixmonitor: Fix a reference leak in manager_mixmoni...
2012-06-04 Mark MichelsonRemove some extra debugging I forgot to remove in the...
2012-06-04 Mark MichelsonMerge changes dealing with support for Digium phones.
2012-03-29 Jonathan RoseIntroducing the log message unique call identifiers...
2012-03-29 Jonathan Roseundoing 360785 due to merging mistake
2012-03-29 Jonathan RoseIntroducing the log message unique call identifiers...
2012-03-13 Terry WilsonFinalize ast_channel opaquification
2012-02-29 Terry WilsonOpaquify ast_channel structs and lists
2012-01-23 Jonathan RoseAdds the ability to stop specific mixmonitors by using...
2012-01-20 Mark MichelsonPrevent potential buffer overflow on AMI MixMonitor...
2012-01-09 Terry WilsonReplace direct access to channel name with accessor...
2011-12-09 Jonathan RoseAdds MixMonitor and StopMixMonitor AMI commands to...
2011-09-19 Jonathan RoseMerged revisions 336717 via svnmerge from
2011-07-14 Leif MadsenMerged revisions 328247 via svnmerge from
2011-07-13 David VosselMerged revisions 328120 via svnmerge from
2011-03-11 Jonathan RoseMix Monitor: Now with r and t options.
2011-03-07 Jonathan RoseMerged revisions 309858 via svnmerge from
2011-02-22 David VosselMedia Project Phase2: SILK 8khz-24khz, SLINEAR 8khz...
2011-02-03 David VosselAsterisk media architecture conversion - no more format...
2010-04-21 Julian Lyndon-SmithAdded MixMonitorMute manager command
2010-04-16 Dwayne M. HubbardMerged revisions 257686 via svnmerge from
2010-01-05 Michiel van BaakMake CLI command 'mixmonitor start|stop <channel> work...
2009-11-19 David VosselMerged revisions 230508 via svnmerge from
2009-08-19 David VosselMerged revisions 213103 via svnmerge from
2009-08-10 Tilghman LesherAST-2009-005
2009-06-17 David VosselMerged revisions 201423 via svnmerge from
2009-06-16 Kevin P. FlemingMerged revisions 200991 via svnmerge from
2009-06-15 Kevin P. FlemingLast batch of 'static' qualifiers for module-level...
2009-05-28 Leif MadsenUpdate documentation in MixMonitor.
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-05-12 Kevin P. Flemingadd 'const' qualifiers in various places where they...
2009-04-24 Russell BryantConvert the ast_channel data structure over to the...
2009-02-05 Mark MichelsonMerged revisions 173592 via svnmerge from
2009-02-05 Mark MichelsonMerged revisions 173559 via svnmerge from
2008-12-05 Eliel C. SardanonsJanitor, use ARRAY_LEN() when possible.
2008-11-05 Eliel C. SardanonsAdd more [see also] references based on TFOT.
2008-11-01 Russell BryantMerge changes from team/group/appdocsxml
2008-10-21 Tilghman LesherDefault file modes should always be full read and write...
2008-09-28 Michiel van BaakMerge the cli_cleanup branch.
2008-03-12 Joshua ColpMerged revisions 108083 via svnmerge from
2007-12-14 Tilghman LesherConvert ast_verbose to ast_verb.
2007-12-12 Tilghman LesherConversions of free to ast_free, where applicable,...
2007-11-26 Joshua ColpMerged revisions 89587 via svnmerge from
2007-11-22 Luigi Rizzoshuffle a little bit the content of header files to...
2007-11-22 Luigi Rizzomore removal of redundant headers
2007-11-21 Luigi Rizzoremove another set of redundant #include "asterisk...
2007-11-20 Luigi Rizzomove asterisk/paths.h outside asterisk.h and into those...
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-13 Mark MichelsonMerged revisions 89241 via svnmerge from
2007-11-13 Mark MichelsonThere is the potential to copy uninitialized memory...
2007-11-13 Mark MichelsonMerged revisions 89205 via svnmerge from
2007-11-12 Steve MurphyBased on a note in asterisk-dev by Brian Capouch, I...
2007-11-06 Mark Michelson"show application <foo>" changes for clarity.
2007-11-01 Steve MurphyThis commits the performance mods that give the priorit...
2007-10-31 Joshua ColpAdd volume adjustment in.
2007-10-31 Joshua ColpRestore operation of the option that only writes when...
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-10-11 Russell BryantMerge a ton of NEW_CLI conversions. Thanks to everyone...
2007-08-08 Joshua ColpMerge audiohooks branch into trunk. This is a new API...
2007-07-31 Tilghman LesherMostly cleanup of documentation to substitute the pipe...
2007-07-19 Steve MurphyAfter some study, thought, comparing, etc. I've backed...
2007-07-17 Steve Murphyvia 10206, I have added an option (e) to Dial to allow...
2007-07-16 Joshua ColpApplications no longer need to call ast_module_user_add...
2007-07-16 Joshua ColpIt is no longer required for each module that deals...
2007-06-27 Joshua ColpMerged revisions 72381 via svnmerge from
2007-06-24 Tilghman LesherIssue 9970 - Ensure directory exists before trying...
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-06-04 Joshua ColpAdd support for autocompleting start/stop options of...
2007-05-24 Russell BryantAdd a new API call for creating detached threads. ...
2007-01-29 Joshua ColpMerged revisions 52717 via svnmerge from
2007-01-25 Joshua ColpMerged revisions 52163 via svnmerge from
2007-01-22 Joshua ColpMerged revisions 51407 via svnmerge from
2006-12-21 Steve Murphya quick fix to app_sms.c to get rid of cursed compiler...
2006-10-04 Kevin P. FlemingMerged revisions 44378 via svnmerge from
2006-09-18 Kevin P. Flemingmerge qwell's CLI verbification work
2006-09-03 Joshua ColpMake the difference clear about what the responsibiliti...
2006-08-29 Russell BryantMerge team/russell/frame_caching
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-06-13 Kevin P. FlemingMerged revisions 33841 via svnmerge from
2006-06-12 Joshua ColpMerged revisions 33724 via svnmerge from
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-05-10 Russell Bryantremove almost all of the checks of the result from...
2006-05-08 Russell Bryantuse ast_channel_(un)lock
2006-05-08 Russell Bryantremove a check of the result from ast_mutex_lock
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-03-04 BJ WeschkeMerged revisions 11778 via svnmerge from
2006-02-17 Russell Bryantfix up the summary and help text for the mixmonitor...
2006-02-16 Russell Bryantadd StopMixMonitor application (issue #6122, with mods)
2006-02-15 Russell Bryantremove the uses of the deprecated STANDARD_LOCAL_USER
2006-01-21 Russell Bryanton this pass, only remove duplicate log messages
2006-01-21 Russell Bryantrevert my pass through the tree to remove checks of...
2006-01-21 Russell Bryantremove lots of useless checks of the result of ast_strdupa
2006-01-13 BJ Weschke More memory wrapper cleanup. #6224
2006-01-03 Kevin P. Flemingupdate copyright headers for files changed this year
2006-01-03 Kevin P. FlemingMerged revisions 7740 via svnmerge from
2006-01-02 Tilghman LesherMerged revisions 7709 via svnmerge from
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
next