summaryrefslogtreecommitdiff
path: root/res/res_rtp_asterisk.c
AgeCommit message (Expand)Author
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-19Correct output of RTCP jitter statistics in SR and RR reportsKinsey Moore
2012-01-17Eliminate odd initialization of probation variable.Mark Michelson
2012-01-17Adds pjmedia probation concepts to res_rtp_asterisk's learning mode.Jonathan Rose
2011-11-28Fix regression that 'rtp/rtcp set debup ip' only works when also a port was s...Stefan Schmidt
2011-11-10only attempt to do stun handling on ipv4 or ipv4 mapped to ipv6 addressesMatthew Nicholson
2011-10-14Merged revisions 340971 via svnmerge from Kinsey Moore
2011-09-21Merged revisions 337178 via svnmerge from Olle Johansson
2011-09-20Merged revisions 336878 via svnmerge from Russell Bryant
2011-07-19Merged revisions 328824 via svnmerge from Kinsey Moore
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-07Adds pass-through support for codec CELT.David Vossel
2011-06-14Merged revisions 323370 via svnmerge from Terry Wilson
2011-05-06Merged revisions 317918 via svnmerge from David Vossel
2011-04-14Sets video mark bit on format field correctlyTerry Wilson
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...David Vossel
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-10-06Merged revisions 290542 via svnmerge from Terry Wilson
2010-10-02Merged revisions 289840 via svnmerge from Jeff Peeler
2010-09-21Merged revisions 287895 via svnmerge from Russell Bryant
2010-09-01Merged revisions 284477 via svnmerge from Terry Wilson
2010-08-24Merged revisions 283457 via svnmerge from Leif Madsen
2010-07-28Merged revisions 280225 via svnmerge from Terry Wilson
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-14Fix errors where incorrect address information was printed.Mark Michelson
2010-07-08Add IPv6 to Asterisk.Mark Michelson
2010-07-06Merged revisions 274157 via svnmerge from Mark Michelson
2010-06-30Fix rt(c)p set debug ip taking wrong argumentPaul Belanger
2010-06-21fixes logic error introduced by slin16 sip supportDavid Vossel
2010-06-17adds support for slin16 in sipDavid Vossel
2010-06-17adds speex 16khz audio supportDavid Vossel
2010-06-16addition of G.719 pass-through supportDavid Vossel
2010-06-08Add SRTP support for AsteriskTerry Wilson
2010-05-19fixes crash during dtmfDavid Vossel
2010-03-25Recorded merge of revisions 254452 via svnmerge from Mark Michelson
2010-03-12Only change the RTP ssrc when we see that it has changedTerry Wilson
2010-02-20Improve support for RTCP reports without report blocksOlle Johansson
2010-01-20rtp timestamp to timeval calculation fixDavid Vossel
2009-12-01More 32->64 bit codec conversions.Tilghman Lesher
2009-11-30Merged revisions 231441 via svnmerge from David Vossel
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-30Add an "Asterisk Architecture Overview" section to the doxygen documentation.Russell Bryant
2009-10-19Merged revisions 224670 via svnmerge from Kevin P. Fleming
2009-09-30Remove spurious debugTerry Wilson
2009-09-30Use rtp properties instead of adding a callbackTerry Wilson
2009-09-30Merged revisions 221086 via svnmerge from Terry Wilson
2009-09-12use the actual given ip address for 'rtp set debug ip <foo>' instead of the w...Michiel van Baak
2009-07-27Gracefully handle malformed RTP text packets.Mark Michelson