aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-08Only update codec information if the channel has a technology private structure.file1-2/+2
2007-10-08Update codec information as well as address when doing hold reinvites.file1-0/+5
2007-10-05Update the remembered RTP peer information when putting an endpoint on hold o...file1-0/+5
2007-10-03When an RFC 2833 event is sent that we don't recognize, ignore it, don't queu...tilghman1-0/+4
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-9/+9
2007-08-27(closes issue #10562)file1-1/+1
2007-08-22(closes issue #10526)file1-1/+1
2007-08-15(closes issue #10440)file1-1/+1
2007-08-06(closes issue #10355)file1-1/+1
2007-07-25set the sequence number in a frame for all frame typesrizzo1-1/+1
2007-07-17cast arguments to ast_log so that it builds without warnings for merussell1-1/+1
2007-07-17Ensure that the pointer to STUN data does not go to unaccessible memory. (ASA...file1-2/+2
2007-06-27Only output debug information related to RTCP timestamps when RTCP debugrussell1-1/+1
2007-06-26Don't dereference a pointer that may be NULL here.qwell1-0/+3
2007-06-21Do not Packet2Packet bridge if packetization settings do not allow it. (issue...file1-0/+13
2007-06-20Put the speex packetization values back in but disable it when setting up the...file1-1/+1
2007-06-19Merged revisions 69992 via svnmerge from file1-12/+17
2007-06-12Merged revisions 68921 via svnmerge from file1-0/+5
2007-06-06Merged revisions 67649 via svnmerge from file1-1/+6
2007-06-04Add a missing \n. (pointed out by jcmoore on IRC)russell1-1/+1
2007-05-29Handle cases where a frame may have no data. (issue #9519 reported by dmb)file1-2/+3
2007-05-24Make 1.4 build on my machine, too..russell1-1/+1
2007-05-24don't use uninitialized variableskpfleming1-1/+1
2007-05-24I like it when the RTP stack compiles myself...file1-1/+1
2007-05-24Fix the calculation of the RTT for RTCP. The previous code would result inrussell1-19/+37
2007-04-20Avoid invalid seqno cycling detection.qwell1-1/+1
2007-04-20Remove a stray debug message introduced by a recent commit.russell1-3/+1
2007-04-18Clean upp formatting, add some doxygen stuff while we're in cleaning mode... ...oej1-18/+18
2007-04-18Issue #9554 - Improve RTCP (Dave Troy)oej1-7/+5
2007-03-29Merged revisions 59357 via svnmerge from russell1-4/+8
2007-03-26The AUDIORTPQOS and VIDEORTPQOS variables are not fully functional in somerussell1-2/+14
2007-03-12Allow RFC2833 compensation to compensate for even stupider implementations by...file1-20/+22
2007-03-08Make early SDP seeding even smarter! We have to check codecs in the make_comp...file1-6/+12
2007-03-07Ensure we have (or should have) at least one matching codec before attempting...file1-1/+12
2007-03-05Preserve marker bit when P2P bridging. (issue #9198 reported by edgreenberg)file1-1/+1
2007-02-07We can not reliably do P2P bridging with DTMF passing back with compensation ...file1-0/+8
2007-02-07When parsing the NTP timestamp in a sender report message, you are supposed torussell1-1/+1
2007-02-02Correct a copy/pasted error message line for RTCP.file1-1/+1
2007-02-01When going on hold have the side that was put on hold reinvite back to Asteri...file1-1/+14
2007-02-01Add more frame types to forward in the RTP bridge loops.file1-5/+15
2007-01-31Merged revisions 53039 via svnmerge from russell1-9/+9
2007-01-29Fix a problem with packet-to-packet bridging and DTMF mode translation. P2Prussell1-1/+9
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-10/+26
2007-01-18Pass data as well for hold/unhold/vidupdate frames. (issue #8840 reported by ...file1-2/+2
2007-01-17Return the correct result when directly writing out a packet so that the core...file1-2/+2
2007-01-17Fix issue with dtmf continuation packets when the dtmf digit is 0...qwell1-2/+5
2007-01-11Add support to see whether NAT was detected (yay symmetric RTP) and also add ...file1-0/+5
2007-01-08Disable the more intense packet2packet bridging until the bugs can be worked ...file1-0/+10
2006-12-30If the Packet2Packet bridge is being broken because of a masquerade then atte...file1-0/+4
2006-12-27since these variables all have static duration, none of them need initializer...kpfleming1-7/+7