aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-09Fix a problem with the combination of the 'F' option to pass DTMF through arussell1-2/+8
2007-07-25This fix solves problem with intense squelch noise when someone joins conf in...murf1-21/+27
2007-07-18Using a freed frame causes crashes (closes issue #9317)tilghman1-1/+1
2007-06-28cast a time_t so that it does not conflict with the print format.rizzo1-1/+1
2007-06-21Remove a couple of duplicate unlocksrussell1-2/+0
2007-06-19Merged revisions 69894 via svnmerge from file1-2/+4
2007-06-15The SLATRUNK_STATUS variable indicated "SUCCESS" for both an answer of therussell1-4/+14
2007-06-13Really ignore NULL frames and check whether the channel hungup or not. (issue...file1-0/+4
2007-06-05Fix some crashes related to the use of the "meetme" CLI command. The code forrussell1-2/+7
2007-05-22Remove a double const.file1-1/+1
2007-04-28Note that the "talker optimization" option will be enabled by default in 1.6russell1-1/+2
2007-04-06When a station picks up a trunk that was on hold, make the hints reflect thatrussell1-0/+1
2007-04-06Fix a few problems with SLA. (issue #9459, reported by francesco_r, fixed by...russell1-6/+27
2007-04-04Fix a problem where if a trunk was hung up while it was on hold, all of therussell1-0/+3
2007-03-29Merged revisions 59360 via svnmerge from file1-20/+17
2007-03-26Fix some codec negotiation problems when CallerID support is not enabled in SLA.russell1-3/+40
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