aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_rtp_asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-01More 32->64 bit codec conversions.tilghman1-4/+4
2009-11-30Merged revisions 231441 via svnmerge from dvossel1-1/+0
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-31/+31
2009-10-30Add an "Asterisk Architecture Overview" section to the doxygen documentation.russell1-0/+2
2009-10-19Merged revisions 224670 via svnmerge from kpfleming1-9/+14
2009-09-30Remove spurious debugtwilson1-1/+0
2009-09-30Use rtp properties instead of adding a callbacktwilson1-11/+2
2009-09-30Merged revisions 221086 via svnmerge from twilson1-0/+14
2009-09-12use the actual given ip address for 'rtp set debug ip <foo>' instead of the w...mvanbaak1-1/+1
2009-07-27Gracefully handle malformed RTP text packets.mmichelson1-0/+3
2009-07-08Merged revisions 205471 via svnmerge from dvossel1-19/+25
2009-06-18Trunk implementation of setting an alternate RTP source.mmichelson1-2/+23
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-4/+2
2009-05-13Merged revisions 194208 via svnmerge from file1-15/+66
2009-04-14Fix an incorrect clock rate when sending T140 text.file1-2/+2
2009-04-10Change how we set the local and remote address.file1-5/+3
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.file1-10/+10
2009-04-08Turn a warning message into a debug message and do not treat two situations a...file1-2/+2
2009-04-06Fix a log message getting output when it should not have been.file1-2/+4
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-1/+1
2009-04-02Merge in the RTP engine API.file1-0/+2579