aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-26Issue #7240, by mistake only committed to trunk (now 1.4), reported byoej1-2/+4
2006-10-25Working to resolve #7608 - adding debug outputoej1-0/+2
2006-10-25Fix the attack shield for 1.2 too. REFER and NOTIFY can create dialogsoej1-5/+18
2006-10-17Don't create a "real" pvt structure for requests that shouldn't be able to cr...file1-23/+59
2006-10-17After some research, we realized that the default behaviour since a longoej1-10/+1
2006-10-16Use responses rather then replies even though they mean the same thing.file1-8/+8
2006-10-16Add 'ignoreoodreplies' option which will not create a pvt structure on a SIP ...file1-0/+14
2006-10-12ensure that IAX2 and SIP sockets allow UDP fragmentation when running on Linu...kpfleming1-0/+3
2006-10-09Issue #8101 - wrong parameter for screening in remote-party-idoej1-19/+21
2006-10-05fix Polycom presence notification againkpfleming1-3/+5
2006-10-04remove workaround for old Polycom firmware SUBSCRIBE requestskpfleming1-3/+4
2006-10-02Change the fd on the I/O context in case it changed during the reload, which ...file1-1/+6
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-5/+2
2006-09-26Use proper type to represent the group variable (issue #8025 reported by makoto)file1-1/+1
2006-09-20make some more functions statickpfleming1-2/+2
2006-09-19fixes some verbose vs debug issues. patch from bug 2617mogorman1-1/+1
2006-09-18Issue #7682 - don't add contacts to 4xx responses. oej1-1/+1
2006-09-09- Reset proper flagoej1-6/+4
2006-09-04Don't kill the pvt before we have sent ACK on CANCEL (needs more testing befo...oej1-9/+28
2006-09-01Only wipe the redirected audio & video IP/port if it's specified, and trigger...file1-4/+8
2006-09-01put in proper fix for issue #7294 instead of the broken partial fix that was ...kpfleming1-4/+8
2006-08-30Issue #7572 - Hangup when receiving a buggy 487 response to an INVITEoej1-0/+3
2006-08-30Restore original functionality of 1.2 in places where ANI was not set, but wasrussell1-3/+1
2006-08-30Issue 7822 - don't use SRV lookups if it's disabled.oej1-2/+2
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