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

@@ -233,6 +233,14 @@
</para></note>
</description>
</configOption>
<configOption name="bind_rtp_to_media_address">
<synopsis>Bind the RTP instance to the media_address</synopsis>
<description><para>
If media_address is specified, this option causes the RTP instance to be bound to the
specified ip address which causes the packets to be sent from that address.
</para>
</description>
</configOption>
<configOption name="force_rport" default="yes">
<synopsis>Force use of return port</synopsis>
</configOption>