aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-02fix the 'meetme list', 'meetme list concise', 'meetme list $confno' and 'meet...mvanbaak1-70/+66
2008-10-02make this compile under devmode againmvanbaak1-1/+1
2008-10-01Add schedule extensions to app_meetme. In addition, the reporter found atilghman1-129/+361
2008-09-28Merge the cli_cleanup branch.mvanbaak1-9/+54
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-4/+15
2008-08-10More RSW merges. Everything from apps/ except for the big offendersseanbright1-29/+29
2008-08-06Janitor ast_str projecttilghman1-47/+73
2008-07-29build against the now-typedef-free dahdi/user.h, and remove some #ifdefs for ...kpfleming1-1/+1
2008-07-28merging the zap_and_dahdi_trunk branch up to trunkmmichelson1-1/+1
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.bbryant1-1/+1
2008-06-25Merged revisions 125132 via svnmerge from kpfleming1-2/+2
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-93/+93
2008-06-12Merged revisions 122137 via svnmerge from tilghman1-29/+28
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisiontilghman1-3/+9
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldstilghman1-0/+5
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-2/+2
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,tilghman1-24/+51
2008-04-24Fix DST calculation, and fix bug in calculation of whether conf has started y...tilghman1-31/+39
2008-04-18Add MEETME_INFO dialplan function that allows querying various properties of ...file1-0/+86
2008-04-13Use ast_mkdir instead of mkdirtilghman1-1/+1
2008-04-10Merged revisions 114029 via svnmerge from file1-1/+10
2008-03-20Remove astobj.h from some places where it wasn't neededrussell1-1/+0
2008-03-19Merged revisions 110163 via svnmerge from russell1-2/+3
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-4/+4
2008-03-11Merged revisions 107637 via svnmerge from file1-1/+1
2008-03-07Merged revisions 106895 via svnmerge from russell1-1/+1
2008-03-07(closes issue #6002)murf1-2/+2
2008-03-05Create a centralized configuration option for silencethresholdtilghman1-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