Commit Graph

1663 Commits (759dc005995b9fbdbeb8ecff7fd6b7758bc009e4)

Author SHA1 Message Date
Tilghman Lesher 759dc00599 Issue 10005 - Segfault with missing arguments, plus fix a missing define for SIP INFO channels
18 years ago
Joshua Colp a50bc6e3a8 Don't count RTP timeout when involved in a T38 fax session. (issue #9222 reported by ivoc)
18 years ago
Joshua Colp f95038d97e Merged revisions 69765 via svnmerge from
18 years ago
Joshua Colp 009f6f9112 Don't defer the BYE till later on a transfer when the transfer itself goes kaboom and has no hope of working.
18 years ago
Joshua Colp 3e29d89200 Few minor transfer tweaks. We can't unlock something we never locked, and better handle a specific scenario with doing an attended transfer between two non-bridged calls.
18 years ago
Joshua Colp 2c9ffadffb Fix issue where it would be possible for the negotiated codecs to get set back to nothing. (issue #9992 reported by yehavi)
18 years ago
Russell Bryant 93f3abb3e8 Move the logic for destroying a call when no response is received to a BYE
18 years ago
Russell Bryant f56c3be8ad Clarify a bit of logic. This doesn't change behavior in any way, but it is
18 years ago
Joshua Colp b58a48d672 Merged revisions 67938 via svnmerge from
18 years ago
Russell Bryant 6595debbc5 Fix a crash when doing call pickups with SIP phones. The code unlocked the
18 years ago
Joshua Colp 01456184f9 Better handle SIP devices that say they have SDP content... but really don't. (issue #9398 reported by mthomasslo)
18 years ago
Joshua Colp c7112015ba Merged revisions 66764 via svnmerge from
18 years ago
Joshua Colp 612f61a9b2 Silly me for having out of date source! Oh well... I'm still leaving my comment.
18 years ago
Joshua Colp 3d8d697e34 When calling some peer/host that may not exist/reply back... don't keep the dialog in memory for all of eternity.
18 years ago
Olle Johansson 332eabcc07 Properly handle 408 request timeout - according to the RFC, the dialog dies if a request in a dialog gets this response.
18 years ago
Olle Johansson 8d06f379fe Don't issue hangup on hangup on hangup on hangup (for jcmoore)
18 years ago
Olle Johansson 9f15005143 Don't reset hangupcause if we already have one
18 years ago
Olle Johansson ff9e2751c6 Tracking down hanging channels, killing them one by one. Issue #9235 and related
18 years ago
Olle Johansson bab6473879 Merged revisions 66349 via svnmerge from
18 years ago
Joshua Colp 0df2a42f96 Merged revisions 65837 via svnmerge from
18 years ago
Olle Johansson 6cfe6a550e Issue 8409 - phsultan - Fix "login" as component to jabber server.
18 years ago
Kevin P. Fleming ca6b421be4 Merged revisions 65682 via svnmerge from
18 years ago
Olle Johansson 4483fa12e8 Merged revisions 65122 via svnmerge from
18 years ago
Olle Johansson 7fe3608300 Merged revisions 65075 via svnmerge from
18 years ago
Olle Johansson 50f79ba4b2 - Adding support for putting calls OFF hold with a re-invite with blank SDP. This was a bug found while doing tests at SIPit in Antwerp.
18 years ago
Olle Johansson 73d0ba053b Issue 9487 - stop media flows at hangup of call
18 years ago
Joshua Colp 7a8ca54257 Even more direct RTP setup fixes! Don't allow a codec that isn't supported to creep into the SDP of either side. (issue #9446 reported by marcelbarbulescu)
18 years ago
Olle Johansson 4ae20ba8e4 Fix auth on BYE. (Different patch than for 1.2)
18 years ago
Olle Johansson 5acc63d688 Issue #9681 - Handle www-auth on BYE
18 years ago
Olle Johansson 374b52f717 Final part of issue #9483 - fixing transfer() of sip calls in the dial plan (twilson)
18 years ago
Olle Johansson 70ad556544 Issue #9439 - properly handle username parameters in SIP uri.
18 years ago
Olle Johansson bf1a15b9bf Merged revisions 64535 via svnmerge from
18 years ago
Olle Johansson 56af259505 Merged following patch with a lot of changes for 1.4
18 years ago
Olle Johansson 1f2afa0ff1 Change -2 to XMIT_ERROR to clarify a bit more
18 years ago
Olle Johansson e041d57175 Handle network errors, like host or network unreachable, in a better way. This means that
18 years ago
Joshua Colp 9a73c07fb1 This concludes my final adventure with bitmasks and the onhold flag. Would anyone care for some peanuts?
18 years ago
Joshua Colp 699aa6ad74 Tweak hold flags some more. They can be of three states when active: active, inactive, one direction.
18 years ago
Joshua Colp 026000bae8 Ensure the onhold flag is set no matter what when being put on hold.
18 years ago
Olle Johansson ca1ae5e81a Merged revisions 63748 via svnmerge from
18 years ago
Joshua Colp 67a0bbaa83 Do not prematurely go on hold if sendonly was not actually set.
18 years ago
Joshua Colp c83c0072bb Merged revisions 63610 via svnmerge from
18 years ago
Olle Johansson d30faa1dc2 Don't retransmit 200 OK's on ignore status. (Reported on asterisk-users)
18 years ago
Joshua Colp b50b92ab77 Minor backport of revision 59083 in trunk. Don't queue an unhold frame up if the call was never on hold to begin with.
18 years ago
Joshua Colp 95de3fbf0c Merged revisions 62987 via svnmerge from
18 years ago
Olle Johansson d5fda03428 Don't unlock a channel that we already know does not exist (propably isue 8228)
18 years ago
Olle Johansson 34f9e0c4dd Merged revisions 62126 via svnmerge from
18 years ago
Joshua Colp b271179161 Merged revisions 61771 via svnmerge from
18 years ago
Olle Johansson 32be6621f6 Merged revisions 61685 via svnmerge from
18 years ago
Olle Johansson dc6d309bdb #9483, half of patch by twilson to solve 302 redirect issues
18 years ago
Joshua Colp eb631c00a3 For those very verbose SIP implementations that attach tons of info to the Contact header... let's increase our variable sizes. (issue #9535 reported by jeffg)
18 years ago