Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
offered_media Struct Reference

Structure for remembering offered media in an INVITE, to make sure we reply to all media streams. More...

#include <sip.h>

Collaboration diagram for offered_media:
Collaboration graph
[legend]

Data Fields

char * decline_m_line
 
struct {
   struct offered_media *   next
 
next
 
enum media_type type
 

Detailed Description

Structure for remembering offered media in an INVITE, to make sure we reply to all media streams.

Definition at line 984 of file sip.h.

Field Documentation

◆ decline_m_line

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().

◆ next [1/2]

struct { ... } next

◆ next [2/2]

struct offered_media* next

Definition at line 987 of file sip.h.

◆ type

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().


The documentation for this struct was generated from the following file: