| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Media configuration for SIP endpoints. More...
#include <res_pjsip.h>

Media configuration for SIP endpoints.
Definition at line 993 of file res_pjsip.h.
| struct ast_string_field_mgr __field_mgr | 
Definition at line 1001 of file res_pjsip.h.
| struct ast_string_field_pool* __field_mgr_pool | 
Optional media address to use in SDP
SDP origin username
SDP session name
Definition at line 1001 of file res_pjsip.h.
| const ast_string_field address | 
Definition at line 1001 of file res_pjsip.h.
Referenced by media_address_to_str().
| unsigned int bind_rtp_to_media_address | 
Bind the RTP instance to the media_address
Definition at line 1023 of file res_pjsip.h.
| unsigned int bundle | 
Use BUNDLE
Definition at line 1031 of file res_pjsip.h.
Referenced by chan_pjsip_indicate(), and sip_endpoint_apply_handler().
| struct ast_stream_codec_negotiation_prefs codec_prefs_incoming_answer | 
Codec negotiation prefs for incoming answers
Definition at line 1043 of file res_pjsip.h.
Referenced by codec_prefs_handler(), and incoming_answer_codec_prefs_to_str().
| struct ast_stream_codec_negotiation_prefs codec_prefs_incoming_offer | 
Codec negotiation prefs for incoming offers
Definition at line 1039 of file res_pjsip.h.
Referenced by codec_prefs_handler(), and incoming_offer_codec_prefs_to_str().
| struct ast_stream_codec_negotiation_prefs codec_prefs_outgoing_answer | 
Codec negotiation prefs for outgoing answers
Definition at line 1045 of file res_pjsip.h.
Referenced by codec_prefs_handler(), and outgoing_answer_codec_prefs_to_str().
| struct ast_stream_codec_negotiation_prefs codec_prefs_outgoing_offer | 
Codec negotiation prefs for outgoing offers
Definition at line 1041 of file res_pjsip.h.
Referenced by codec_prefs_handler(), and outgoing_offer_codec_prefs_to_str().
| struct ast_format_cap* codecs | 
Configured codecs
Definition at line 1009 of file res_pjsip.h.
Referenced by ast_sip_endpoint_alloc(), endpoint_destructor(), and sip_endpoint_apply_handler().
| unsigned int cos_audio | 
Priority for audio streams
Definition at line 1015 of file res_pjsip.h.
| unsigned int cos_video | 
Priority for video streams
Definition at line 1019 of file res_pjsip.h.
| struct ast_sip_direct_media_configuration direct_media | 
Direct media options
Definition at line 1005 of file res_pjsip.h.
Referenced by chan_pjsip_get_rtp_peer(), direct_media_glare_mitigation_handler(), direct_media_glare_mitigation_to_str(), and direct_media_method_handler().
| unsigned int g726_non_standard | 
Is g.726 packed in a non standard way
Definition at line 1021 of file res_pjsip.h.
| struct ast_flags incoming_call_offer_pref | 
Codec preference for an incoming offer
Definition at line 1035 of file res_pjsip.h.
Referenced by call_offer_pref_handler(), incoming_call_offer_pref_to_str(), and sip_endpoint_apply_handler().
| unsigned int max_audio_streams | 
Maximum number of audio streams to offer/accept
Definition at line 1027 of file res_pjsip.h.
Referenced by is_stream_limitation_reached().
| unsigned int max_video_streams | 
Maximum number of video streams to offer/accept
Definition at line 1029 of file res_pjsip.h.
Referenced by is_stream_limitation_reached().
| struct ast_flags outgoing_call_offer_pref | 
Codec preference for an outgoing offer
Definition at line 1037 of file res_pjsip.h.
Referenced by call_offer_pref_handler(), and outgoing_call_offer_pref_to_str().
| unsigned int rtcp_mux | 
Use RTCP-MUX
Definition at line 1025 of file res_pjsip.h.
Referenced by sip_endpoint_apply_handler().
| struct ast_sip_media_rtp_configuration rtp | 
RTP media configuration
Definition at line 1003 of file res_pjsip.h.
Referenced by chan_pjsip_get_rtp_peer(), chan_pjsip_get_vrtp_peer(), check_endpoint_media_transport(), dtls_handler(), dtlsautogeneratecert_to_str(), dtlscafile_to_str(), dtlscapath_to_str(), dtlscertfile_to_str(), dtlscipher_to_str(), dtlsfingerprint_to_str(), dtlsprivatekey_to_str(), dtlsrekey_to_str(), dtlssetup_to_str(), dtlsverify_to_str(), init_media_configuration(), media_configuration_destroy(), media_encryption_handler(), media_encryption_to_str(), and sip_endpoint_apply_handler().
| const ast_string_field sdpowner | 
Definition at line 1001 of file res_pjsip.h.
| const ast_string_field sdpsession | 
Definition at line 1001 of file res_pjsip.h.
| struct ast_sip_t38_configuration t38 | 
T.38 (FoIP) options
Definition at line 1007 of file res_pjsip.h.
Referenced by chan_pjsip_queryoption(), t38_framehook(), t38udptl_ec_handler(), and t38udptl_ec_to_str().
| struct ast_stream_topology* topology | 
Capabilities in topology form
Definition at line 1011 of file res_pjsip.h.
Referenced by ast_sip_session_create_outgoing(), endpoint_destructor(), media_offer_write_av(), and sip_endpoint_apply_handler().
| unsigned int tos_audio | 
DSCP TOS bits for audio streams
Definition at line 1013 of file res_pjsip.h.
Referenced by tos_audio_to_str(), and tos_handler().
| unsigned int tos_video | 
DSCP TOS bits for video streams
Definition at line 1017 of file res_pjsip.h.
Referenced by tos_handler(), and tos_video_to_str().
| unsigned int webrtc | 
Enable webrtc settings and defaults
Definition at line 1033 of file res_pjsip.h.
Referenced by sip_endpoint_apply_handler().