aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-06-22Merged revisions 69053 via svnmerge from crichter1-1/+1
2007-06-22Merged revisions 68887 via svnmerge from crichter1-3/+7
2007-06-22Merged revisions 68874 via svnmerge from crichter1-7/+8
2007-06-22Fix a small typo which ... well ... completely broke chan_iax2. oops!russell1-1/+1
2007-06-21Put the thread reading from the socket back in the idle list if it deferred therussell1-0/+1
2007-06-21If a full frame is received while one of the iax2 threads is in the middlerussell1-14/+91
2007-06-20Merged revisions 70551 via svnmerge from file1-3/+1
2007-06-20Make sure we clear the previously dialed number if it did not exist.qwell1-0/+3
2007-06-20Merged revisions 70396 via svnmerge from russell1-29/+37
2007-06-19Only attempt to queue a hangup on the owner channel if it actually exists.russell1-2/+2
2007-06-19Fix a crash that could occur when handing device state changes.russell1-0/+5
2007-06-18Issue 10005 - Segfault with missing arguments, plus fix a missing define for ...tilghman1-0/+7
2007-06-18Don't count RTP timeout when involved in a T38 fax session. (issue #9222 repo...file1-1/+2
2007-06-18Merged revisions 69765 via svnmerge from file1-1/+1
2007-06-18Don't defer the BYE till later on a transfer when the transfer itself goes ka...file1-2/+4
2007-06-18Few minor transfer tweaks. We can't unlock something we never locked, and bet...file1-3/+3
2007-06-18Fix issue where it would be possible for the negotiated codecs to get set bac...file1-8/+10
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming3-3/+4
2007-06-13Whoops...file1-1/+1
2007-06-13Let's make chan_iax2 media only native transfers actually work. (issue #9376 ...file1-2/+11
2007-06-13Add TXMEDIA to list so that it is properly displayed during iax2 packet output.file1-1/+2
2007-06-13Move the logic for destroying a call when no response is received to a BYErussell1-8/+12
2007-06-13Clarify a bit of logic. This doesn't change behavior in any way, but it isrussell1-1/+1
2007-06-13Fix a place where a chan_iax2 pvt struct was accessed without the lock held.russell1-2/+9
2007-06-12Change the full frame dropping log message to debug to avoid future bug reports.file1-1/+2
2007-06-12Schedule the sending of a PING packet a second later than previously so that ...file1-1/+1
2007-06-11Merged revisions 68732 via svnmerge from crichter2-1/+13
2007-06-11Merged revisions 68631 via svnmerge from crichter5-24/+55
2007-06-08actually remember the type/subclass of full frames that are in processkpfleming1-0/+2
2007-06-07some improvements to the IAX2 full frame dropping logic recently added:kpfleming1-16/+20
2007-06-07Fix loading persistent queue members when using realtime configuration for qu...russell1-1/+1
2007-06-07Fix an issue with newer phones which require packets be padded out to the cor...qwell1-6/+25
2007-06-07Disable chan_features by default in menuselectoej1-0/+3
2007-06-07Merged revisions 67938 via svnmerge from file1-1/+0
2007-06-06Fix a crash when doing call pickups with SIP phones. The code unlocked therussell1-3/+4
2007-06-05Suppress a bunch of debug output unless option_debug is onrussell1-17/+29
2007-06-05Correctly update date/time on devices throughout the life of the device, inst...qwell1-1/+3
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