Merge "res/res_pjsip: Add preferred_codec_only config to pjsip endpoint."

This commit is contained in:
zuul
2016-09-09 13:56:16 -05:00
committed by Gerrit Code Review
8 changed files with 63 additions and 4 deletions

View File

@@ -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;
};
/*!