Merge "pjsip_sdp_rtp: Add option endpoint/bind_rtp_to_media_address" into 13

This commit is contained in:
Joshua Colp
2016-01-12 19:45:33 -06:00
committed by Gerrit Code Review
7 changed files with 61 additions and 1 deletions

View File

@@ -571,6 +571,8 @@ struct ast_sip_endpoint_media_configuration {
unsigned int cos_video;
/*! Is g.726 packed in a non standard way */
unsigned int g726_non_standard;
/*! Bind the RTP instance to the media_address */
unsigned int bind_rtp_to_media_address;
};
/*!