aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_rtp_asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-14Merged revisions 323370 via svnmerge from twilson1-0/+45
2011-05-06Merged revisions 317918 via svnmerge from dvossel1-3/+3
2011-04-14Sets video mark bit on format field correctlytwilson1-1/+3
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...dvossel1-1/+3
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()pabelanger1-9/+9
2011-02-03Asterisk media architecture conversion - no more format bitfieldsdvossel1-52/+48
2010-12-20Some scheduler API cleanup and improvements.russell1-3/+3
2010-10-06Merged revisions 290542 via svnmerge from twilson1-0/+5
2010-10-02Merged revisions 289840 via svnmerge from jpeeler1-1/+14
2010-09-21Merged revisions 287895 via svnmerge from russell1-2/+5
2010-09-01Merged revisions 284477 via svnmerge from twilson1-0/+12
2010-08-24Merged revisions 283457 via svnmerge from lmadsen1-0/+9
2010-07-28Merged revisions 280225 via svnmerge from twilson1-2/+2
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-07-14Fix errors where incorrect address information was printed.mmichelson1-2/+2
2010-07-08Add IPv6 to Asterisk.mmichelson1-223/+225
2010-07-06Merged revisions 274157 via svnmerge from mmichelson1-1/+5
2010-06-30Fix rt(c)p set debug ip taking wrong argumentpabelanger1-5/+7
2010-06-21fixes logic error introduced by slin16 sip supportdvossel1-1/+2
2010-06-17adds support for slin16 in sipdvossel1-1/+1
2010-06-17adds speex 16khz audio supportdvossel1-0/+1
2010-06-16addition of G.719 pass-through supportdvossel1-0/+1
2010-06-08Add SRTP support for Asterisktwilson1-18/+71
2010-05-19fixes crash during dtmfdvossel1-2/+3
2010-03-25Recorded merge of revisions 254452 via svnmerge from mmichelson1-13/+37
2010-03-12Only change the RTP ssrc when we see that it has changedtwilson1-17/+50
2010-02-20Improve support for RTCP reports without report blocksoej1-0/+4
2010-01-20rtp timestamp to timeval calculation fixdvossel1-18/+6
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