mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
Merge "res/res_pjsip: Add preferred_codec_only config to pjsip endpoint."
This commit is contained in:
@@ -757,6 +757,8 @@ struct ast_sip_endpoint {
|
||||
unsigned int faxdetect_timeout;
|
||||
/*! Override the user on the outgoing Contact header with this value. */
|
||||
char *contact_user;
|
||||
/*! Whether to response SDP offer with single most preferred codec. */
|
||||
unsigned int preferred_codec_only;
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user