Commit Graph

6397 Commits (1fb64fa4bd323675640507d957047c38cab8384c)
 

Author SHA1 Message Date
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
Kevin P. Fleming f3c46f8f20 deprecate chan_modem and its subdrivers
20 years ago
Kevin P. Fleming 9614adc056 make DEBUG_THREADS have more visible logging
20 years ago
Russell Bryant 746efc536a ensure that the MOH_QUIET flag gets set for the mode "quietmp3nb"
20 years ago
Kevin P. Fleming bef3341975 remove unused define
20 years ago
Kevin P. Fleming 102ff2d56e preserve user-added headers when outbound INVITE must be authenticated (issue #5070)
20 years ago
Kevin P. Fleming b74c9906d2 force cleaning with today's changes
20 years ago
Kevin P. Fleming 085ad00ee0 don't terminate subscriptions before they should be (issue #5063)
20 years ago
Kevin P. Fleming 5f07eec58a remove unused 'outgoinglimit' code, rename 'incominglimit' to 'call-limit' (old syntax is still supported) (issue #5068)
20 years ago
Kevin P. Fleming 6d19c704b7 make chan_sip and chan_iax2 less chatty when not in debug mode (issue #5067)
20 years ago
Kevin P. Fleming d4e44d7c31 correct syntax error
20 years ago
Mark Spencer 63ad336bbf Add lookup script for people without CIDNAME plus rich variables...
20 years ago
Kevin P. Fleming 1632d52795 major header file cleanup: license, copyrights, descriptions, markers, etc.
20 years ago
Kevin P. Fleming a90915e4e9 fix cdr_pgsql build on Debian testing (issue #5064)
20 years ago
Kevin P. Fleming 76d34be89b correct syntax error
20 years ago
Matthew Fredrickson 98047ff61d Add support for override of the default pri exclusive/preferred channel
20 years ago
Kevin P. Fleming 60ef1dc9d1 ensure that the parser is generated in 'full/fast' mode
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 538e160956 fix error I introduced into oej's patch :-(
20 years ago
Kevin P. Fleming 388e8bd9a8 massive upgrade to SUBSCRIBE, device state and messaging support (issue #3644)
20 years ago
Kevin P. Fleming b42b25b521 eliminate compiler warning
20 years ago
Kevin P. Fleming 49b0098c4a ensure CDR pointer is cleared after detaching it from channel (related to issue #4877)
20 years ago
Kevin P. Fleming ae1e51c857 use proper next hop in strict routing mode (issue #3609)
20 years ago
Kevin P. Fleming 022cf309e4 add dialplan functions for URI encoding/decoding (issue #4857)
20 years ago
Kevin P. Fleming 1824c2f630 encode/decode URIs in 'pedantic' mode (issue #3923)
20 years ago