summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-09-09 13:56:16 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-09-09 13:56:16 -0500
commit9d54dd04bbdad6849aee77536ab12c5fa6620680 (patch)
tree16042126c4d0eac8d8308a8d18b3b4f776c12f41 /include/asterisk
parent901e612739e6067c4d51656f35c49f005534f1de (diff)
parent2a50c2910144e1b4095d171b1386fd5ebb0c5b5a (diff)
Merge "res/res_pjsip: Add preferred_codec_only config to pjsip endpoint."
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/res_pjsip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/res_pjsip.h b/include/asterisk/res_pjsip.h
index 4cede4391..8a5ad29c5 100644
--- a/include/asterisk/res_pjsip.h
+++ b/include/asterisk/res_pjsip.h
@@ -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;
};
/*!