summaryrefslogtreecommitdiff
path: root/apps/confbridge
AgeCommit message (Expand)Author
2014-01-09app_confbridge: Fix crash caused when waitmarked/marked users leave togetherMatthew Jordan
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-09Add a CONFBRIDGE_RESULT channel variable to discern why a channel left a Conf...Mark Michelson
2013-11-15Confbridge: Add option to review the recording similar to announce_join_leaveJonathan Rose
2013-11-02confbridge: Separate user muting from system muting overrides.Richard Mudgett
2013-11-02config: Allow ConfBridge DTMF menus to have '#' as the first digit.Richard Mudgett
2013-11-01app_confbridge: Make the CONFBRIDGE function be able to create dynamic menusJonathan Rose
2013-10-08app_confbridge: Can now set the language used for announcements to the confer...Richard Mudgett
2013-10-08app_confbridge: Fix duplicate default_user profile.Richard Mudgett
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-09-17Confbridge: empty conference not being torn downKevin Harwell
2013-09-13Restore Dial, Queue, and FollowMe 'I' option support.Richard Mudgett
2013-08-15Changed some BUGBUG tags to associated JIRA issue tags.Richard Mudgett
2013-08-09Update documentation for ConfBridge with some additional markupMatthew Jordan
2013-08-08Make bridge snapshots use prefixes.Richard Mudgett
2013-08-08Hide the Surrogate channels from external consumers; kill Masquerade eventsMatthew Jordan
2013-08-01Fix documentation replication issuesKinsey Moore
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-26Remove the unsafe bridge parameter from ast_bridge_hook_callback's.Richard Mudgett
2013-07-25A great big renaming patchMatthew Jordan
2013-07-19Filter channels used as internal mechanismsKinsey Moore
2013-07-17app_confbridge: Eliminate a reference leak for confbridge announcer channelsJonathan Rose
2013-06-26Fix incorrect calls to ast_bridge_impart().Richard Mudgett
2013-06-20Fix potential bridge hook resource leak if the hook install fails.Richard Mudgett
2013-06-13app_confbridge: Fix memory leak on reload.Richard Mudgett
2013-06-07app_meetme: Refactor manager events to use stasisJonathan Rose
2013-05-31Remove remnant of snapshot blob JSON typesKinsey Moore
2013-05-28Adds support for a core attended transfer function plus adds some hiding of m...Mark Michelson
2013-05-21Raise the ConfBridgeMute/Unmute events when a CLI or AMI action triggers the ...Matthew Jordan
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-05-20Add documentation for record_file_appendKinsey Moore
2013-04-23confbridge: Make search the conference bridges container using OBJ_KEY.Richard Mudgett
2013-03-09confbridge: Rename items for clarity and consistency.Richard Mudgett
2013-02-26Ensure that the default bridge/user profiles are always availableMatthew Jordan
2013-02-19Added Confbridge record_file_append option.Kevin Harwell
2013-02-15Add CLI configuration documentationMatthew Jordan
2013-02-05app_confbridge: Fix error messages on exiting conference.Richard Mudgett
2013-02-05Because the compiler can check types with a struct copy and memcpy() cannot.Richard Mudgett
2013-01-27Fix Some Configured Conference Bridge Sounds Not Being SetMichael L. Young
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-12-13confbridge: Fix MOH on simultaneous user entry to a new conference.Richard Mudgett
2012-12-07confbridge: Fix some resource leaks on conference teardown.Richard Mudgett
2012-12-05confbridge: Fix several small issues.Richard Mudgett
2012-11-18Add a test event that reports changes in ConfBridge stateMatthew Jordan
2012-10-08Resolve issues in ConfBridge regarding marked, waitmarked, and unmarked usersMatthew Jordan
2012-10-01Don't destroy confbridge config when error is encountered during a reload.Mark Michelson
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-07-21Fix segfault introduced by conversion to ACO APITerry Wilson
2012-07-19Convert app_confbridge to use the config options frameworkTerry Wilson
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming