Commit Graph

138 Commits (6abf8e5e92d9b2b63621fc0bdb52b50698377056)

Author SHA1 Message Date
Kevin P. Fleming ce8275960e fix typo
20 years ago
Kevin P. Fleming a6e5c98723 small fix... don't try to check conference details if it couldn't be created or found
20 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)
20 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)
20 years ago
Russell Bryant 17187101f6 don't add conference participant if the user hangs up while recording their name (issue #6661)
20 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
Kevin P. Fleming 4b8de0713e reset channel volumes when exiting apps that use them
20 years ago
Kevin P. Fleming 6a34f551ec re-add 'listen' volume control
20 years ago
Kevin P. Fleming 35d9febc6e another buglet
20 years ago
Kevin P. Fleming 764cfe8f8e actually do issue #4170 right... it was supposed to adjust talk volume, not listen volume (sorry)
20 years ago
Kevin P. Fleming 5fdc070109 add new channel option (via ast_channel_setoption()) to let channel drivers adjust txgain/rxgain if they are able (only Zap channels at this time)
20 years ago
Mark Spencer ce49016c96 Show callerid in meetme show list (bug #4851 with mods)
21 years ago
Russell Bryant 4c531ca8c0 define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSION
21 years ago
Russell Bryant 089e021868 more ast_copy_string conversions
21 years ago
Kevin P. Fleming d39c932f20 ensure that conference created by new caller who fails to enter a PIN is destroyed (bug #4613)
21 years ago
Kevin P. Fleming c0b1e88e8a the last round of file version tags
21 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
21 years ago
Russell Bryant 9d0a1ce4a8 fix moh option in conjunction with intro option (bug #4298)
21 years ago
Kevin P. Fleming 8634ef9e4a don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
21 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
21 years ago
Russell Bryant 7bffc0459c add missing newlines, fix misspelling of nonexistent (bug #4027)
21 years ago
Kevin P. Fleming 66568b0f66 Resolve app_meetme crash when member tries to mute/unmute (bug #3899)
21 years ago
Mark Spencer 9a019128c6 Fix beep logic error (bug #3888)
21 years ago
Mark Spencer 00ffb24b83 Revert broken portion of 3815 (bug #3816)
21 years ago
Mark Spencer 8085c618c0 Cleanup side effect sof meetme changes (bug #3815)
21 years ago
Mark Spencer 9312b0c81c Fix minor formatting issue
21 years ago