summaryrefslogtreecommitdiff
path: root/main/rtp.c
AgeCommit message (Expand)Author
2006-12-05Well, yes... Olle Johansson
2006-12-05Reserving flags for coming code (currently in the "videocaps" branch) Olle Johansson
2006-12-02- Disable RTP timeouts during T.38 transmissionOlle Johansson
2006-11-30Merged revisions 48168 via svnmerge from Joshua Colp
2006-11-29Change logging for p2p rtp bridge modeOlle Johansson
2006-11-29Merged revisions 48107 via svnmerge from Joshua Colp
2006-11-25- Adding comment on suspicious memory allocation. Seems like it's never freed...Olle Johansson
2006-11-22Merged revisions 47944 via svnmerge from Joshua Colp
2006-11-21Merged revisions 47897 via svnmerge from Joshua Colp
2006-11-20Use RTP/RTCP fds on the RTP structure, don't bother storing them.Joshua Colp
2006-11-20Merged revisions 47852 via svnmerge from Joshua Colp
2006-11-15Merged revisions 47645 via svnmerge from Joshua Colp
2006-11-15Merged revisions 47639 via svnmerge from Joshua Colp
2006-11-02Merged revisions 47053 via svnmerge from Tilghman Lesher
2006-10-30In debug mode, recognize that someone is sending zrtp, even though weOlle Johansson
2006-10-29Bind RTCP to the same IP as RTP. Olle Johansson
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)Russell Bryant
2006-10-25Merged revisions 46154 via svnmerge from Kevin P. Fleming
2006-10-18Merged revisions 45452 via svnmerge from Joshua Colp
2006-10-06Merged revisions 44628 via svnmerge from Joshua Colp
2006-10-06Merged revisions 44605 via svnmerge from Joshua Colp
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-30Merged revisions 44090 via svnmerge from Paul Cadach
2006-09-27Merged revisions 43798 via svnmerge from Joshua Colp
2006-09-24Small Cisco's RTP DTMF updatePaul Cadach
2006-09-23Correct behavior on Cisco's DTMFPaul Cadach
2006-09-21Remove deprecated CLI apps from the coreTilghman Lesher
2006-09-21SS7 marked the start of an open season for trunk again but here's something m...Joshua Colp
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-20Totally break a P2P bridge upon going on hold, and re-establish it upon going...Joshua Colp
2006-09-20Expand codec check so that raw formats must be equal for a Packet2Packet brid...Joshua Colp
2006-09-18allow for packetization on rtp channel drivers, need to addMatt O'Gorman
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-09Optimize a bitJoshua Colp
2006-09-09It's another round of RTP updates!Joshua Colp
2006-09-01Unbridge the RTP streams at the correct placeJoshua Colp
2006-09-01If we are doing video and we can't reinvite, then resort to generic bridging ...Joshua Colp
2006-08-31Tweak the DTMF muting stuff a bit to take into account VLDTMF and compensation.Joshua Colp
2006-08-31Only write a received packet out if we are actually bridged to somethingJoshua Colp
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-30Only feed a DTMF frame into the core if we need toJoshua Colp
2006-08-30Only switch the second alert fd (which is RTCP) to callback mode if it is in useJoshua Colp
2006-08-30Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged...Joshua Colp
2006-08-30If the RTP stack is already being operated in callback mode, then suspend it ...Joshua Colp
2006-08-30This is the last round of RTP bridge optimizations. Basically it introduces a...Joshua Colp
2006-08-29Move the direct bridge write to after the NAT handling codeJoshua Colp
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming