summaryrefslogtreecommitdiff
path: root/apps/app_meetme.c
AgeCommit message (Expand)Author
2006-05-31Documentation changes for QwellJoshua Colp
2006-05-31Fix up meetme some more (thanks TonyM!!!)Joshua Colp
2006-05-31Make the user menu unmute/mute work again, including in combination with the ...Joshua Colp
2006-05-30Remove ourselves from the userlist a little bit earlierJoshua Colp
2006-05-25Merge in branch that adds new features to MeetMeAdmin. See application docume...Joshua Colp
2006-05-25Remove possibility of sending duplicate MeetmeJoin manager events, and only s...Joshua Colp
2006-05-25Merged revisions 30373 via svnmerge from Joshua Colp
2006-05-24Merged revisions 30037 via svnmerge from Matt O'Gorman
2006-05-23 app_meetme Muting and Manager API enhancements #6731 (softins w/some minor ...BJ Weschke
2006-05-22patch from bug 0007204 to make bug 5750 follow standardMatt O'Gorman
2006-05-22Merged revisions 29398 via svnmerge from Tilghman Lesher
2006-05-21put a bunch of defines in enums, and convert comments to doxygen formatRussell Bryant
2006-05-21remove a CLI command that has been marked deprecated since before Asterisk 1.0Russell Bryant
2006-05-18Remove unsupported, unimplemented, unfunctional "v" option from meetme docume...Olle Johansson
2006-05-13simplify conference user list handlingRussell Bryant
2006-05-10 Implement new support for "meetme list <confno> concise"BJ Weschke
2006-05-08added managerevent meetmemute with status on or off.Matt O'Gorman
2006-05-07Merged revisions 25322 via svnmerge from BJ Weschke
2006-05-07Minor AJAM fixupsMark Spencer
2006-04-27Add option 'I' which allows you to record your name, but not review it. This ...Joshua Colp
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-21more NULL "" equivalence in cid fields.Luigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-06Merged revisions 18087 via svnmerge from Kevin P. Fleming
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-28more command completion normalizationLuigi Rizzo
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-03-23Merged revisions 14467 via svnmerge from BJ Weschke
2006-03-21Merged revisions 13851 via svnmerge from Russell Bryant
2006-03-21Meetme file is parsed with comma-delimiters, not vertical barsTilghman Lesher
2006-03-15Bug 6316 - Add flag to not speak single user announcementTilghman Lesher
2006-03-13Bug 6526 - Add a reference count to avoid crashTilghman Lesher
2006-03-07Bug 5702 - Realtime patch for meetmeTilghman Lesher
2006-02-22Solved problem where talker hears himself whenMatt O'Gorman
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-02-14Properly stopsteram on meetme (bug #6137)Mark Spencer
2006-02-14bug 6485 fixed.Matt O'Gorman
2006-02-13Don't set the formats before we stop indications. (issue #6380)Josh Roberson
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31define a global null_frame object so when queueing a null frame, you don'tRussell Bryant
2006-01-30reverting blocks 9 and 10 from revision 7547Matt O'Gorman
2006-01-26store conference list using linked list macros (issue #6327)Russell Bryant
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove lots of useless checks of the result of ast_strdupaRussell Bryant
2006-01-20More doxygen updatesOlle Johansson
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-18Merged revisions 8194 via svnmerge from Matt O'Gorman
2006-01-13 More memory wrapper cleanup. #6224BJ Weschke