Commit Graph

144 Commits (9d5797616c840e89fdb12b1b49e59f1266b51a68)

Author SHA1 Message Date
Matthew Jordan 66754b3f3d Fix crash in ConfBridge when user announcement is played for more than 2 users
13 years ago
Kinsey Moore a965f18695 Play conf-placeintoconf message to the correct channel
13 years ago
Terry Wilson 786f5898d1 Finalize ast_channel opaquification
13 years ago
Joshua Colp f5fda0eb74 Transition app_page to using app_confbridge internally for the conference bridge portion of paging. This also adds a new 'announcement' option to ConfBridge user profiles.
13 years ago
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
13 years ago
Terry Wilson ebaf59a656 Opaquification for ast_format structs in struct ast_channel
13 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
13 years ago
Terry Wilson 34c55e8e7c Opaquify char * and char[] in ast_channel
13 years ago
Joshua Colp fd100261f3 Don't try to play sound files that do not exist.
13 years ago
Richard Mudgett 23bc964e1c Constify some more channel driver technology callback parameters.
13 years ago
Terry Wilson 99cae5b750 Opaquify channel stringfields
13 years ago
Matthew Jordan a8276fe8ef Fix crash from bridge channel hangup race condition in ConfBridge
14 years ago
Terry Wilson 04da92c379 Replace direct access to channel name with accessor functions
14 years ago
Matthew Jordan cf0c9830bf Add Asterisk TestSuite event hooks to support ConfBridge testing
14 years ago
Matthew Jordan 2556729983 Improve error message in CONFBRIDGE_INFO
14 years ago
Matthew Jordan 279873e8eb Add admin toggle mute all and participant count menu options to app_confbridge
14 years ago
Matthew Jordan e218748ac1 Merged revisions 337120 via svnmerge from
14 years ago
Kinsey Moore 3e89d62884 Merged revisions 332654 via svnmerge from
14 years ago
Paul Belanger b6a9795b9a Merged revisions 330162 via svnmerge from
14 years ago
Sean Bright d4e239fa60 Merged revisions 329950 via svnmerge from
14 years ago
Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from
14 years ago
Kinsey Moore 934cabb22f Segfault on shutdown when confbridge is active
14 years ago
David Vossel 17860b70e4 Updates confbridge.conf video documentation and adds dtmf action for releasing video src.
14 years ago
David Vossel 1339a0a535 Video support for ConfBridge.
14 years ago
Kinsey Moore 67d4d6b656 ConfBridge: redundant code cleanup
14 years ago
David Vossel 698bc02570 Fixes issue with channel write format being incorrectly restored when MOH is used in confbridge.
14 years ago
Kinsey Moore 1573ad78d2 ConfBridge does not handle hangup properly
14 years ago
Kinsey Moore b019f95642 CONFBRIDGE_INFO function to get conference data
14 years ago
Kinsey Moore 42cb4cf514 MOH for only user not working with ConfBridge
14 years ago
Kinsey Moore cd15477923 ConfBridge: Use of bridge or user profiles that don't exist
14 years ago
David Vossel 696c77c59e Makes the new ConfBridge join and leave sounds be used by default rather than beep and beeperr.
14 years ago
David Vossel 7f23115ad2 New HD ConfBridge conferencing application.
14 years ago
David Vossel c26c190711 Asterisk media architecture conversion - no more format bitfields
14 years ago
Brett Bryant eec87e3266 Add's two features to confbridge: confbridge kick, and confbridge list.
14 years ago
Tilghman Lesher b4e18d5660 Add load priority order, such that preload becomes unnecessary in most cases
15 years ago
Jared Smith c34ec47577 This patch adds custom device state handling for ConfBridge conferences,
15 years ago
Leif Madsen 06041ea28d Fix several XML documentation validate errors.
15 years ago
Matthew Nicholson 4b4432b67e Fix options 'm' and 's'. They were swapped in the code. Also document the fact that app_confbridge does not automatically answer the channel.
16 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
16 years ago
Russell Bryant 12ff77f975 Global var cleanup - constification and removing unused vars.
16 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
16 years ago
Kevin P. Fleming 1c988d8996 add 'const' qualifiers in various places where they should have been
16 years ago
Joshua Colp 3a92673356 Don't play the "you are about to be placed into the conference" and "the leader has left the conference" sounds if the quiet
16 years ago
Joshua Colp 4c9ab0df8c Merge phase 1 support for the new bridging architecture.
16 years ago