confbridge: Add flags column to CLI "confbridge list <conference>"
[asterisk/asterisk.git] / apps / app_confbridge.c
2013-02-18 Richard Mudgettconfbridge: Add flags column to CLI "confbridge list...
2013-02-16 Richard Mudgettconfbridge: Rename i iterator variables to iter.
2013-02-12 Michael L. YoungAdding Some More Manager Events To ConfBridge
2013-02-08 Richard Mudgettapp_confbridge: Fix crash from receiving an AMI action...
2013-02-05 Richard Mudgettapp_page and app_confbridge: Fix custom announcement...
2013-01-24 Matthew JordanCorrect documentation for ConfbridgeList AMI action
2013-01-22 Richard Mudgettconfbridge: Minor fixes playing user counts to the...
2013-01-18 Kinsey MooreFix regression in Confbridge user count
2013-01-02 Automerge scriptMerged revisions 378322 via svnmerge from
2013-01-02 Matthew JordanPrevent exhaustion of system resources through exploita...
2012-12-13 Automerge scriptMerged revisions 378000-378002 via svnmerge from
2012-12-13 Richard Mudgettconfbridge: Fix MOH on simultaneous user entry to a...
2012-12-07 Automerge scriptMerged revisions 377356 via svnmerge from
2012-12-07 Richard Mudgettconfbridge: Fix some resource leaks on conference teardown.
2012-12-04 Automerge scriptMerged revisions 377214 via svnmerge from
2012-12-04 Richard Mudgettconfbridge: Update online XML documentation.
2012-10-30 Jonathan Roseconfbridge: Fix a bug which made conferences not record...
2012-10-14 Andrew LathamDoxygen Updates - Title update
2012-10-08 Matthew JordanResolve issues in ConfBridge regarding marked, waitmark...
2012-10-01 Andrew LathamDoxygen Cleanup
2012-09-21 Andrew LathamDoxygen Updates - janitor work
2012-09-04 Mark MichelsonPrevent crash from using app_page with no confbridge...
2012-07-30 Richard MudgettDECLINE to load confbridge if the config fails to load.
2012-07-21 Terry WilsonFix segfault introduced by conversion to ACO API
2012-06-25 Matthew JordanAdd AMI event documentation
2012-05-24 Matthew JordanFix crash in ConfBridge when user announcement is playe...
2012-05-01 Kinsey MoorePlay conf-placeintoconf message to the correct channel
2012-03-13 Terry WilsonFinalize ast_channel opaquification
2012-03-10 Joshua ColpTransition app_page to using app_confbridge internally...
2012-02-29 Terry WilsonOpaquify ast_channel structs and lists
2012-02-24 Terry WilsonOpaquification for ast_format structs in struct ast_channel
2012-02-20 Terry Wilsonast_channel opaquification of pointers and integral...
2012-02-13 Terry WilsonOpaquify char * and char[] in ast_channel
2012-02-13 Joshua ColpDon't try to play sound files that do not exist.
2012-02-01 Richard MudgettConstify some more channel driver technology callback...
2012-01-24 Terry WilsonOpaquify channel stringfields
2012-01-13 Matthew JordanFix crash from bridge channel hangup race condition...
2012-01-09 Terry WilsonReplace direct access to channel name with accessor...
2011-12-22 Matthew JordanAdd Asterisk TestSuite event hooks to support ConfBridg...
2011-12-14 Matthew JordanImprove error message in CONFBRIDGE_INFO
2011-11-17 Matthew JordanAdd admin toggle mute all and participant count menu...
2011-09-20 Matthew JordanMerged revisions 337120 via svnmerge from
2011-08-19 Kinsey MooreMerged revisions 332654 via svnmerge from
2011-07-29 Paul BelangerMerged revisions 330162 via svnmerge from
2011-07-28 Sean BrightMerged revisions 329950 via svnmerge from
2011-07-14 Leif MadsenMerged revisions 328247 via svnmerge from
2011-07-12 Kinsey MooreSegfault on shutdown when confbridge is active
2011-07-07 David VosselUpdates confbridge.conf video documentation and adds...
2011-06-30 David VosselVideo support for ConfBridge.
2011-06-23 Kinsey MooreConfBridge: redundant code cleanup
2011-06-21 David VosselFixes issue with channel write format being incorrectly...
2011-06-21 Kinsey MooreConfBridge does not handle hangup properly
2011-06-15 Kinsey MooreCONFBRIDGE_INFO function to get conference data
2011-06-13 Kinsey MooreMOH for only user not working with ConfBridge
2011-06-13 Kinsey MooreConfBridge: Use of bridge or user profiles that don...
2011-04-27 David VosselMakes the new ConfBridge join and leave sounds be used...
2011-04-21 David VosselNew HD ConfBridge conferencing application.
2011-02-03 David VosselAsterisk media architecture conversion - no more format...
2011-02-01 Brett BryantAdd's two features to confbridge: confbridge kick,...
2010-07-20 Tilghman LesherAdd load priority order, such that preload becomes...
2010-03-29 Jared SmithThis patch adds custom device state handling for ConfBr...
2010-03-02 Leif MadsenFix several XML documentation validate errors.
2009-09-29 Matthew NicholsonFix options 'm' and 's'. They were swapped in the code...
2009-06-26 Russell BryantMerge the new Channel Event Logging (CEL) subsystem.
2009-06-07 Russell BryantGlobal var cleanup - constification and removing unused...
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-03-11 Joshua ColpDon't play the "you are about to be placed into the...
2009-03-05 Joshua ColpMerge phase 1 support for the new bridging architecture.