aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp_engine.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-02Merged revisions 289798 via svnmerge from jpeeler1-0/+4
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-0/+4
2010-07-29Don't blow up if get_codec() was not provided in the RTP glue.russell1-2/+2
2010-07-08Add IPv6 to Asterisk.mmichelson1-64/+91
2010-06-17adds support for slin16 in sipdvossel1-3/+5
2010-06-17adds speex 16khz audio supportdvossel1-0/+2
2010-06-16addition of G.719 pass-through supportdvossel1-0/+2
2010-06-08Add SRTP support for Asterisktwilson1-0/+49
2010-06-07Seems strange (and the code backs up) that if the max and min of a statistic ...tilghman1-1/+1
2010-05-17Enhancements to connected line and redirecting work.mmichelson1-0/+20
2010-03-12Only change the RTP ssrc when we see that it has changedtwilson1-3/+10
2010-01-18Fix an RTP instance allocation failure on Solaris.qwell1-0/+1
2009-12-01More 32->64 bit codec conversions.tilghman1-1/+1
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-51/+52
2009-10-01Merged revisions 221776 via svnmerge from tilghman1-4/+4
2009-09-30Use rtp properties instead of adding a callbacktwilson1-7/+0
2009-09-30Merged revisions 221086 via svnmerge from twilson1-0/+7
2009-09-29Get rid of annoying and cryptic debug messages.mmichelson1-3/+0
2009-08-16Add two more API calls for getting the current glue and channel in bridging c...file1-0/+24
2009-08-13Add an API call for retrieving the engine in use by an RTP instance.file1-0/+5
2009-07-23Rework of T.38 negotiation and UDPTL API to address interoperability problemskpfleming1-2/+0
2009-06-26Improve T.38 negotiation by exchanging session parameters between application...file1-2/+4
2009-06-19Add support for allowing an RTP engine to decide on whether it is possible fo...file1-0/+12
2009-06-18Trunk implementation of setting an alternate RTP source.mmichelson1-0/+16
2009-06-02Fix a bug where we were passing in address information that should remain unm...file1-1/+3
2009-05-27Don't do a pointer comparison before setting the remote address.russell1-4/+2
2009-05-18Merged revisions 195095 via svnmerge from file1-1/+2
2009-04-29Resolve Solaris build issues and add some API documentation.russell1-2/+4
2009-04-10Change how we set the local and remote address.file1-4/+8
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.file1-1/+1
2009-04-08Fix a bug where we would native bridge when we did not want to.file1-0/+10
2009-04-08Turn a warning message into a debug message and do not treat two situations a...file1-2/+2
2009-04-06Pass the correct value to sizeof when copying address information.file1-2/+2
2009-04-02Merge in the RTP engine API.file1-0/+1572