summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Newton <rnewton@digium.com>2013-09-25 19:43:43 +0000
committerRusty Newton <rnewton@digium.com>2013-09-25 19:43:43 +0000
commit21fb2fca5ee9bf9d3c41897b15704e10cd395eee (patch)
tree5a76bbc9b84ec805585a01978d074db36d6e7aa8
parent1468246e5c047bccf69c66d3837c3cb0eef60759 (diff)
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 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@399799 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--res/res_pjsip.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index f18375395..eab9b1403 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -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>