Commit Graph

1685 Commits (a7ade6f21312c40e22a443ef8535a88eb6feb095)

Author SHA1 Message Date
Tilghman Lesher a7ade6f213 If peer is not found, the error message is misleading (should be peer not found, not ACL failure)
18 years ago
Mark Michelson 05ba4d90d4 Changed the behavior of sip's realtime_peer function to match the corresponding way of matching for non-realtime peers.
18 years ago
Mark Michelson 43b39d02ae This patch makes Asterisk send 100 Trying provisional responses upon receipt of re-invites. This makes it so that if there are two or more Asterisk
18 years ago
Joshua Colp 20d0b01607 (closes issue #10323)
18 years ago
Mark Michelson 7a09244181 "re-invite" was misspelled
18 years ago
Joshua Colp 91eec8f228 Merged revisions 76560 via svnmerge from
18 years ago
Russell Bryant b75f30bdd8 Merged revisions 76226 via svnmerge from
18 years ago
Joshua Colp 24e7873766 Merged revisions 76080 via svnmerge from
18 years ago
Joshua Colp 6d143d401f Backport GCC 4.2 fixes. Without these Asterisk won't build under devmode using GCC 4.2.
18 years ago
Joshua Colp 55a12a986e Few more places that needs to check for onhold state.
18 years ago
Joshua Colp f08e137283 (closes issue #10165)
18 years ago
Steve Murphy 2aab6c341f This patch resolves 10143; thanks to irroot for the patch; looked acceptable. Let the community decide if it messes things up
18 years ago
Joshua Colp 446f14f0dc Only spit out an inringing warning message when it is applicable. Since call limits are already toast in realtime let's not scare the user if they are using it. (issue #10166 reported by bcnit)
18 years ago
Olle Johansson 7bbda30564 While tracking down a bug, I need some more history. Dumphistory is very useful, indeed.
18 years ago
Russell Bryant 5b544349d9 Merged revisions 73768 via svnmerge from
18 years ago
Russell Bryant 1e588db75a Merged revisions 73678 via svnmerge from
18 years ago
Russell Bryant be09062a6a Fix a crash in chan_sip. Don't try to stop the monitor thread if it was never
18 years ago
Kevin P. Fleming 3b8be36363 Merged revisions 73547 via svnmerge from
18 years ago
Joshua Colp 9b753a0649 Merged revisions 73466 via svnmerge from
18 years ago
Joshua Colp a6895cb26d Merged revisions 71414 via svnmerge from
18 years ago
Joshua Colp f1c32710a8 Merged revisions 70551 via svnmerge from
18 years ago
Russell Bryant a2084d8ab8 Fix a crash that could occur when handing device state changes.
18 years ago
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