aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-27Compensate for out of order packets better if RFC2833 compensation is turned on.file1-0/+6
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
2006-08-30Only switch the second alert fd (which is RTCP) to callback mode if it is in usefile1-1/+2
2006-08-30Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged...file1-4/+9
2006-08-30If the RTP stack is already being operated in callback mode, then suspend it ...file1-1/+13
2006-08-30This is the last round of RTP bridge optimizations. Basically it introduces a...file1-36/+174
2006-08-29Move the direct bridge write to after the NAT handling codefile1-5/+9
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...file1-197/+362
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+3012