Commit Graph

1224 Commits (03f39d5a1e6318ddd9e1895a011046b1743b8a27)

Author SHA1 Message Date
Kevin P. Fleming 03f39d5a1e ensure that TRANSFERSTATUS can return FAILURE (issue #5146)
20 years ago
Kevin P. Fleming 1e854ea773 remove useless buffer initializations (issue #5134)
20 years ago
Kevin P. Fleming a78f58b4e4 put a limit on Macro depth (to combat recursion) (issue #5114)
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 721bd0aa59 eliminate signedness warnings (issue #5130)
20 years ago
Kevin P. Fleming 40c5fa88a4 eliminate signedness warnings (issue #5129)
20 years ago
Kevin P. Fleming a833f4699a add status variable output to System() app (issue #5121)
20 years ago
Kevin P. Fleming 4e87243686 fix some race conditions
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
Kevin P. Fleming 37a3c098bf fix stupid thinko (thanks velter!)
20 years ago
Kevin P. Fleming 0361052ae1 ensure that file handles are never double closed
20 years ago
Kevin P. Fleming 66371e182a minor optimization
20 years ago
Kevin P. Fleming b67fced7ae correct Makefile errors (issue #5072)
20 years ago
Kevin P. Fleming 3103fd6292 don't duplicate devicestate-to-string function (issue #5078)
20 years ago
Kevin P. Fleming d4e44d7c31 correct syntax error
20 years ago
Kevin P. Fleming 9519f6c5f4 clean up, use make functions instead of subshells, remove unused stuff
20 years ago
Mark Spencer 5d4d2fdfd4 Add SIP video fixes
20 years ago
Kevin P. Fleming b42b25b521 eliminate compiler warning
20 years ago
Kevin P. Fleming 8b331ab17d eliminate compiler warning
20 years ago
Kevin P. Fleming d996db1ae9 remove unused defines and logic (issue #5058)
20 years ago
Russell Bryant ba8b18ca83 app_rpt is experimental, not obsolete (issue #5047)
20 years ago
Russell Bryant d1ec6c80d1 fix mem leak from not destrying config (issue #5048)
20 years ago
Kevin P. Fleming ed63297dfd convert Cut() into CUT() function (issue #4892)
20 years ago
Kevin P. Fleming 239d0bf4f7 fix race condition
20 years ago
Kevin P. Fleming f51d313a94 ensure that Random() can support priority labels as targets (issue #5013)
20 years ago
Kevin P. Fleming 37930961e1 add optional 'extended ODBC storage' mode (issue #4403)
20 years ago
Kevin P. Fleming e979e32374 clean up code, fix a few bugs
20 years ago
Kevin P. Fleming 0d7115e65c protocol upgrades
20 years ago
Kevin P. Fleming f07adb44c0 fix buglets in new authentication code (issue #4860)
20 years ago
Kevin P. Fleming eb805b409f do expensive 'next message number' calculation before playing sounds (issue #4955)
20 years ago
Kevin P. Fleming dde23d5d0f reverse commit due to lack of disclaimer
20 years ago
Kevin P. Fleming a0ebefc915 make Record() properly timeout even if no input is received from the channel (issue #4899)
20 years ago
Kevin P. Fleming c9287324ea make pager messages configurable (issue #4829)
20 years ago
Kevin P. Fleming fda760f7bd add text status variable output to SendText() application (issue #4808)
20 years ago
Kevin P. Fleming 9d899a2075 add status output to Transfer() application (issue #4810, with mods)
20 years ago
Kevin P. Fleming 69f9c479e7 add 'restart' character to ast_control_playback function and ControlPlayback() application (issue #4693)
20 years ago
Jim Dixon 6b2ff5db90 Added support for Yaesu FT-897 HF/VHF/UHF radio and other improvements
20 years ago
Mark Spencer 71fcf66d1e Fix password change bug (bug #4976)
20 years ago
Mark Spencer 129fd190a9 Make sure "now" is initialized (bug #4961)
20 years ago
Kevin P. Fleming ab7ae00513 fix bug
20 years ago
Kevin P. Fleming 82453465f0 correct error Makefile
20 years ago
Kevin P. Fleming d0ec4b9e94 add ExternalIVR() application
20 years ago
Mark Spencer ce49016c96 Show callerid in meetme show list (bug #4851 with mods)
20 years ago
Mark Spencer ef753b53bd Fix lookup to use proper API call...
20 years ago
Mark Spencer 4f37e6b4b0 Allow enumlookup to return a status variable (bug #4788)
20 years ago
Mark Spencer e415ff3f87 Don't record all calls as abandoned (bug #4575) (fixes damage inadvertently added by bug #4644)
20 years ago