aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
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-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-30Issue 8319 - change noncecount before using it.oej1-1/+2
2006-11-30Clean up bad dialogs properly. Caused by GS 487 adapter without CSEQ on separ...oej1-1/+1
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-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-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-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-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-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
2006-11-10...and make sure that the dialog is destroyed, even if we don't get any answe...oej1-0/+1
2006-11-10Add debug output while trying to trace bug in bug reportoej1-2/+3
2006-11-10Make sure we destroy dialog...oej1-1/+2
2006-11-10Small cleanup of handle_request_invite() - imported from 1.2 with changesoej1-5/+4
2006-11-10Issue 8010 - Fix support for multipart SDP (alphaque)oej1-1/+3
2006-11-10Discussion of these CLI changes resulted in more consistency (Bug 8236)tilghman1-23/+17
2006-11-10Rip out half implementation of 491 response support, since it wasn't implementedoej1-10/+13
2006-11-10Fix bit definition for SIP_PAG2_CALL_ONHOLD. Thanks fenlander!oej1-2/+2
2006-11-08add simple fix for SDP to report proper sample rate for G.722 media sessionskpfleming1-9/+13
2006-11-08Destroy dialog properly at unload (rizzo)oej1-7/+1
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-20/+18
2006-11-07Issue 8303 (lrizzo) - break instead of continue.oej1-1/+1
2006-11-07Fixing the attack shield so it doesn't produce attacks... Issue 8265 - never ...oej1-2/+4
2006-11-04Issue #8284: Fixes to Invite/replaces and transfer from "john"oej1-13/+5
2006-11-03This fix introduced via bug 8233murf1-0/+4
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-104/+41
2006-11-02Move check for codec translation to sip_call() instead of in add_sdp. No one ...oej1-20/+19