aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-20Turn media level c= parsing on by default (issue #7725 reported by psm)file1-22/+18
2006-08-08Increase the buffer size for the callid (issue #7675, reported by pssatcs)russell1-2/+2
2006-08-05don't advertise that this function can set a SIP header when it can onlyrussell1-1/+1
2006-08-05Fix an issue that would cause a NewCallerID manager event to be generatedrussell1-4/+13
2006-08-02fix brain-damage I introduced when trying to fix the CANCEL/BYE sending mecha...kpfleming1-9/+12
2006-07-31don't reissue hangup requests for SIP channels that have expired their RTP ti...kpfleming1-2/+12
2006-07-29How many attempts does it take to make a SIP URI parser that works well? I'm ...file1-22/+23
2006-07-28Make a copy of the request URI in check_user_full instead of modifying the on...file1-12/+15
2006-07-27fix a crash when MALLOC_DEBUG is enabled and the regexten is enabled. The crashrussell1-1/+10
2006-07-26Put default callerid into contact when the one specified is either NULL or ha...file1-1/+1
2006-07-13report address of peer trying to subscribe to unknown hintkpfleming1-1/+3
2006-07-06Instead of giving the scheduled item ID on a peer expiration, give the time u...file1-1/+1
2006-07-04Tell clients based on old SIP standard that we only support MD5 digest authen...oej1-2/+2
2006-07-03issue #7470 - Need larger buffer for record-route headers...oej1-1/+1
2006-07-03use ast_set_callerid to be more consistent and to make sure that therussell1-4/+1
2006-06-28Don't delete scheduled item twice in sip_destroy (already fixed in svn trunk)oej1-3/+0
2006-06-26ensure that two SIP channels that exist at the same moment will not have the ...kpfleming1-3/+3
2006-06-26Issue 6997 maybe, but anyway - don't retransmit responses to NON-invite reque...oej1-2/+3
2006-06-25Bug 7425 - Size of buffer is passed in by lentilghman1-1/+1
2006-06-20Issue #6820 - Possible fix (already implemented in trunk)oej1-9/+14
2006-06-15Issue 7294 - patch by phsultan - Asterisk sends Invite instead of BYE in some...oej1-1/+1
2006-06-09Do not require a context on a domain= settingoej1-2/+2
2006-05-25allow SIPCHANINFO(peername) to work for calls from users as well (issue #7215)kpfleming1-0/+1
2006-05-24oops... make sure to stop processing a request once we have sent an authentic...kpfleming1-0/+6
2006-05-24don't send CANCEL on a pending INVITE if we haven't received a provisional re...kpfleming1-24/+50
2006-05-24fix for non-OSP builds (issue #7217)kpfleming1-1/+1
2006-05-24add an option to allow the admin to 'hide' SIP user/peer names from systems t...kpfleming1-12/+44
2006-05-23simplify/fix lock retry, and fix commentkpfleming1-5/+4
2006-05-23 Sanity check code for an extended failure in trying to obtain a channel loc...bweschke1-1/+10
2006-05-20fix the possibility of writing one byte past the end of a buffer.russell1-2/+3
2006-05-19use the specified 'subscribecontext' for a peer rather than the context found...kpfleming1-2/+6
2006-05-18fix up a few more places to find the SDP properly (fallout from fix for #7124)kpfleming1-3/+3
2006-05-18handle incoming multipart/mixed message bodies in SIP and find the SDP, if pr...kpfleming1-26/+98
2006-05-18support 'inactive' tag for SDP media streams (simple fix, proper fix will app...kpfleming1-3/+3
2006-05-17Issue #7176 - Crash in expire_registeroej1-3/+10
2006-05-17chan_sip did not use the TRANSFER_CONTEXT for transfers, like res_features. N...oej1-3/+8
2006-05-11ensure that we send a response to REGISTER requests that are successfully aut...kpfleming1-1/+6
2006-05-09 Add the appropriate jumping behavior that is the standard for 1.2.X to SIPGe...bweschke1-8/+31
2006-05-08Issue 7103 - mikmaoej1-2/+2
2006-05-03Issue #7074 - Problem with long contact linesoej1-10/+12
2006-04-07- Fix cause codesoej1-2/+3
2006-04-07- Fix possible minor memory leak in chan_sipoej1-2/+5
2006-04-03Issue #6848 take two - Use the tag provided by the SUBSCRIBE request when sen...oej1-2/+6
2006-04-03Ugly patch to avoid hangup causes in non-final responsesoej1-1/+1
2006-03-30Bug 6853 - Manager fixes: 1) extra ActionID, 2) missing colontilghman1-5/+1
2006-03-29Issue #6823oej1-1/+1
2006-03-28Fix breakage of NAT support for peers with qualify=yes.oej1-1/+1
2006-03-27Issue #6736 - Use flags for OPTION messages. Thanks Casper!oej1-1/+2
2006-03-27Issue #6597 - sip show registry shows incorrect portoej1-0/+2
2006-03-27Issue #6409 - Use "s" extension when there's no username in the URIoej1-9/+14