summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2006-12-17define a mask SIP_INSECURE sam as for other sets of flags.Luigi Rizzo
2006-12-15Issue #8592 - treat 504 as congestion (imported from 1.2/1.4)Olle Johansson
2006-12-15Update to latest IANA specsOlle Johansson
2006-12-12Fix various spelling mistakes in comments.Russell Bryant
2006-12-06Handle multiple 487's correctlyOlle Johansson
2006-12-06Don't send Contact in SIP Messages (imported from 1.2/1.4).Olle Johansson
2006-12-06Constify a bunch of the usage strings for CLI commands.Russell Bryant
2006-12-02Cleaning up handle_response a bit. (Imported from 1.4)Olle Johansson
2006-12-02Send CANCEL to call with early media (PROGRESS INBAND).Olle Johansson
2006-12-02Invitestate updatesOlle Johansson
2006-12-02- Disable RTP timeouts during T.38 transmissionOlle Johansson
2006-12-01- Remove T.38 early media, since T.38 requires two way communication (importe...Olle Johansson
2006-11-30Issue #8319 (imported from 1.2, 1.4) - Increment nonce-count properly (noriyuki)Olle Johansson
2006-11-30Merging patch from 1.2/1.4. I think this was originally spotted byOlle Johansson
2006-11-30I am pretty sure that oej only meant to change the variable name in the sourc...Joshua Colp
2006-11-27Change error message (imported from 1.4)Olle Johansson
2006-11-25Changing ERROR to lesser level. Imported from 1.2/1.4Olle Johansson
2006-11-23Remove unused memory allocationOlle Johansson
2006-11-21Treat 101 as 100, not 183 session progressOlle Johansson
2006-11-20Properly reset schedule items (rizzo)Olle Johansson
2006-11-18Merged revisions 47823 via svnmerge from Luigi Rizzo
2006-11-16Merged revisions 47764 via svnmerge from Joshua Colp
2006-11-16Make it possible to enable/disable onhold tracking, in order to make life easierOlle Johansson
2006-11-16Merging implementation of invite states from my "invitestate" branch for 1.2....Olle Johansson
2006-11-16- CANCEL never uses authenticationOlle Johansson
2006-11-15Hunting the initreq change for an ACKOlle Johansson
2006-11-15- Don't reply to ACKOlle Johansson
2006-11-15Send proper SIP error message improperly when we can't allocate dialog (out o...Olle Johansson
2006-11-15Update doxygen docs to reflect the code...Olle Johansson
2006-11-14Merged revisions 47628 via svnmerge from Joshua Colp
2006-11-14Adding some debug output to trace bug in realtimeOlle Johansson
2006-11-14Adding a new debug line for issue #7351 - trying to find where an ACK can ove...Olle Johansson
2006-11-14Issue #8272 imported from 1.2/1.4 - Let the peerpoke system destroy it's own ...Olle Johansson
2006-11-14Remove flags not used any more (thanks Luigi)Olle Johansson
2006-11-13Merged revisions 47581 via svnmerge from Tilghman Lesher
2006-11-13Small fix for uncommon scenario.Olle Johansson
2006-11-13Only produce error message once, don't fill the screen with them...Olle Johansson
2006-11-13merge from astobj2-r47450: use UNLINK to remove a packet from its queue,Luigi Rizzo
2006-11-13merge from codename-pineapple and astobj2 47499:Luigi Rizzo
2006-11-12Part of patch in #7403 to improve tag checking in pedantic mode (stephen_dredge)Olle Johansson
2006-11-12Restore auto-framing (DEA). Imported from 1.4Olle Johansson
2006-11-12- Support UDPTL as well as udptl in T38 sdp.Olle Johansson
2006-11-12- Don't hangup because of failed re-invite. Go back to previous state.Olle Johansson
2006-11-12- Add some comments to t.38 codeOlle Johansson
2006-11-10Add some history and fix some debug output for autodestruct.Olle Johansson
2006-11-10Proper fix for adding debug...Olle Johansson
2006-11-10Make sure we destroy dialog in case of loopOlle Johansson
2006-11-10Cleanup imported from 1.4Olle Johansson
2006-11-10Issue 8336- fix support for multipart SDP (imported from 1.2/1.4). (Alphaque)Olle Johansson
2006-11-10Merged revisions 47436 via svnmerge from Tilghman Lesher