aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-18(closes issue #10165)file1-2/+3
2007-07-12This patch resolves 10143; thanks to irroot for the patch; looked acceptable....murf1-2/+3
2007-07-10Only spit out an inringing warning message when it is applicable. Since call ...file1-2/+2
2007-07-08While tracking down a bug, I need some more history. Dumphistory is very usef...oej1-0/+2
2007-07-06Merged revisions 73768 via svnmerge from russell1-1/+4
2007-07-06Merged revisions 73678 via svnmerge from russell1-2/+6
2007-07-05Fix a crash in chan_sip. Don't try to stop the monitor thread if it was neverrussell1-1/+1
2007-07-05Merged revisions 73547 via svnmerge from kpfleming1-0/+3
2007-07-05Merged revisions 73466 via svnmerge from file1-0/+2
2007-06-25Merged revisions 71414 via svnmerge from file1-1/+3
2007-06-20Merged revisions 70551 via svnmerge from file1-3/+1
2007-06-19Fix a crash that could occur when handing device state changes.russell1-0/+5
2007-06-18Issue 10005 - Segfault with missing arguments, plus fix a missing define for ...tilghman1-0/+7
2007-06-18Don't count RTP timeout when involved in a T38 fax session. (issue #9222 repo...file1-1/+2
2007-06-18Merged revisions 69765 via svnmerge from file1-1/+1
2007-06-18Don't defer the BYE till later on a transfer when the transfer itself goes ka...file1-2/+4
2007-06-18Few minor transfer tweaks. We can't unlock something we never locked, and bet...file1-3/+3
2007-06-18Fix issue where it would be possible for the negotiated codecs to get set bac...file1-8/+10
2007-06-13Move the logic for destroying a call when no response is received to a BYErussell1-8/+12
2007-06-13Clarify a bit of logic. This doesn't change behavior in any way, but it isrussell1-1/+1
2007-06-07Merged revisions 67938 via svnmerge from file1-1/+0
2007-06-06Fix a crash when doing call pickups with SIP phones. The code unlocked therussell1-3/+4
2007-06-04Better handle SIP devices that say they have SDP content... but really don't....file1-1/+1
2007-05-31Merged revisions 66764 via svnmerge from file1-3/+3
2007-05-30Silly me for having out of date source! Oh well... I'm still leaving my comment.file1-1/+0
2007-05-30When calling some peer/host that may not exist/reply back... don't keep the d...file1-1/+2
2007-05-29Properly handle 408 request timeout - according to the RFC, the dialog dies i...oej1-0/+24
2007-05-29Don't issue hangup on hangup on hangup on hangup (for jcmoore)oej1-1/+1
2007-05-29Don't reset hangupcause if we already have oneoej1-1/+1
2007-05-29Tracking down hanging channels, killing them one by one. Issue #9235 and relatedoej1-3/+11
2007-05-29Merged revisions 66349 via svnmerge from oej1-0/+4
2007-05-24Merged revisions 65837 via svnmerge from file1-0/+1
2007-05-24Issue 8409 - phsultan - Fix "login" as component to jabber server.oej1-1/+8
2007-05-23Merged revisions 65682 via svnmerge from kpfleming1-3/+5
2007-05-18Merged revisions 65122 via svnmerge from oej1-1/+4
2007-05-18Merged revisions 65075 via svnmerge from oej1-2/+7
2007-05-18- Adding support for putting calls OFF hold with a re-invite with blank SDP. ...oej1-33/+37
2007-05-18Issue 9487 - stop media flows at hangup of calloej1-0/+3
2007-05-17Even more direct RTP setup fixes! Don't allow a codec that isn't supported to...file1-0/+5
2007-05-16Fix auth on BYE. (Different patch than for 1.2)oej1-6/+8
2007-05-16Issue #9681 - Handle www-auth on BYEoej1-0/+9
2007-05-16Final part of issue #9483 - fixing transfer() of sip calls in the dial plan (...oej1-1/+1
2007-05-16Issue #9439 - properly handle username parameters in SIP uri.oej1-2/+3
2007-05-16Merged revisions 64535 via svnmerge from oej1-13/+13
2007-05-16Merged following patch with a lot of changes for 1.4oej1-23/+22
2007-05-14Change -2 to XMIT_ERROR to clarify a bit moreoej1-9/+11
2007-05-14Handle network errors, like host or network unreachable, in a better way. Thi...oej1-30/+74
2007-05-12This concludes my final adventure with bitmasks and the onhold flag. Would an...file1-5/+5
2007-05-12Tweak hold flags some more. They can be of three states when active: active, ...file1-2/+3
2007-05-12Ensure the onhold flag is set no matter what when being put on hold.file1-0/+2