Commit Graph

5922 Commits (b8f23573fa67c3e2d99b9a49aa85560902c60c6c)
 

Author SHA1 Message Date
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
Kevin P. Fleming 0361052ae1 ensure that file handles are never double closed
20 years ago
Kevin P. Fleming 25f3403b21 don't access freed memory if the frame was malloc'd
20 years ago
Matthew Fredrickson c88ab78d47 New, more robust way of doing e&m digit collection. Bug #3805
20 years ago
Kevin P. Fleming 66371e182a minor optimization
20 years ago
Matthew Fredrickson 25d9051633 Make sure we enable echo cancellation on incoming overlapdial calls
20 years ago
Matthew Fredrickson a99cc6b16d Forgot to commit sample config update
20 years ago
Kevin P. Fleming e04ba4a11f eliminate old chan->pvt field, and fix bug in generic bridge to watch chan->tech_pvt instead
20 years ago
Kevin P. Fleming fc91dd1035 eliminate spurious warnings
20 years ago
Kevin P. Fleming e86bb70642 stop adding 'username@' to incoming IAX2 channel names, so that they can be properly matched in the device-state system (issue #5081)
20 years ago
Kevin P. Fleming 050d6c7d34 ensure revents fields are initialized before calling poll()
20 years ago
Kevin P. Fleming b67fced7ae correct Makefile errors (issue #5072)
20 years ago
Kevin P. Fleming 1480688582 clarify comments (issue #5075)
20 years ago
Kevin P. Fleming 3103fd6292 don't duplicate devicestate-to-string function (issue #5078)
20 years ago
Kevin P. Fleming 5b819fc101 stop retransmitting INVITE after we have sent CANCEL for the same call
20 years ago
Kevin P. Fleming 81fd292e40 don't remove .version during 'make clean', it's not the temporary file it used to be
20 years ago
Mark Spencer ac0eaaf1f2 Add support for ring begin event and configurable ringtimeout.
20 years ago
Kevin P. Fleming e40361f803 remove patch that no longer applies and is not being updated any longer
20 years ago
Kevin P. Fleming 22dc4f71fe minor cleanup and reorganization (issue #5073)
20 years ago
Kevin P. Fleming 561ab01345 add doc on how to create backtraces for debugging (issue #5036)
20 years ago
Kevin P. Fleming e3ebb69fd1 correct case error
20 years ago