aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-15Merged revisions 89296 via svnmerge from russell1-0/+23
2007-11-08improve linked-list macros in two ways:kpfleming1-13/+13
2007-11-06Added the ability to do "meetme concise" with the "meetme" CLI command.russell1-8/+21
2007-11-06Added the S() and L() options to the MeetMe application. These are prettyrussell1-7/+181
2007-11-04Simplify the implementation and the API for stringfields;rizzo1-2/+2
2007-11-01Merged revisions 88026 via svnmerge from file1-2/+2
2007-11-01Janitor: use ast_free to pair calls of ast_malloc and ast_calloctilghman1-1/+1
2007-11-01Merged revisions 87970 via svnmerge from file1-3/+3
2007-10-29If a caller is listen-only, then don't bother with doing talker detection.russell1-2/+2
2007-10-25Add support for a muted user to request to talk. The '2' option in the userrussell1-6/+46
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-3/+3
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-3/+3
2007-10-17Enhancements to realtime (closes issue #9609)tilghman1-27/+190
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedrussell1-1/+1
2007-09-22Add the MeetmeList and Reload manager commands, which supplement the need to ...tilghman1-0/+78
2007-09-19More conversions to NEW_CLIqwell1-146/+158
2007-09-17Make the MALLOC_DEBUG output for free() useful again. After changing calls torussell1-3/+3
2007-09-12Merged revisions 82286 via svnmerge from dhubbard1-2/+11
2007-09-11(closes issue #10560)file1-4/+4
2007-09-10(closes issue #10686)file1-1/+1
2007-09-06Merged revisions 81776 via svnmerge from file1-7/+0
2007-08-29Changing a NOTICE to a DEBUG.mmichelson1-2/+2
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-5/+10
2007-08-10Merge a set of device state improvements from team/russell/events.russell1-20/+25
2007-08-09Merged revisions 78717 via svnmerge from russell1-2/+8
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell1-1/+1
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-16/+16
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-3/+2
2007-07-26Merged revisions 77191 via svnmerge from murf1-21/+31
2007-07-18Merged revisions 75529 via svnmerge from tilghman1-1/+1
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-27/+1
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-07-03Fix a build warning, and potential issue if option p is not set at all.qwell1-2/+2
2007-07-03Add support for changing the exit key from # to any DTMF.qwell1-7/+27
2007-06-24Conversions to ast_debug()russell1-2/+2
2007-06-21Merge changes from team/russell/sla_reloadrussell1-9/+103
2007-06-21Merged revisions 70726 via svnmerge from russell1-2/+0
2007-06-19Merged revisions 69895 via svnmerge from file1-2/+4
2007-06-15Merged revisions 69518 via svnmerge from russell1-4/+23
2007-06-14Convert uses of strdup() to ast_strdup()russell1-3/+3
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-19/+13
2007-06-13Merged revisions 69144 via svnmerge from file1-0/+4
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-26/+26
2007-06-05Merged revisions 67558 via svnmerge from russell1-2/+7
2007-05-31Issue #9842 - Doxygen updates by snuffy. Thanks!oej1-1/+2
2007-05-26Since this code now uses the API call for creating a detached thread, thererussell1-2/+1
2007-05-24Add a new API call for creating detached threads. Then, go replace all of therussell1-14/+3
2007-05-07Make a minor tweak to admin_exec() - don't lock the conference list until itrussell1-4/+3
2007-05-07Add a new application, MeetMeChannelAdmin, which is similar to MeetMeAdmin,russell1-0/+84