aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-29Merged revisions 134260 via svnmerge from kpfleming1-1/+1
2008-07-28Merged revisions 134050 via svnmerge from mmichelson1-1/+1
2008-07-15Merged revisions 130145 via svnmerge from murf1-2/+2
2008-07-08Merged revisions 129045 via svnmerge from bbryant1-1/+1
2008-06-25Merged revisions 125138 via svnmerge from kpfleming1-2/+3
2008-06-17Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-93/+93
2008-06-12Merged revisions 122174 via svnmerge from tilghman1-29/+28
2008-04-24Merged revisions 114617 via svnmerge from tilghman1-31/+39
2008-04-13Merged revisions 114096 via svnmerge from tilghman1-1/+1
2008-04-10Merged revisions 114030 via svnmerge from file1-1/+10
2008-03-19Merged revisions 110164 via svnmerge from russell1-2/+3
2008-03-18Merged revisions 109447 via svnmerge from russell1-4/+4
2008-03-11Merged revisions 107638 via svnmerge from file1-1/+1
2008-03-07Merged revisions 106896 via svnmerge from russell1-1/+1
2008-02-11Merged revisions 103324 via svnmerge from file1-1/+3
2008-01-14Update documentation.file1-2/+2
2008-01-09Merged revisions 97450 via svnmerge from file1-3/+3
2008-01-02fix a spacing issue introduced in revision 95443.russell1-1/+1
2007-12-31Fix a compiler warningmmichelson1-1/+1
2007-12-14gcc 4.1.3 wants a union used here.tilghman1-6/+12
2007-12-13When working with dates, use numeric form whenever possible, as it's faster.tilghman1-91/+82
2007-12-12Merged revisions 92617 via svnmerge from qwell1-23/+32
2007-12-06Adding small missing but important comma...oej1-1/+1
2007-12-06A big oops... oej1-4/+8
2007-12-06The MeetmeJoin now has caller ID name and Caller ID number fields (like MeetM...oej1-8/+10
2007-12-03Merged revisions 90696 via svnmerge from qwell1-1/+1
2007-11-26- Mark "concise" as deprecatedoej1-1/+1
2007-11-26Merged revisions 89571 via svnmerge from file1-0/+3
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-21Merge changes from team/russell/sla_trunk_moh ...russell1-18/+81
2007-11-20Make trunk build againtilghman1-0/+1
2007-11-19more errno.h removalrizzo1-2/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
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