[asterisk-commits] newtonr: trunk r399799 - in /trunk: ./ res/res_pjsip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Sep 25 14:43:44 CDT 2013
Author: newtonr
Date: Wed Sep 25 14:43:43 2013
New Revision: 399799
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=399799
Log:
Broke the build - Fixing XML DTD violation added in r399782, missing <para> tags inside a <note>
........
Merged revisions 399798 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
trunk/ (props changed)
trunk/res/res_pjsip.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.
Modified: trunk/res/res_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip.c?view=diff&rev=399799&r1=399798&r2=399799
==============================================================================
--- trunk/res/res_pjsip.c (original)
+++ trunk/res/res_pjsip.c Wed Sep 25 14:43: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