summaryrefslogtreecommitdiff
path: root/apps/app_meetme.c
AgeCommit message (Expand)Author
2008-07-29build against the now-typedef-free dahdi/user.h, and remove some #ifdefs for ...Kevin P. Fleming
2008-07-28merging the zap_and_dahdi_trunk branch up to trunkMark Michelson
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-06-25Merged revisions 125132 via svnmerge from Kevin P. Fleming
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-06-12Merged revisions 122137 via svnmerge from Tilghman Lesher
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisionTilghman Lesher
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldsTilghman Lesher
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,Tilghman Lesher
2008-04-24Fix DST calculation, and fix bug in calculation of whether conf has started y...Tilghman Lesher
2008-04-18Add MEETME_INFO dialplan function that allows querying various properties of ...Joshua Colp
2008-04-13Use ast_mkdir instead of mkdirTilghman Lesher
2008-04-10Merged revisions 114029 via svnmerge from Joshua Colp
2008-03-20Remove astobj.h from some places where it wasn't neededRussell Bryant
2008-03-19Merged revisions 110163 via svnmerge from Russell Bryant
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-11Merged revisions 107637 via svnmerge from Joshua Colp
2008-03-07Merged revisions 106895 via svnmerge from Russell Bryant
2008-03-07(closes issue #6002)Steve Murphy
2008-03-05Create a centralized configuration option for silencethresholdTilghman Lesher
2008-02-11Merged revisions 103324 via svnmerge from Joshua Colp
2008-01-14Update documentation.Joshua Colp
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