[asterisk-commits] mmichelson: trunk r397603 - /trunk/res/res_pjsip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Aug 23 16:53:50 CDT 2013


Author: mmichelson
Date: Fri Aug 23 16:53:48 2013
New Revision: 397603

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=397603
Log:
Add some clarifying documentation to the rewrite_contact endpoint option.


Modified:
    trunk/res/res_pjsip.c

Modified: trunk/res/res_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip.c?view=diff&rev=397603&r1=397602&r2=397603
==============================================================================
--- trunk/res/res_pjsip.c (original)
+++ trunk/res/res_pjsip.c Fri Aug 23 16:53:48 2013
@@ -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>




More information about the asterisk-commits mailing list