aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-14By default, don't attempt to do any CallerID handling at all with SLA becauserussell1-4/+11
2007-03-13Ensure that the blinky lights show that the trunk stopped ringing when therussell1-0/+3
2007-03-10Make the compiler happy and initialize a variable.russell1-1/+1
2007-03-08Hang up the channel that put the call on hold in the event processing thread torussell1-6/+5
2007-03-08Refactor hold handling a bit so that it does not require keeping the call uprussell1-38/+41
2007-03-08fix a compiler warning, and overwriting 'res' valuekpfleming1-6/+6
2007-03-05Don't create a listen channel and record the conference unless the option is ...file1-17/+16
2007-03-01Merge changes from svn/asterisk/team/russell/sla_updatesrussell1-25/+16
2007-02-28Merge more changes from svn/asterisk/team/russell/sla_updatesrussell1-13/+99
2007-02-28Minor formatting changerussell1-7/+7
2007-02-28Merge changes from svn/asterisk/team/russell/sla_updatesrussell1-9/+26
2007-02-28Merge current set of changes from svn/asterisk/team/russell/sla_updatesrussell1-149/+457
2007-02-28Picky compiler...file1-1/+1
2007-02-26Move a comment to be in the correct struct.russell1-3/+3
2007-02-22Merge changes from team/russell/sla_updates.russell1-285/+664
2007-02-21Merged revisions 55956 via svnmerge from file1-2/+2
2007-02-21Simplify the last change to app_meetme, and move the call to dispose_conf()russell1-2/+0
2007-02-21Only dispose of the conference if one was created.file1-2/+4
2007-02-21Improve the reference counting to fix bugs where people report seeingrussell1-43/+53
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