mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 23:38:23 +00:00
ACN: Configuration renaming for pjsip endpoint
This change renames the codec preference endpoint options. incoming_offer_codec_prefs becomes codec_prefs_incoming_offer to keep the options together when showing an endpoint. Change-Id: I6202965b4723777f22a83afcbbafcdafb1d11c8d
This commit is contained in:
committed by
Joshua Colp
parent
deaa3742dc
commit
a15e64aaf5
@@ -804,13 +804,13 @@ struct ast_sip_endpoint_media_configuration {
|
||||
/*! Codec preference for an outgoing offer */
|
||||
struct ast_flags outgoing_call_offer_pref;
|
||||
/*! Codec negotiation prefs for incoming offers */
|
||||
struct ast_stream_codec_negotiation_prefs incoming_offer_codec_prefs;
|
||||
struct ast_stream_codec_negotiation_prefs codec_prefs_incoming_offer;
|
||||
/*! Codec negotiation prefs for outgoing offers */
|
||||
struct ast_stream_codec_negotiation_prefs outgoing_offer_codec_prefs;
|
||||
struct ast_stream_codec_negotiation_prefs codec_prefs_outgoing_offer;
|
||||
/*! Codec negotiation prefs for incoming answers */
|
||||
struct ast_stream_codec_negotiation_prefs incoming_answer_codec_prefs;
|
||||
struct ast_stream_codec_negotiation_prefs codec_prefs_incoming_answer;
|
||||
/*! Codec negotiation prefs for outgoing answers */
|
||||
struct ast_stream_codec_negotiation_prefs outgoing_answer_codec_prefs;
|
||||
struct ast_stream_codec_negotiation_prefs codec_prefs_outgoing_answer;
|
||||
};
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user