summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2017-06-15SDP: Search for the ice-lite attribute in the right place.Richard Mudgett
2017-06-15SDP: Set the remote c= line in RTP instance.Richard Mudgett
2017-06-15stream: Add ast_stream_topology_del_stream() and unit test.Richard Mudgett
2017-06-15SDP: Add t= line in sdp_create_from_state()Richard Mudgett
2017-06-15stream: Ignore declined streams for some topology calls.Richard Mudgett
2017-06-15channel: Fix reference counting in ast_channel_suppress.Joshua Colp
2017-06-13bridge: Add a deferred queue.Joshua Colp
2017-06-13Merge "BuildSystem: Add patches to allow building with recent LibreSSL"Jenkins2
2017-06-09BuildSystem: Add patches to allow building with recent LibreSSLGuido Falsi
2017-06-08BuildSystem: Fix build on FreeBSD due to missing crypt.hGuido Falsi
2017-06-07Merge "channel: ast_write frame wrongly freed after call to audiohooks"Jenkins2
2017-06-06Merge "format: Reintroduce smoother flags"Jenkins2
2017-06-06Merge "Confbridge: Add "sfu" video mode to bridge profile options."Joshua Colp
2017-06-06Merge "Add primitive SFU support to bridge_softmix."Jenkins2
2017-06-05channel: ast_write frame wrongly freed after call to audiohooksKevin Harwell
2017-05-31pbx_builtin: Properly handle hangup during BackgroundSean Bright
2017-05-31channel / app_meetme: Fix parentheses.Joshua Colp
2017-05-30format: Reintroduce smoother flagsSean Bright
2017-05-30Confbridge: Add "sfu" video mode to bridge profile options.Mark Michelson
2017-05-30Add primitive SFU support to bridge_softmix.Mark Michelson
2017-05-26manager: Clear the flag on the other channel.Joshua Colp
2017-05-26Merge "asterisk: Audit locking of channel when manipulating flags."Jenkins2
2017-05-24unittests: Add a unit test that causes a SEGV and...George Joseph
2017-05-17core/conversions: Added string to unsigned integer and long conversionsKevin Harwell
2017-05-16asterisk: Audit locking of channel when manipulating flags.Joshua Colp
2017-05-12Merge changes from topic 'sdp_api_adjustments'George Joseph
2017-05-12Merge "SDP: Remove sdp_state.remote_capabilities"George Joseph
2017-05-12Merge "SDP: Add interface_address to specify our address to use."Jenkins2
2017-05-11Merge "logger: Added logger_queue_limit to the configuration options."Jenkins2
2017-05-11Merge "tcptls: Improve error messages for TLS connections."Jenkins2
2017-05-09SDP: Make process possible multiple fmtp attributes per rtpmap.Richard Mudgett
2017-05-09SDP: Remove sdp_state.remote_capabilitiesRichard Mudgett
2017-05-09SDP: Add interface_address to specify our address to use.Richard Mudgett
2017-05-09SDP: Explicitly stop a RTP instance before destoying it.Richard Mudgett
2017-05-09SDP: Rework merge_capabilities().Richard Mudgett
2017-05-09SDP: Update ast_get_topology_from_sdp() to keep RTP map.Richard Mudgett
2017-05-09tcptls: Improve error messages for TLS connections.Joshua Colp
2017-05-09Prevent Undefined Capath CrashJoshua Elson
2017-05-08Merge "stream: ast_stream_clone() cannot copy the opaque user data."Joshua Colp
2017-05-08logger: Added logger_queue_limit to the configuration options.George Joseph
2017-05-08Merge "netsock2.c: Made get/set addr port avoid potential uninitialized memory."Joshua Colp
2017-05-08Merge "bridge: Fix returning to dialplan when executing Bridge() from AMI."Joshua Colp
2017-05-05stream: ast_stream_clone() cannot copy the opaque user data.Richard Mudgett
2017-05-05netsock2.c: Made get/set addr port avoid potential uninitialized memory.Richard Mudgett
2017-05-04app_confbridge: Fix reference to cfg in menu_template_handlerGeorge Joseph
2017-05-04Merge "SDP: Replace SDP telephone_event option with dtmf option"Jenkins2
2017-05-04bridge: Fix returning to dialplan when executing Bridge() from AMI.Joshua Colp
2017-05-03bridge_simple: Added support for streamsKevin Harwell
2017-05-02SDP: Replace SDP telephone_event option with dtmf optionRichard Mudgett
2017-05-02Merge "SDP: Make SDP translation to/from internal representation more const."Joshua Colp