aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-09Don't double check existence of a variable (issue #7300 reported by foamdino)file1-2/+2
2006-06-09Add more missing newlines (issue #7323 reported by darkskiez)file1-6/+6
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-31Documentation changes for Qwellfile1-4/+4
2006-05-31Fix up meetme some more (thanks TonyM!!!)file1-32/+25
2006-05-31Make the user menu unmute/mute work again, including in combination with the ...file1-5/+15
2006-05-30Remove ourselves from the userlist a little bit earlierfile1-2/+2
2006-05-25Merge in branch that adds new features to MeetMeAdmin. See application docume...file1-4/+62
2006-05-25Remove possibility of sending duplicate MeetmeJoin manager events, and only s...file1-19/+25
2006-05-25Merged revisions 30373 via svnmerge from file1-1/+1
2006-05-24Merged revisions 30037 via svnmerge from mogorman1-1/+1
2006-05-23 app_meetme Muting and Manager API enhancements #6731 (softins w/some minor ...bweschke1-76/+145
2006-05-22patch from bug 0007204 to make bug 5750 follow standardmogorman1-5/+5
2006-05-22Merged revisions 29398 via svnmerge from tilghman1-1/+1
2006-05-21put a bunch of defines in enums, and convert comments to doxygen formatrussell1-137/+168
2006-05-21remove a CLI command that has been marked deprecated since before Asterisk 1.0russell1-18/+2
2006-05-18Remove unsupported, unimplemented, unfunctional "v" option from meetme docume...oej1-6/+4
2006-05-13simplify conference user list handlingrussell1-97/+28
2006-05-10 Implement new support for "meetme list <confno> concise"bweschke1-16/+31
2006-05-08added managerevent meetmemute with status on or off.mogorman1-0/+10
2006-05-07Merged revisions 25322 via svnmerge from bweschke1-3/+6
2006-05-07Minor AJAM fixupsmarkster1-1/+0
2006-04-27Add option 'I' which allows you to record your name, but not review it. This ...file1-6/+11
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-1/+6
2006-04-21more NULL "" equivalence in cid fields.rizzo1-8/+7
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-16/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-06Merged revisions 18087 via svnmerge from kpfleming1-14/+44
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-1/+1
2006-03-28more command completion normalizationrizzo1-26/+18
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman1-2/+2
2006-03-23Merged revisions 14467 via svnmerge from bweschke1-0/+2
2006-03-21Merged revisions 13851 via svnmerge from russell1-1/+3
2006-03-21Meetme file is parsed with comma-delimiters, not vertical barstilghman1-15/+7
2006-03-15Bug 6316 - Add flag to not speak single user announcementtilghman1-29/+34
2006-03-13Bug 6526 - Add a reference count to avoid crashtilghman1-18/+46
2006-03-07Bug 5702 - Realtime patch for meetmetilghman1-4/+62
2006-02-22Solved problem where talker hears himself whenmogorman1-1/+1
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-02-14Properly stopsteram on meetme (bug #6137)markster1-4/+6
2006-02-14bug 6485 fixed.mogorman1-0/+4
2006-02-13Don't set the formats before we stop indications. (issue #6380)twisted1-1/+2
2006-02-01use string fields for some stuff in ast_channelkpfleming1-2/+2
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-2/+1
2006-01-30reverting blocks 9 and 10 from revision 7547mogorman1-6/+1
2006-01-26store conference list using linked list macros (issue #6327)russell1-75/+51
2006-01-21on this pass, only remove duplicate log messagesrussell1-9/+2
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+9
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-9/+0
2006-01-20More doxygen updatesoej1-3/+3