mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
SDP: Explicitly stop a RTP instance before destoying it.
* Made sdp_add_m_from_rtp_stream() and sdp_add_m_from_udptl_stream() handle generating disabled/declined streams. * Added /main/sdp/sdp_merge_asymmetric unit test. It currently does not check the offerer side negotiated SDP because that isn't the purpose of this patch and there is much to be done to handle declined/dummy streams. * Added T.38 image streams to the /main/sdp/sdp_merge_symmetric and /main/sdp/sdp_merge_crisscross unit tests. Change-Id: Ib4dcb3ca4f9a9133b376f4e3302f9a1f963f2b31
This commit is contained in:
@@ -56,7 +56,7 @@ typedef void (*ast_stream_data_free_fn)(void *);
|
||||
*/
|
||||
enum ast_stream_state {
|
||||
/*!
|
||||
* \brief Set when the stream has been removed
|
||||
* \brief Set when the stream has been removed/declined
|
||||
*/
|
||||
AST_STREAM_STATE_REMOVED = 0,
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user