Commit Graph

5842 Commits (a78f58b4e470be171fc1069ba9f86ff976b60f23)
 

Author SHA1 Message Date
Kevin P. Fleming a78f58b4e4 put a limit on Macro depth (to combat recursion) (issue #5114)
20 years ago
Kevin P. Fleming 19a4e8fe6d clarify transmission failure message when RTP peer is behind NAT (issue #5136 with mods to use flag bits instead of new variable)
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 1bd1a35a9a factor out INVITE response handling in its own function (issue #5127)
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 7d37750831 remove unneeded variables (issue #5117)
20 years ago
Russell Bryant c842090c76 add more options (issue #5137)
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
Josh Roberson 8f21e3659b Fix spelling of Accountcode. *wink*
20 years ago
Kevin P. Fleming ff4ec53348 add note about volume adjustments in app_meetme (new sound files are on their way)
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 2f67f66577 Allow "auto" dtmf mode to select between RFC2833 and inband based on peer's offer or answer.
20 years ago
Mark Spencer bcd06b8582 Don't recreate stuff on authentication (so it works on reinvites)
20 years ago
Matthew Fredrickson 7348cba9c7 Fixed possible hangup race condition that would lead to segfualt with hangups.
20 years ago
Russell Bryant 4daf98741a fix a warning on osx
20 years ago
Russell Bryant 7d7090ef8f look in CROSS_COMPILE_TARGET for speex headers (issue #5118)
20 years ago
Kevin P. Fleming aa6883aba6 revert unnecessary change
20 years ago
Kevin P. Fleming 93a1922549 ensure that OSP-provided call duration limit is honored (issue #5099)
20 years ago
Kevin P. Fleming c5ca63efc9 eliminate compiler warning (issue #5094)
20 years ago
Kevin P. Fleming 5679500b31 correct terminology (issue #5100)
20 years ago
Kevin P. Fleming 3bad83e0f2 ensure that notify message sent out have the correct state (issue #5088 with minor mods)
20 years ago
Kevin P. Fleming 6a260b78fe use unsigned char for data elements and native-signed char for strings (issue #5104)
20 years ago
Kevin P. Fleming 6543de5620 use native-sign characters for strings (issue #5105)
20 years ago
Kevin P. Fleming f16cd5f39c use matching char types for strings (issue #5106)
20 years ago
Mark Spencer 0602837f4e Fix vidupdate for chan_zap to eliminate sillyl warning
20 years ago
Kevin P. Fleming 5f6431a75a factor calling-plan-apply logic into a separate function
20 years ago
Kevin P. Fleming 04ebc9b7db remove unused header and old comment
20 years ago
Kevin P. Fleming f5dd769dcc doh!
20 years ago
Kevin P. Fleming a2be145193 make chan_iax2 rtupdate behave the same as chan_sip
20 years ago
Russell Bryant 019310244e fix a couple of warnings on osx
20 years ago
Kevin P. Fleming 6b76015469 allow for custom URI options to be set (issue #4927 with mods)
20 years ago
Kevin P. Fleming 14c769230b allow longer 'busy' tones to be detected (issue #5085)
20 years ago
Kevin P. Fleming 37a3c098bf fix stupid thinko (thanks velter!)
20 years ago
Kevin P. Fleming d3a76999d0 various devicestate fixes (issue #5081, take two)
20 years ago
Kevin P. Fleming 3a31b6ff2d don't try to reference through pvt if it is NULL (issue #5089)
20 years ago
Kevin P. Fleming 16773c3d7c ensure variable structure is initialized before use (issue #5092)
20 years ago
Kevin P. Fleming 421ceff171 don't send OSP tokens do devices that are not OSP aware (issue #5093)
20 years ago
Kevin P. Fleming dd88d578fd eliminate the urgent handler message, since it can causing blocking in the stdio library (issue #5087)
20 years ago
Kevin P. Fleming 8fc8505607 don't send warnings for unhandled indications, let ast_indicate() deal with them (issue #5097)
20 years ago
Kevin P. Fleming 06e4ba227d send the correct Call-ID when using OSP (issue #5095)
20 years ago
Kevin P. Fleming 253e6537df don't reverse variable order during inheritance (issue #5091)
20 years ago
Kevin P. Fleming 4f493d1126 don't add a colon to the header name (thanks bkw!)
20 years ago
Kevin P. Fleming 56c27b5a14 add warning about new expression parser
20 years ago
Kevin P. Fleming d10c2c7ee7 don't unlock a channel we didn't lock
20 years ago