aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-18Remove unsupported, unimplemented, unfunctional "v" option from meetme docume...oej1-6/+4
2006-05-13simplify conference user list handlingrussell1-97/+28
2006-05-10 Implement new support for "meetme list <confno> concise"bweschke1-16/+31
2006-05-08added managerevent meetmemute with status on or off.mogorman1-0/+10
2006-05-07Merged revisions 25322 via svnmerge from bweschke1-3/+6
2006-05-07Minor AJAM fixupsmarkster1-1/+0
2006-04-27Add option 'I' which allows you to record your name, but not review it. This ...file1-6/+11
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-1/+6
2006-04-21more NULL "" equivalence in cid fields.rizzo1-8/+7
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-16/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-06Merged revisions 18087 via svnmerge from kpfleming1-14/+44
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-1/+1
2006-03-28more command completion normalizationrizzo1-26/+18
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman1-2/+2