aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-11Merged revisions 48379 via svnmerge from file1-1/+1
2006-12-11Merged revisions 48377 via svnmerge from file1-6/+7
2006-12-06Resolve some pointer signedness compiler warnings in app_osplookup, andrussell1-2/+2
2006-11-16Merged revisions 47748 via svnmerge from file1-0/+4
2006-11-13Don't play the "entering conference number <insert number here>" prompts if t...file1-4/+6
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)russell1-2/+2
2006-10-24Merged revisions 46065 via svnmerge from russell1-2/+2
2006-10-18Just for Nicholson - here's an option, C, to Meetme that will allow it to con...file1-4/+13
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-1/+1
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-9/+20
2006-10-02Make callerid fields in Manager events more consistent. CallerIDNum for numbe...file1-2/+2
2006-09-28Merged revisions 43893 via svnmerge from file1-1/+6
2006-09-26Fire a manager event when a meetme is started/stopped.qwell1-0/+2
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