aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-12-06changed a few debugs to higher debug levelscrichter1-4/+8
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-30Only print out debug message if bridged channel is not NULL. (issue #8412 rep...file1-1/+1
2006-11-30Do proper test and don't leave dialogs hanging...oej1-1/+1
2006-11-28According to the research I have done we never needed to include compiler.h i...file1-5/+0
2006-11-24Change some logging levels. Not having hints is not an ERROR, but still shoul...oej1-2/+2
2006-11-23fixed a litle bug regarding HOLD/RETRIEVE. beatufied some logs, changed some ...crichter3-53/+53
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-16Because of the way chan_local is written we should be extra careful and make ...file1-0/+21
2006-11-16Don't fixup if we haven't got PVT. Suggestion from Martin Vit on -dev mailing...oej1-0/+5
2006-11-15Make sure that the pvt structure exists before trying to do fixup on Local ch...file1-0/+4
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-13Don't play dialtone if the seizing the channel fails (Bug 7754)tilghman1-1/+3
2006-11-12Only do the check to determine whether the channel calling this function is anrussell1-4/+4
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-09Don't include compiler.h on kernels 2.6.18 and higher as, well, it's apparent...file1-0/+2
2006-11-09Fixed segfault when no misdn.conf exists, reported by Igor Neves, thanks.crichter3-5/+10
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-27fixed a bug which caused chan_misdn to try to allocate 2 times the same chann...crichter4-29/+31
2006-10-26Issue #7240, by mistake only committed to trunk (now 1.4), reported byoej1-2/+4
2006-10-26Remove a useless ast_mutex_unlock.qwell1-1/+0
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-25added nttimeout option to configure wether we disconnect calls on NT timeouts...crichter3-3/+14
2006-10-21fixed issue, that if chan_misdn is loaded and couldn't be initialized it woul...crichter1-1/+6
2006-10-17Don't create a "real" pvt structure for requests that shouldn't be able to cr...file1-23/+59
2006-10-17Fix an integer signedness problem.qwell1-0/+4
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