Asterisk - The Open Source Telephony Project
18.5.0
|
Structure for remembering offered media in an INVITE, to make sure we reply to all media streams. More...
#include <sip.h>
Data Fields | |
char * | decline_m_line |
struct { | |
struct offered_media * next | |
} | next |
enum media_type | type |
Structure for remembering offered media in an INVITE, to make sure we reply to all media streams.
char* decline_m_line |
Used if the media type is unknown/unused or a media stream is declined
Definition at line 986 of file sip.h.
Referenced by add_sdp(), offered_media_list_destroy(), and process_sdp().
struct { ... } next |
struct offered_media* next |
enum media_type type |
The type of media that was offered
Definition at line 985 of file sip.h.
Referenced by add_sdp(), has_media_stream(), Property::load(), and process_sdp().