[asterisk-commits] newtonr: branch 12 r399798 - /branches/12/res/res_pjsip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Sep 25 14:40:45 CDT 2013


Author: newtonr
Date: Wed Sep 25 14:40:43 2013
New Revision: 399798

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=399798
Log:
Broke the build - Fixing XML DTD violation added in r399782, missing <para> tags inside a <note> 

Modified:
    branches/12/res/res_pjsip.c

Modified: branches/12/res/res_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/res/res_pjsip.c?view=diff&rev=399798&r1=399797&r2=399798
==============================================================================
--- branches/12/res/res_pjsip.c (original)
+++ branches/12/res/res_pjsip.c Wed Sep 25 14:40:43 2013
@@ -213,10 +213,12 @@
 					<description><para>
 						At the time of SDP creation, the IP address defined here will be used as
 						the media address for individual streams in the SDP.
-					</para><note>
+					</para>
+					<note><para>
 						Be aware that the <literal>external_media_address</literal> option, set in Transport
 						configuration, can also affect the final media address used in the SDP.
-					</note></description>
+					</para></note>
+					</description>
 				</configOption>
 				<configOption name="force_rport" default="yes">
 					<synopsis>Force use of return port</synopsis>




More information about the asterisk-commits mailing list