summaryrefslogtreecommitdiff
path: root/apps/app_meetme.c
AgeCommit message (Expand)Author
2008-01-09Merged revisions 97450 via svnmerge from Joshua Colp
2008-01-02fix a spacing issue introduced in revision 95443.Russell Bryant
2007-12-31Fix a compiler warningMark Michelson
2007-12-14gcc 4.1.3 wants a union used here.Tilghman Lesher
2007-12-13When working with dates, use numeric form whenever possible, as it's faster.Tilghman Lesher
2007-12-12Merged revisions 92617 via svnmerge from Jason Parker
2007-12-06Adding small missing but important comma...Olle Johansson
2007-12-06A big oops... Olle Johansson
2007-12-06The MeetmeJoin now has caller ID name and Caller ID number fields (like MeetM...Olle Johansson
2007-12-03Merged revisions 90696 via svnmerge from Jason Parker
2007-11-26- Mark "concise" as deprecatedOlle Johansson
2007-11-26Merged revisions 89571 via svnmerge from Joshua Colp
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-21Merge changes from team/russell/sla_trunk_moh ...Russell Bryant
2007-11-20Make trunk build againTilghman Lesher
2007-11-19more errno.h removalLuigi Rizzo
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