aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-1/+1
2006-01-18Merged revisions 8194 via svnmerge from mogorman1-1/+2
2006-01-13 More memory wrapper cleanup. #6224bweschke1-8/+5
2006-01-11added feature from 5750 with whitespace fixing.mogorman1-9/+32
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-26Add "local channel" variation so that we don't read/write to the same markster1-6/+20
2005-12-25Fix multiple free of a frame (bug #6058)markster1-3/+3
2005-12-20Avoid multiple free markster1-2/+2
2005-12-20Don't bother decode on muted participantsmarkster1-3/+3
2005-12-20Major peformance improvements to meetmemarkster1-59/+168
2005-12-20Fix choppy audio with > 20ms audio frames (bug #5697)markster1-5/+12
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-5/+6
2005-11-30use app arg parsing macros (issue #5690)russell1-52/+71
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-20issue #5773, with minor modification to log messagetwisted1-1/+2
2005-11-11issue #5680kpfleming1-1/+1
2005-11-08issues #3599 and #4252kpfleming1-31/+98
2005-11-08whitepace cleanup and various minor fixeskpfleming1-237/+246
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-2/+2
2005-11-07application doc updatekpfleming1-3/+4
2005-11-06issue #5605russell1-0/+1
2005-11-06alphabetize option listsrussell1-25/+25