Commit Graph

158 Commits (577c0ebedd71b02737f00ec91f4fe7dc48816e05)

Author SHA1 Message Date
Joshua Colp e21d079484 Perform an extra hangup check just in case. (issue #9589 reported by bcnit)
18 years ago
Joshua Colp ec7458a460 Keep a global array of variables indicating whether certain conference rooms are in use. This ensures that two people going into a new dynamic conference when the 'e' option is set don't go into the same conference room. (issue #8835 reported by eliel)
18 years ago
Joshua Colp aa54a5f91b Change naughty warning message to provide useful information. If a write now fails on a channel in meetme it will tell you the channel name instead of spitting out the wrong error message.
19 years ago
Russell Bryant 602c5bb8c3 Fix random crashes when using the MeetMe application. This patch converts list
19 years ago
Russell Bryant c9c943e8e2 Revert the change I did in revisions 54955, 54969, and 54970, in 1.2, 1.4,
19 years ago
Russell Bryant 2802ea3eeb For conferences that are configured in meetme.conf, check the configuration
19 years ago
Russell Bryant fed5b6a9b4 Revert some changes that accidentally got committed as a part of another fix.
19 years ago
Russell Bryant 8c161f55e4 set the DIALSTATUS variable to contain "INVALIDARGS" when the dial application
19 years ago
Russell Bryant f9db7779f0 Fix a bunch of places where pthread_attr_init() was called, but
19 years ago
Joshua Colp 34adb7efe6 Stop the stream after waitstream returns so that our formats get restored. (issue #7370 reported by kryptolus)
19 years ago
Tilghman Lesher b2122691de When the marked user enters the conference, we should no longer timeout
19 years ago
Tilghman Lesher 9c8d9ce377 When paging, only wait 5 seconds for the marked user to enter the conference.
19 years ago
Russell Bryant dcebecb76e fix up five little places where frames would not be free'd and remove an
19 years ago
Joshua Colp 9d9a6da961 Allow the format outputted by meetme list to be used for meetme commands (like kick) (issue #7322 reported by darkskiez)
19 years ago
Joshua Colp 43f10147fe Add missing newlines (issue #7323 reported by darkskiez)
19 years ago
Joshua Colp 9ef31203c9 Don't play the enter sound twice when a person joins a conference after the leader has joined it. (issue #6138 reported by shanermn)
19 years ago
Matt O'Gorman 3e830d9a85 app_meemte used the ast_max_exten instead of path_max
19 years ago
Tilghman Lesher 6691ebf59f Bug 7194 - spelling fix
19 years ago
Olle Johansson 9911943d3d Video in meetme? Hmmm. Removed until we do have some code for it.
19 years ago
BJ Weschke b3d0a54a6b Fix playback behavior to exit correctly when we receive a hangup during playback of the invalid pin message. #7091 (AntD reporting)
19 years ago
Kevin P. Fleming ce8275960e fix typo
19 years ago
Kevin P. Fleming a6e5c98723 small fix... don't try to check conference details if it couldn't be created or found
19 years ago
Kevin P. Fleming 60df6b45d2 don't try to support 'i' or 'r' options if chan_zap is not loaded, and warn the user when they attempt to use them (issue #6675)
19 years ago
BJ Weschke 41feb1c7ff Bug #5884 - fix a possible race state in app_meetme when a channel has gone away and we are reading continuously for more frames. (mneuhauser)
19 years ago
Russell Bryant 17187101f6 don't add conference participant if the user hangs up while recording their name (issue #6661)
19 years ago
Matt O'Gorman bab77bbab1 bug fix from 6485 with musiconhold not being turned
20 years ago
Mark Spencer 710445b5b1 Fix stopstream in menus (bug #6137)
20 years ago
Josh Roberson 671cde62de Don't set the formats before we stop indications. (issue #6380)
20 years ago
Matt O'Gorman 5460606cff Solves issue with the login proccess in meetme
20 years ago
Kevin P. Fleming 587493fdfc backport fix for larger-than-20ms-frames from trunk (bug #5697)
20 years ago
Kevin P. Fleming a563eab49a remove extraneous svn:executable properties
20 years ago
Russell Bryant aa2239a050 issue #5773
20 years ago
Kevin P. Fleming c79c0f97f1 issue #5680
20 years ago
Kevin P. Fleming 3e4feebbd6 issues #3599 and #4252
20 years ago
Kevin P. Fleming 9433b7157f whitepace cleanup and various minor fixes
20 years ago
Russell Bryant 987b87662c make app_queue 1.2 jump compliant (issue #5580)
20 years ago
Kevin P. Fleming f09c6bc78e application doc update
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Russell Bryant 3bd298f2dd alphabetize option lists
20 years ago
Mark Spencer 34152c3abc Meetme whitespace changes (bug #5615)
20 years ago
Kevin P. Fleming 426360e389 major update to arg/option parsing APIs and documentation
20 years ago
Kevin P. Fleming f9a98f7110 use API call for frame volume adjustment
20 years ago
Russell Bryant 5187de9ab6 remove unnecessary checks before calls to ast_strlen_zero
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Russell Bryant 4aa7912057 Massive cleanups to applications for LOCAL_USER handling and some other things.
20 years ago
Russell Bryant 29829640bf it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS
20 years ago
Kevin P. Fleming 17b668e180 don't twiddle memory that doesn't belong to us (issue #5348)
20 years ago
Mark Spencer 446d1eee3e Fix meet me / local channel (bug #5274)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming e0f02b46f1 convert a bunch of apps to use ast_goto_if_exists() (issue #5138)
20 years ago