aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-16Merged revisions 55005 via svnmerge from russell1-56/+37
2007-02-16Merged revisions 54955 via svnmerge from russell1-37/+56
2007-02-12- Add the ability to register a callback to monitor state changes in anrussell1-2/+2
2007-02-10Add some output for "show application SLAStation/SLATrunk"russell1-2/+13
2007-02-10Merge team/russell/sla_rewriterussell1-514/+1329
2007-01-31Merged revisions 53045 via svnmerge from russell1-0/+1
2007-01-20Remove an unused instance of an unnamed enum.russell1-1/+1
2007-01-19Remove another duplicated definitionrussell1-1/+0
2007-01-19Remove a variable that was declared twice.russell1-3/+0
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming1-5/+5
2006-12-26Get rid of a needless memory allocation and only create a conference structur...file1-10/+6
2006-12-11Use the correct API call to say a device state changed. (Yes, I'm a nub.)file1-1/+1
2006-12-11Don't access the conference structure after it has been freed.file1-6/+7
2006-11-16Don't unreference the SLA object if there is no SLA object in the devicestate...file1-0/+4
2006-10-24Fix the descriptions of some of the MeetMeAdmin options (issue #8098, mflorell)russell1-2/+2
2006-10-04update thread creation code a bitkpfleming1-1/+1
2006-09-28Merged revisions 43891 via svnmerge from file1-1/+6
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-1/+1
2006-09-18merge qwell's CLI verbification workkpfleming1-38/+21
2006-09-16Merged revisions 43003 via svnmerge from tilghman1-0/+2
2006-09-11Merged revisions 42783 via svnmerge from tilghman1-9/+29
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-37/+26
2006-08-14- unregister SLA apps on module unload and add sample config (issue #7701, ju...russell1-6/+8
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-3/+3
2006-07-17Make app_meetme's do_invite more generic.markster1-4/+4
2006-07-08Support hold/unhold in Zap, update IAX2 parser to know about modern commands,...markster1-13/+150
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationskpfleming1-1/+1
2006-07-03Add some comments to the SLA codeoej1-8/+20
2006-07-03reduce indentation a couple of levelsrussell1-119/+125
2006-07-03- remove an unused variablerussell1-19/+16
2006-07-01First pass at SLA supportmarkster1-5/+344
2006-06-26METERMAIDS:oej1-1/+35
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-4/+0
2006-06-11fix up some places where frames are not free'd and remove an unnecessaryrussell1-1/+4
2006-06-09Don't double check existence of a variable (issue #7300 reported by foamdino)file1-2/+2
2006-06-09Add more missing newlines (issue #7323 reported by darkskiez)file1-6/+6
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-31Documentation changes for Qwellfile1-4/+4
2006-05-31Fix up meetme some more (thanks TonyM!!!)file1-32/+25
2006-05-31Make the user menu unmute/mute work again, including in combination with the ...file1-5/+15
2006-05-30Remove ourselves from the userlist a little bit earlierfile1-2/+2
2006-05-25Merge in branch that adds new features to MeetMeAdmin. See application docume...file1-4/+62
2006-05-25Remove possibility of sending duplicate MeetmeJoin manager events, and only s...file1-19/+25
2006-05-25Merged revisions 30373 via svnmerge from file1-1/+1
2006-05-24Merged revisions 30037 via svnmerge from mogorman1-1/+1
2006-05-23 app_meetme Muting and Manager API enhancements #6731 (softins w/some minor ...bweschke1-76/+145
2006-05-22patch from bug 0007204 to make bug 5750 follow standardmogorman1-5/+5
2006-05-22Merged revisions 29398 via svnmerge from tilghman1-1/+1
2006-05-21put a bunch of defines in enums, and convert comments to doxygen formatrussell1-137/+168
2006-05-21remove a CLI command that has been marked deprecated since before Asterisk 1.0russell1-18/+2