summaryrefslogtreecommitdiff
path: root/main/rtp_engine.c
AgeCommit message (Expand)Author
2010-07-08Add IPv6 to Asterisk.Mark Michelson
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-06-07Seems strange (and the code backs up) that if the max and min of a statistic ...Tilghman Lesher
2010-05-17Enhancements to connected line and redirecting work.Mark Michelson
2010-03-12Only change the RTP ssrc when we see that it has changedTerry Wilson
2010-01-18Fix an RTP instance allocation failure on Solaris.Jason Parker
2009-12-01More 32->64 bit codec conversions.Tilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-01Merged revisions 221776 via svnmerge from Tilghman Lesher
2009-09-30Use rtp properties instead of adding a callbackTerry Wilson
2009-09-30Merged revisions 221086 via svnmerge from Terry Wilson
2009-09-29Get rid of annoying and cryptic debug messages.Mark Michelson
2009-08-16Add two more API calls for getting the current glue and channel in bridging c...Joshua Colp
2009-08-13Add an API call for retrieving the engine in use by an RTP instance.Joshua Colp
2009-07-23Rework of T.38 negotiation and UDPTL API to address interoperability problemsKevin P. Fleming
2009-06-26Improve T.38 negotiation by exchanging session parameters between application...Joshua Colp
2009-06-19Add support for allowing an RTP engine to decide on whether it is possible fo...Joshua Colp
2009-06-18Trunk implementation of setting an alternate RTP source.Mark Michelson
2009-06-02Fix a bug where we were passing in address information that should remain unm...Joshua Colp
2009-05-27Don't do a pointer comparison before setting the remote address.Russell Bryant
2009-05-18Merged revisions 195095 via svnmerge from Joshua Colp
2009-04-29Resolve Solaris build issues and add some API documentation.Russell Bryant
2009-04-10Change how we set the local and remote address.Joshua Colp
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.Joshua Colp
2009-04-08Fix a bug where we would native bridge when we did not want to.Joshua Colp
2009-04-08Turn a warning message into a debug message and do not treat two situations a...Joshua Colp
2009-04-06Pass the correct value to sizeof when copying address information.Joshua Colp
2009-04-02Merge in the RTP engine API.Joshua Colp