aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-17Allow chan_sip to handle attended transfers from a SIP phone that is sitting ...file1-1/+1
2007-02-14git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@54438 f38db490-d6...oej1-1/+1
2007-02-13Make sure that outbound calls are applied to the peer.oej1-2/+1
2007-02-01Copy noncodeccapability over to the joint variable so that telephone-event wi...file1-0/+1
2007-02-01Don't negotiate RFC2833 when not configured to do so. (issue #8799 reported b...file1-6/+6
2007-02-01- Make sure we release call from call counter before we destroy call (maybe #...oej1-3/+10
2007-01-31Fix a bunch of places where pthread_attr_init() was called, butrussell1-1/+4
2007-01-17Move the check for a failure of ast_channel_alloc() to before locking therussell1-1/+1
2007-01-11Issue #8793 bad response for Unsupported Extension (different fix).oej1-0/+2
2007-01-05ensure that threads which are supposed to be detached (because we aren't goin...kpfleming1-1/+6
2006-12-27Issue 8596: Set CAN_BYE flag for 100 trying toooej1-0/+1
2006-12-24Remove a couple of misplaced dots in log messages. This was reported byrussell1-2/+2
2006-12-15Issue #8592 - handle 504 as 503 - congestionoej1-0/+3
2006-12-06Issue #8528 - make sure we don't delete the dialog too quickly after receivingoej1-6/+15
2006-12-06Don't add Contact header on BYE, CANCEL, MESSAGE requestsoej1-1/+2
2006-12-05Only set the ALREADYGONE flag once in handle_response()oej1-2/+1
2006-11-30Issue 8319 - noriyuki - nonce-count updated *after* useoej1-1/+2
2006-11-30Do proper test and don't leave dialogs hanging...oej1-1/+1
2006-11-24Change some logging levels. Not having hints is not an ERROR, but still shoul...oej1-2/+2
2006-11-23Remove unused variable (rizzo)oej1-4/+2
2006-11-20Free history items at the end of use of the temporary SIP pvt structure. (iss...file1-0/+6
2006-11-20Just to be safe, disable all the scheduled items after deleting a scheduler e...oej1-2/+9
2006-11-16Don't fixup if we haven't got PVT. Suggestion from Martin Vit on -dev mailing...oej1-0/+5
2006-11-15CANCEL requests are never authenticated (according to RFC 3261)oej1-2/+2
2006-11-15Send error message if we fail to allocate sip socket, possibly caused by too fewoej1-0/+13
2006-11-15Sending 200 OK and not getting ACK is considered critical for the call.oej1-1/+1
2006-11-14Avoid collissions between the peerpoke system and the retransmits. Issue #8272.oej1-3/+5
2006-11-13Having more than 255 old messages caused corruption in the new/old counttilghman1-3/+3
2006-11-13Don't send 487 if we've already sent 200 OK on invite at time of receiving a ...oej1-1/+2
2006-11-10Clear dialog on loop (backport from 1.4 by mistake)oej1-2/+3
2006-11-10- Don't check for ignore in blocks that isn't reached if ignore is on...oej1-31/+11
2006-11-10Fix multipart/mixed SDP support (issue 8010, alphaque)oej1-1/+3
2006-11-08Destroy the proper dialog...oej1-1/+1
2006-11-08Remove dialog properly at unload of module (rizzo)oej1-7/+1
2006-11-07Don't ever reply to an ACK. (Issue 8265)oej1-1/+2
2006-11-02Repeat after me oej: I will at least make sure my code compiles before I comm...file1-1/+1
2006-11-02Don't overwrite flags in the packetoej1-1/+2
2006-10-31Another try to fix ;rport NAT traversal support (issue #7473)oej1-1/+1
2006-10-31If peer fails ACL check, fail the REGISTER attemptoej1-0/+2
2006-10-31On the other hand, we already copy the NAT flags... Reverting.oej1-3/+0
2006-10-31Issue 7473 - support ;rport on REGISTER requests too. oej1-0/+4
2006-10-29Issue #7869 - Stop sending 302 redirect when not getting an answer...oej1-2/+1
2006-10-29issue #7608: Notifications with wrong content-type. Reported by jsiddall.oej1-8/+6
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