aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-12-22Note to self: Run make before committing...qwell1-1/+1
2006-12-22Fix for issue 7774 - patch by alamantiaqwell1-4/+7
2006-12-19suppress compiler warnings in this module until it can be improvedkpfleming1-2/+4
2006-12-18Put thread into proper list if we abort handling due to an error, and also ho...file1-15/+24
2006-12-15Hold call structure lock in places where a qualify or peer action can destroy...file1-2/+12
2006-12-15Lock network retransmission queue in all places that it is used.file1-0/+8
2006-12-15Issue #8592 - treat 504 as 503 (imported from 1.2)oej1-0/+2
2006-12-15Update to latest IANA specoej1-2/+4
2006-12-15Use a wakeup variable so that we don't wait on IO indefinitely if packets nee...file1-3/+6
2006-12-10Merged revisions 48371 via svnmerge from murf1-2/+9
2006-12-09Use locking when accessing the registrations list. This list is not actuallyrussell1-32/+34
2006-12-06Issue #8258 - fix handling of 487 being retransmitted to Asteriskoej1-7/+15
2006-12-06Don't send Contact on MESSAGEoej1-2/+3
2006-12-05Merging the invitestate-1.4 branch after successful testing.oej1-21/+75
2006-12-02- Removing one of two pieces of code to handle 481 response on INVITEoej1-15/+15
2006-12-02- Disable RTP hold timers while T.38 fax transmission happensoej1-21/+32
2006-12-01- Backport of the "limitonpeers" patch from trunk, to fix a lot of issues wit...oej1-12/+15
2006-11-30Do not do a partial bridge for Google Talk since we need to handle STUN. (iss...file1-4/+5
2006-11-30Issue 8319 - change noncecount before using it.oej1-1/+2
2006-11-30Merged revisions 48157 via svnmerge from file1-1/+1
2006-11-30Clean up bad dialogs properly. Caused by GS 487 adapter without CSEQ on separ...oej1-1/+1
2006-11-28Merged revisions 48087 via svnmerge from file1-5/+0
2006-11-27Change logging messageoej1-1/+2
2006-11-25Not having a HINT is not an ERROR. In 1.4 and future releases, you can disableoej1-1/+1
2006-11-24Merged revisions 47968 via svnmerge from crichter3-54/+53
2006-11-23Don't allocate unused variable.oej1-4/+1
2006-11-21Apparently Exosip sends a 101 after a 100 provisional response. Let's not tre...oej1-2/+5
2006-11-20Make sure we destroy scheduled items and not use them ever again after destru...oej1-2/+9
2006-11-18fix bug 7450 - Parsing fails if From header contains angle brackets rizzo1-5/+6
2006-11-16Compare technology using the pointers instead of a straight comparison based ...file1-3/+3
2006-11-16Make the HOLD notification optional, in order to avoid a lot of extra databas...oej1-2/+9
2006-11-16Merged revisions 47750 via svnmerge from file1-0/+27
2006-11-16Don't fixup if there's nothing to fixup oej1-0/+5
2006-11-16- CANCEL is never authenticated (according to the RFC)oej1-3/+3
2006-11-15Merged revisions 47711 via svnmerge from file1-0/+4
2006-11-15- Improve SIP historyoej1-5/+14
2006-11-15Send error message when we can't allocate SIP dialog, possibly due to limitat...oej1-1/+14
2006-11-15silence compiler warning on 64-bit platforms (this variable is an 'int' anywa...kpfleming1-1/+1
2006-11-14Only keep the video RTP structure around if 1. Video support is enabled and 2...file1-3/+3
2006-11-14Update documentation to fit the implementation...oej1-0/+3
2006-11-14Issue #8272 - Don't destroy dialog in retransmission system if it's an OPTION...oej1-2/+5
2006-11-13Merged revisions 47580 via svnmerge from tilghman1-3/+3
2006-11-13Re-enable old deprecated commandstilghman1-7/+50
2006-11-13- Don't reply to INVITE already replied to when we get BYEoej1-2/+3
2006-11-13Only produce error message about sip history onceoej1-1/+5
2006-11-13Merged revisions 47522 via svnmerge from tilghman1-1/+3
2006-11-12Issue 8314 - Restore auto-framing (Thanks DEA!!!)oej1-1/+6
2006-11-12Part of issue 8078 - parse even if udptl is UDPTL in sdp...oej1-1/+2
2006-11-12- Don't destroy SIP dialog because of a failed T.38 re-invite. Wait for a bye. oej1-19/+26
2006-11-12-Remove blocking of ptime: parsing in sdpoej1-4/+14