summaryrefslogtreecommitdiff
path: root/res/res_pjsip.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-01-12 19:45:33 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-01-12 19:45:34 -0600
commit092c0db4936d6418fbd1b2e9e1d9a8d34d7e1c8e (patch)
treefb6faf536801bdcee800c24fbb238f42654c2456 /res/res_pjsip.c
parentb91dfcd1fb7fccb4c549b466ce67d531a73b41b1 (diff)
parent219c204a418cbc82ca529837de53cb332ada6b37 (diff)
Merge "pjsip_sdp_rtp: Add option endpoint/bind_rtp_to_media_address" into 13
Diffstat (limited to 'res/res_pjsip.c')
-rw-r--r--res/res_pjsip.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index 3c392f02b..4c566a601 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -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>