aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-27Be politically correctoej1-6/+6
2006-12-27Add support for buggy Cisco MWI firmware > 8.0.3 (issue 8575 - flewid)oej1-3/+13
2006-12-27Cleanup of handle_common_optionsoej1-3/+15
2006-12-27Reset invitestate when sending new inviteoej1-0/+2
2006-12-27Issue #8600 - bogus SDP Content Length in T.38 re-inviteoej1-1/+2
2006-12-26Merged revisions 48964 via svnmerge from file1-0/+2
2006-12-24Merged revisions 48940 via svnmerge from russell1-2/+2
2006-12-17define a mask SIP_INSECURE sam as for other sets of flags.rizzo1-0/+5
2006-12-15Issue #8592 - treat 504 as congestion (imported from 1.2/1.4)oej1-0/+2
2006-12-15Update to latest IANA specsoej1-2/+4
2006-12-12Fix various spelling mistakes in comments.russell1-9/+9
2006-12-06Handle multiple 487's correctlyoej1-7/+15
2006-12-06Don't send Contact in SIP Messages (imported from 1.2/1.4).oej1-2/+3
2006-12-06Constify a bunch of the usage strings for CLI commands.russell1-20/+20
2006-12-02Cleaning up handle_response a bit. (Imported from 1.4)oej1-15/+15
2006-12-02Send CANCEL to call with early media (PROGRESS INBAND).oej1-11/+12
2006-12-02Invitestate updatesoej1-13/+25
2006-12-02- Disable RTP timeouts during T.38 transmissionoej1-68/+93
2006-12-01- Remove T.38 early media, since T.38 requires two way communication (importe...oej1-13/+10
2006-11-30Issue #8319 (imported from 1.2, 1.4) - Increment nonce-count properly (noriyuki)oej1-1/+2
2006-11-30Merging patch from 1.2/1.4. I think this was originally spotted byoej1-1/+1
2006-11-30I am pretty sure that oej only meant to change the variable name in the sourc...file1-1/+1
2006-11-27Change error message (imported from 1.4)oej1-1/+2
2006-11-25Changing ERROR to lesser level. Imported from 1.2/1.4oej1-1/+1
2006-11-23Remove unused memory allocationoej1-4/+1
2006-11-21Treat 101 as 100, not 183 session progressoej1-2/+5
2006-11-20Properly reset schedule items (rizzo)oej1-2/+9
2006-11-18Merged revisions 47823 via svnmerge from rizzo1-5/+6
2006-11-16Merged revisions 47764 via svnmerge from file1-3/+3
2006-11-16Make it possible to enable/disable onhold tracking, in order to make life easieroej1-2/+9
2006-11-16Merging implementation of invite states from my "invitestate" branch for 1.2....oej1-7/+49
2006-11-16- CANCEL never uses authenticationoej1-3/+3
2006-11-15Hunting the initreq change for an ACKoej1-3/+13
2006-11-15- Don't reply to ACKoej1-5/+14
2006-11-15Send proper SIP error message improperly when we can't allocate dialog (out o...oej1-1/+14
2006-11-15Update doxygen docs to reflect the code...oej1-0/+3
2006-11-14Merged revisions 47628 via svnmerge from file1-3/+3
2006-11-14Adding some debug output to trace bug in realtimeoej1-4/+15
2006-11-14Adding a new debug line for issue #7351 - trying to find where an ACK can ove...oej1-3/+5
2006-11-14Issue #8272 imported from 1.2/1.4 - Let the peerpoke system destroy it's own ...oej1-1/+4
2006-11-14Remove flags not used any more (thanks Luigi)oej1-4/+0
2006-11-13Merged revisions 47581 via svnmerge from tilghman1-3/+3
2006-11-13Small fix for uncommon scenario.oej1-2/+3
2006-11-13Only produce error message once, don't fill the screen with them...oej1-1/+5
2006-11-13merge from astobj2-r47450: use UNLINK to remove a packet from its queue,rizzo1-15/+10
2006-11-13merge from codename-pineapple and astobj2 47499:rizzo1-13/+8
2006-11-12Part of patch in #7403 to improve tag checking in pedantic mode (stephen_dredge)oej1-0/+13
2006-11-12Restore auto-framing (DEA). Imported from 1.4oej1-1/+6
2006-11-12- Support UDPTL as well as udptl in T38 sdp.oej1-1/+2
2006-11-12- Don't hangup because of failed re-invite. Go back to previous state.oej1-19/+26