Commit Graph

59 Commits (1.8)

Author SHA1 Message Date
Walter Doekes 228d5c9052 rtp: Fix case typo in H263+ mime.
11 years ago
Kinsey Moore 3e9a54d857 Allow Asterisk to compile under GCC 4.10
11 years ago
Kinsey Moore 133a042f25 rtp_engine: Clean up after a failed remote bridge
11 years ago
Matthew Jordan bb9dfa1962 rtp_engine: fix crash during remote native bridging when calling get_codecs
11 years ago
Kevin Harwell d2e5c5f922 rtp_engine: Output mixup in ${CHANNEL(rtpqos,audio,all)}
11 years ago
Scott Griepentrog 9ab9f6e6b4 rtp_engine: improved handling of get_rtp_info failure
11 years ago
Scott Griepentrog ceab8bf73c rtp_engine: fix rtp payloads copy and improve argument names
12 years ago
Mark Michelson 5fea5fd630 Do not allow native RTP bridging if packetization of media streams differs.
12 years ago
David M. Lee f6404e6e15 Fix end condition in ast_rtp_lookup_mime_multiple2.
12 years ago
Mark Michelson e95efa6c50 Fix misuses of timeouts throughout the code.
13 years ago
Kevin P. Fleming f83d1b98e8 Add support-level indications to many more source files.
13 years ago
Matthew Jordan 032962f1a2 Allow SRTP policies to be reloaded
13 years ago
Kevin P. Fleming 1efffc8d95 Add 'L16-256' MIME subtype alias for slin16.
13 years ago
Joshua Colp 91e4333579 Add missing code to set direct RTP setup information during dialing.
13 years ago
Matthew Jordan 5bdcc834df Handle AST_CONTROL_UPDATE_RTP_PEER frames in local bridge loop
14 years ago
Jonathan Rose 21714a05b6 Fix bad RTP media bridges in directmedia calls on peers separated by multiple Asterisk nodes.
14 years ago
Paul Belanger 0281f945c0 Fix noisy message when briding channels
14 years ago
Kinsey Moore 5905269669 RTP bridge away with inband DTMF and feature detection
14 years ago
Matthew Nicholson 3b216f2dc9 don't do native/remote bridging if a framehook is active on the channel
14 years ago
Terry Wilson ee2920afba Add rtpkeepalives back to 1.8
14 years ago
Terry Wilson 22d4d91c2c Initialize stack-allocated ast_sockaddrs before use
14 years ago
Russell Bryant a82f1bb995 Fix a bunch of compiler warnings generated by gcc 4.6.0.
14 years ago
David Vossel 2998c62fc4 sip codec negotiation of dynamic rtp payloads error fix
14 years ago
Alec L Davis a1e7bf50b5 remote_bridge_loop: prevent segfault when after transfer of IAX2 of DAHDI call
14 years ago
Terry Wilson 6dfc9dddd8 Avoid valgrind warnings for ast_rtp_instance_get_xxx_address
15 years ago
Jeff Peeler ddebf12b88 Merged revisions 289798 via svnmerge from
15 years ago
Terry Wilson 8a112de270 Fix SRTP for changing SSRC and multiple a=crypto SDP lines
15 years ago
Russell Bryant 4f12b1c77f Don't blow up if get_codec() was not provided in the RTP glue.
15 years ago
Mark Michelson cd4ebd336f Add IPv6 to Asterisk.
15 years ago
David Vossel ba3d1ad680 adds support for slin16 in sip
15 years ago
David Vossel b00f58da25 adds speex 16khz audio support
15 years ago
David Vossel fcb055fb4e addition of G.719 pass-through support
15 years ago
Terry Wilson 857814f435 Add SRTP support for Asterisk
15 years ago
Tilghman Lesher 17bd11b8aa Seems strange (and the code backs up) that if the max and min of a statistic is expressed as a double, the last value would not also need to be a double.
15 years ago
Mark Michelson b5d5cc565f Enhancements to connected line and redirecting work.
15 years ago
Terry Wilson 68d1ded8dd Only change the RTP ssrc when we see that it has changed
15 years ago
Jason Parker bbd290308f Fix an RTP instance allocation failure on Solaris.
16 years ago
Tilghman Lesher f59fe83c56 More 32->64 bit codec conversions.
16 years ago
Tilghman Lesher d8e0c58437 Expand codec bitfield from 32 bits to 64 bits.
16 years ago
Tilghman Lesher 8c7b3cf738 Merged revisions 221776 via svnmerge from
16 years ago
Terry Wilson 10ce6cd757 Use rtp properties instead of adding a callback
16 years ago
Terry Wilson 865daf4858 Merged revisions 221086 via svnmerge from
16 years ago
Mark Michelson cee8c6cd47 Get rid of annoying and cryptic debug messages.
16 years ago
Joshua Colp 606112e234 Add two more API calls for getting the current glue and channel in bridging code.
16 years ago
Joshua Colp 1effb11ef5 Add an API call for retrieving the engine in use by an RTP instance.
16 years ago
Kevin P. Fleming 0a6e06c7ff Rework of T.38 negotiation and UDPTL API to address interoperability problems
16 years ago
Joshua Colp 59c1998d67 Improve T.38 negotiation by exchanging session parameters between application and channel.
16 years ago
Joshua Colp e85296e244 Add support for allowing an RTP engine to decide on whether it is possible for specific formats to be transcoded for an RTP instance.
16 years ago
Mark Michelson dce6a54a4a Trunk implementation of setting an alternate RTP source.
16 years ago
Joshua Colp 4900d37d71 Fix a bug where we were passing in address information that should remain unmodified to a function that may modify it.
16 years ago