summaryrefslogtreecommitdiff
path: root/main/rtp.c
AgeCommit message (Expand)Author
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