summaryrefslogtreecommitdiff
path: root/res/res_pjsip.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2013-08-23 21:53:48 +0000
committerMark Michelson <mmichelson@digium.com>2013-08-23 21:53:48 +0000
commite7c6f3351753fae75b0b216ba5e7053a199b2930 (patch)
tree084bae95c79d3eb6d7ea0c7cbadd00affaad6f59 /res/res_pjsip.c
parentfd7ac4fecdde8e0959d783c9915b87623774ff71 (diff)
Add some clarifying documentation to the rewrite_contact endpoint option.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397603 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_pjsip.c')
-rw-r--r--res/res_pjsip.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index 1e5d25705..e7c83d9d1 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -249,6 +249,11 @@
</configOption>
<configOption name="rewrite_contact">
<synopsis>Allow Contact header to be rewritten with the source IP address-port</synopsis>
+ <description><para>
+ On inbound SIP messages from this endpoint, the Contact header will be changed to have the
+ source IP address and port. This option does not affect outbound messages send to this
+ endpoint.
+ </para></description>
</configOption>
<configOption name="rtp_ipv6" default="no">
<synopsis>Allow use of IPv6 for RTP traffic</synopsis>