aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-06-05Merged revisions 67307 via svnmerge from crichter1-3/+3
2007-06-05Merged revisions 67306 via svnmerge from crichter1-161/+151
2007-06-05Only muck with the thread structure if an idle one was found/created.file1-2/+4
2007-06-05ensure that a burst of full frames (AST_FRAME_DTMF being the prime example) w...kpfleming1-24/+66
2007-06-05Merged revisions 67209 via svnmerge from crichter3-0/+19
2007-06-04Fix up a bunch of places where the iax2 pvt structure can disappear and therussell1-14/+39
2007-06-04Fix for skinny keepalives.qwell1-5/+11
2007-06-04Fixes for dtmf/dialing with mgcp (similar to the recent fix for chan_skinny)qwell1-56/+72
2007-06-04Add comments for two functions that get called with the appropriate call locked,russell1-0/+18
2007-06-04Better handle SIP devices that say they have SDP content... but really don't....file1-1/+1
2007-06-04Resolve a deadlock in chan_iax2. When handling an implicit ACK to a frame thatrussell1-5/+9
2007-06-01Changes to the way DTMF is handled in the core broke dialing in chan_skinny.russell1-30/+87
2007-05-31Merged revisions 66764 via svnmerge from file1-3/+3
2007-05-30Silly me for having out of date source! Oh well... I'm still leaving my comment.file1-1/+0
2007-05-30When calling some peer/host that may not exist/reply back... don't keep the d...file1-1/+2
2007-05-30Change how channel names are generated a bit. (issue #9825 reported by eldadran)file2-7/+7
2007-05-29Properly handle 408 request timeout - according to the RFC, the dialog dies i...oej1-0/+24
2007-05-29Don't issue hangup on hangup on hangup on hangup (for jcmoore)oej1-1/+1
2007-05-29Don't reset hangupcause if we already have oneoej1-1/+1
2007-05-29Tracking down hanging channels, killing them one by one. Issue #9235 and relatedoej1-3/+11
2007-05-29Merged revisions 66349 via svnmerge from oej1-0/+4
2007-05-28Make the usedistinctiveringdetection option work again. (issue #9823 reported...file1-2/+1
2007-05-27I don't know what this was trying to do, but it's clearly incorrect.qwell1-5/+5
2007-05-25handle the GNUTLS library properly in the configure script and build systemkpfleming1-0/+1
2007-05-24oops, use #ifdef instead of #ifkpfleming1-2/+2
2007-05-24don't reference GnuTLS headers and functions unless the configure script foun...kpfleming1-1/+5
2007-05-24Issue 7672 - fix by zandbelt - Asterisk core dump since the GnuTLS interface ...oej1-0/+6
2007-05-24Issue 8193 - NAT issues with gtalk/STUN. Patch by phsultan. Thanks!oej1-2/+21
2007-05-24Issue 7686, fix by phsultan, NAT issues when calling from gtalk to SIP over nat.oej1-1/+1
2007-05-24Issue #8536 - Caller ID not set in CDR for jingleoej1-3/+16
2007-05-24Merged revisions 65837 via svnmerge from file1-0/+1
2007-05-24Issue 8409 - phsultan - Fix "login" as component to jabber server.oej1-1/+8
2007-05-24Merged revisions 65767 via svnmerge from crichter1-0/+2
2007-05-23start the delayed PBX when receive voice or video full frames as well, and co...kpfleming1-12/+22
2007-05-23Merged revisions 65682 via svnmerge from kpfleming1-3/+5
2007-05-23clear the 'delay PBX' flag when we are ready to start the PBXkpfleming1-0/+1
2007-05-23don't start a PBX on a new incoming IAX2 channel until we have some sort of r...kpfleming1-6/+21
2007-05-23Merged revisions 65676 via svnmerge from kpfleming1-3/+4
2007-05-23Merged revisions 65588 via svnmerge from russell1-16/+31
2007-05-22List res_smdi as a dependency for app_voicemail and chan_zaprussell1-0/+1
2007-05-22Merged revisions 65328 via svnmerge from crichter1-1/+2
2007-05-18Merged revisions 65122 via svnmerge from oej1-1/+4
2007-05-18Merged revisions 65075 via svnmerge from oej1-2/+7
2007-05-18- Adding support for putting calls OFF hold with a re-invite with blank SDP. ...oej1-33/+37
2007-05-18Merged revisions 65007 via svnmerge from crichter2-7/+5
2007-05-18Issue 9487 - stop media flows at hangup of calloej1-0/+3
2007-05-18Merged revisions 64902 via svnmerge from crichter1-1/+2
2007-05-17Even more direct RTP setup fixes! Don't allow a codec that isn't supported to...file1-0/+5
2007-05-16Fix auth on BYE. (Different patch than for 1.2)oej1-6/+8
2007-05-16Issue #9681 - Handle www-auth on BYEoej1-0/+9