summaryrefslogtreecommitdiff
path: root/apps/app_meetme.c
AgeCommit message (Expand)Author
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-15Merged revisions 89296 via svnmerge from Russell Bryant
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-06Added the ability to do "meetme concise" with the "meetme" CLI command.Russell Bryant
2007-11-06Added the S() and L() options to the MeetMe application. These are prettyRussell Bryant
2007-11-04Simplify the implementation and the API for stringfields;Luigi Rizzo
2007-11-01Merged revisions 88026 via svnmerge from Joshua Colp
2007-11-01Janitor: use ast_free to pair calls of ast_malloc and ast_callocTilghman Lesher
2007-11-01Merged revisions 87970 via svnmerge from Joshua Colp
2007-10-29If a caller is listen-only, then don't bother with doing talker detection.Russell Bryant
2007-10-25Add support for a muted user to request to talk. The '2' option in the userRussell Bryant
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-17Enhancements to realtime (closes issue #9609)Tilghman Lesher
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedRussell Bryant
2007-09-22Add the MeetmeList and Reload manager commands, which supplement the need to ...Tilghman Lesher
2007-09-19More conversions to NEW_CLIJason Parker
2007-09-17Make the MALLOC_DEBUG output for free() useful again. After changing calls toRussell Bryant
2007-09-12Merged revisions 82286 via svnmerge from Dwayne M. Hubbard
2007-09-11(closes issue #10560)Joshua Colp
2007-09-10(closes issue #10686)Joshua Colp
2007-09-06Merged revisions 81776 via svnmerge from Joshua Colp
2007-08-29Changing a NOTICE to a DEBUG.Mark Michelson
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-10Merge a set of device state improvements from team/russell/events.Russell Bryant
2007-08-09Merged revisions 78717 via svnmerge from Russell Bryant
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to useRussell Bryant
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-26Merged revisions 77191 via svnmerge from Steve Murphy
2007-07-18Merged revisions 75529 via svnmerge from Tilghman Lesher
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-07-03Fix a build warning, and potential issue if option p is not set at all.Jason Parker
2007-07-03Add support for changing the exit key from # to any DTMF.Jason Parker
2007-06-24Conversions to ast_debug()Russell Bryant
2007-06-21Merge changes from team/russell/sla_reloadRussell Bryant
2007-06-21Merged revisions 70726 via svnmerge from Russell Bryant
2007-06-19Merged revisions 69895 via svnmerge from Joshua Colp
2007-06-15Merged revisions 69518 via svnmerge from Russell Bryant
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-13Merged revisions 69144 via svnmerge from Joshua Colp
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-05Merged revisions 67558 via svnmerge from Russell Bryant
2007-05-31Issue #9842 - Doxygen updates by snuffy. Thanks!Olle Johansson
2007-05-26Since this code now uses the API call for creating a detached thread, thereRussell Bryant
2007-05-24Add a new API call for creating detached threads. Then, go replace all of theRussell Bryant
2007-05-07Make a minor tweak to admin_exec() - don't lock the conference list until itRussell Bryant