aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-11/+11
2009-06-16Improve support for media paths that can generate multiple frames at once.kpfleming1-3/+13
2009-05-20Fix a bug where the MeetMe option 'D' did not actually prompt for the pin.file1-1/+1
2009-03-18revert commit that included extranous changeskpfleming1-13/+3
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-3/+13
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler1-3/+3
2009-03-02Move ast_waitfor() down to avoid the results of the API call becoming stale.russell1-4/+3
2009-02-16Remove unused variable and make dev-mode compilation happymmichelson1-1/+0
2009-02-16Open the DAHDI pseudo device and set it to be nonblocking atomicallymmichelson1-13/+2
2009-01-22If we are unable to request a DAHDI pseudo channel and we are using the user ...file1-4/+4
2008-12-19(closes issue #13480)jpeeler1-10/+2
2008-12-17Fix some memory leaks found while looking at how realtimemmichelson1-2/+3
2008-12-09Fix an issue where callers on an incoming call on an SLA trunk would not hear...russell1-7/+27
2008-11-18(closes issue #13899)jpeeler1-1/+1
2008-11-12If the SLA thread is not started, then reload causes a memory leak.tilghman1-0/+4
2008-11-12For whatever reason, gcc only warned me about the possible use of an uninitia...jpeeler1-1/+1
2008-11-12(closes issue #13173)jpeeler1-23/+149
2008-08-13remove some more chan_zap referenceskpfleming1-4/+4
2008-08-11convert this module to be able to handle DAHDI or Zaptel (reported on asteris...kpfleming1-15/+22
2008-07-29build against the now-typedef-free dahdi/user.hkpfleming1-3/+3
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-42/+43
2008-06-12Flipflop the sections for two options, since the section for 'X' (exit context)tilghman1-15/+19
2008-04-16Include the proper headers for using mkdir on FreeBSD.file1-0/+2
2008-04-10Create the directory where name recordings will go if it does not exist.file1-1/+10
2008-03-19Fix a bug where when calls on the trunk side hang up while on hold, the staterussell1-2/+3
2008-03-11Add an additional check for setting conference parameter when using the marke...file1-1/+1
2008-03-07Only start the SLA thread if SLA has actually been configured.russell1-1/+2
2008-02-11If entering a conference with the 'w' option ensure that we can't listen or s...file1-1/+3
2008-01-16Replace current spy architecture with backport of audiohooks. This should tak...file1-3/+3
2008-01-09Don't do conferencing totally in Zaptel if Monitor is running on the channel.file1-3/+3
2007-12-12Don't increment user count until after name has been recorded (if enabled).qwell1-21/+29
2007-12-03Make sure we always close the conference fd if we have an open one.qwell1-1/+1
2007-11-26When unloading app_meetme destroy any auto created contexts created by SLA.file1-0/+3
2007-11-15Update the SLAStation application to account for the case where the SLA threadrussell1-0/+23
2007-11-04Rename ast_string_field_free_pool to ast_string_field_free_memory,rizzo1-2/+2
2007-11-01Fix up commit for my Zap channel with spies in Meetme fix. (thanks Tony Mount...file1-2/+2
2007-11-01If a Zap channel contains a spy or a spy is added take it out of the conferen...file1-3/+3
2007-09-12remove a race condition for the creation of recordthread's, and fix a small m...dhubbard1-2/+10
2007-09-06(closes issue #10122)file1-7/+0
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