summaryrefslogtreecommitdiff
path: root/res/res_pjsip.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-01-12 19:45:27 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-01-12 19:45:28 -0600
commit9a13df1b3c2c924dc4016a14eeadc254e5a7504b (patch)
tree1bd20289a896f85e9c70ea60e2ade74f5f7ba0a6 /res/res_pjsip.c
parentd8f8cf54622b5519c894cf3a0e1a4fc7ab1c7f77 (diff)
parenta41aab477ac317f9d973db253b4c30cd6a6db5b8 (diff)
Merge "pjsip_sdp_rtp: Add option endpoint/bind_rtp_to_media_address"
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 bf26fca8c..90be734e6 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>