aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-30Merged revisions 49066 via svnmerge from file1-0/+4
2006-12-27Merged revisions 49006 via svnmerge from kpfleming1-7/+7
2006-12-26Merged revisions 48964 via svnmerge from file1-6/+18
2006-12-15Merged revisions 48506 via svnmerge from file1-41/+55
2006-12-14Merged revisions 48472 via svnmerge from file1-11/+61
2006-12-14Merged revisions 48461 via svnmerge from file1-75/+1
2006-12-11Merged revisions 48381 via svnmerge from file1-36/+52
2006-12-06Staticize one, and Constify a bunch of usage strings for CLI commands.russell1-8/+8
2006-12-05Doxygen updatesoej1-1/+28
2006-12-05Well, yes... oej1-1/+1
2006-12-05Reserving flags for coming code (currently in the "videocaps" branch) oej1-0/+2
2006-12-02- Disable RTP timeouts during T.38 transmissionoej1-0/+52
2006-11-30Merged revisions 48168 via svnmerge from file1-2/+8
2006-11-29Change logging for p2p rtp bridge modeoej1-10/+10
2006-11-29Merged revisions 48107 via svnmerge from file1-0/+2
2006-11-25- Adding comment on suspicious memory allocation. Seems like it's never freed...oej1-6/+11
2006-11-22Merged revisions 47944 via svnmerge from file1-22/+2
2006-11-21Merged revisions 47897 via svnmerge from file1-1/+1
2006-11-20Use RTP/RTCP fds on the RTP structure, don't bother storing them.file1-20/+17
2006-11-20Merged revisions 47852 via svnmerge from file1-2/+3
2006-11-15Merged revisions 47645 via svnmerge from file1-2/+4
2006-11-15Merged revisions 47639 via svnmerge from file1-1/+2
2006-11-02Merged revisions 47053 via svnmerge from tilghman1-13/+13
2006-10-30In debug mode, recognize that someone is sending zrtp, even though weoej1-0/+8
2006-10-29Bind RTCP to the same IP as RTP. oej1-1/+5
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)russell1-2/+2
2006-10-25Merged revisions 46154 via svnmerge from kpfleming1-0/+2
2006-10-18Merged revisions 45452 via svnmerge from file1-2/+2
2006-10-06Merged revisions 44628 via svnmerge from file1-8/+1
2006-10-06Merged revisions 44605 via svnmerge from file1-0/+4
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-12/+24
2006-09-30Merged revisions 44090 via svnmerge from pcadach1-3/+7
2006-09-27Merged revisions 43798 via svnmerge from file1-0/+6
2006-09-24Small Cisco's RTP DTMF updatepcadach1-12/+5
2006-09-23Correct behavior on Cisco's DTMFpcadach1-6/+63
2006-09-21Remove deprecated CLI apps from the coretilghman1-129/+7
2006-09-21SS7 marked the start of an open season for trunk again but here's something m...file1-35/+36
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-1/+1
2006-09-20Totally break a P2P bridge upon going on hold, and re-establish it upon going...file1-2/+18
2006-09-20Expand codec check so that raw formats must be equal for a Packet2Packet brid...file1-7/+13
2006-09-18allow for packetization on rtp channel drivers, need to addmogorman1-89/+49
2006-09-18merge qwell's CLI verbification workkpfleming1-56/+175
2006-09-09Optimize a bitfile1-7/+3
2006-09-09It's another round of RTP updates!file1-27/+38
2006-09-01Unbridge the RTP streams at the correct placefile1-8/+9
2006-09-01If we are doing video and we can't reinvite, then resort to generic bridging ...file1-1/+7
2006-08-31Tweak the DTMF muting stuff a bit to take into account VLDTMF and compensation.file1-1/+4
2006-08-31Only write a received packet out if we are actually bridged to somethingfile1-4/+6
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-102/+167
2006-08-30Only feed a DTMF frame into the core if we need tofile1-1/+1