Author: solomax
Date: Thu Jan 12 08:04:50 2017
New Revision: 1778396

URL: http://svn.apache.org/viewvc?rev=1778396&view=rev
Log:
no jira: red5sip documentation is updated

Modified:
    
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.1.xml
    
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.1.xml
    
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/red5sip-integration_3.1.xml
    openmeetings/site/trunk/red5sip-integration_3.1.html

Modified: 
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.1.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.1.xml?rev=1778396&r1=1778395&r2=1778396&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.1.xml
 (original)
+++ 
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.1.xml
 Thu Jan 12 08:04:50 2017
@@ -21,7 +21,7 @@
        </properties>
        <body>
                <section name="SIP-Transport Integration">
-                       <p>You need Apache OpenMeetings <strong>version 
3.0+</strong> to apply this guide!</p>
+                       <p>You need Apache OpenMeetings <strong>version 
3.1+</strong> to apply this guide!</p>
                        <p>You need Asterisk <strong>version 13+</strong> to 
apply this guide!</p>
                        <p>Here is instruction how-to set up red5sip transport 
integration with OpenMeetings on Ubuntu 12.10.</p>
                </section>
@@ -220,7 +220,7 @@ write = all
                                </source>
                        </div><br />
                        <div>
-                               Update Openmeetings with creadentials for 
Asterisk manager. 
+                               Update OpenMeetings with credentials for 
Asterisk manager. 
                                Modify 
<tt>/opt/red5/webapps/openmeetings/WEB-INF/classes/openmeetings-applicationContext.xml</tt><br
 />
                                find <strong>&lt;bean id="sipDao" 
class="org.apache.openmeetings.db.dao.room.SipDao"&gt;</strong>
                                uncomment its parameters and set it to your 
custom values.
@@ -240,29 +240,25 @@ service asterisk restart
                </section>
 
                <section name="Setup red5sip transport">
-                       <div>
-                               Download red5sip from 
<tt>https://github.com/openmeetings/red5sip</tt>
-                       </div>
-                       <div>
-                               <source>
+                       <ul>
+                               <li>Download red5sip from 
<tt>https://github.com/openmeetings/red5sip</tt>
+                                       <source>
 <![CDATA[
 git clone https://github.com/openmeetings/red5sip.git
 ]]>
-                               </source>
-                       </div>
-                       <div>
-                               Build with Apache Maven
-                               <source>
+                                       </source>
+                               </li>
+                               <li>Build with Apache Maven
+                                       <source>
 <![CDATA[
+cd red5sip
 mvn clean package
 ]]>
-                               </source>
-                               All necessary files will be available in 
<tt>target</tt> folder, copy/move it to /opt/red5sip/
-                       </div>
-                       <div>
-                               Insert proper values to the 
<tt>/opt/red5sip/settings.properties</tt>
-
-                               <source>
+                                       </source>
+                               </li>
+                               <li>All necessary files will be available in 
<tt>target</tt> folder, copy/move it to /opt/red5sip/</li>
+                               <li>Insert proper values to the 
<tt>/opt/red5sip/settings.properties</tt>
+                                       <source>
 <![CDATA[
 red5.host=127.0.0.1 # red5 server address
 om.context=openmeetings # Openmeetings context 
@@ -277,34 +273,32 @@ sip.proxy=127.0.0.1 # address of sip pro
 rooms.forceStart=no # TBD
 rooms=1 # TBD (not in use)
 ]]>
-                               </source>
-                       </div>
-                       <div>
-                               Add red5sip to autostart:
-                               <source>
+                                       </source>
+                               </li>
+                               <li>Add red5sip to autostart:
+                                       <source>
 <![CDATA[
 sudo cp /opt/red5sip/red5sip /etc/init.d/
 sudo chmod a+x /etc/init.d/red5sip
 sudo update-rc.d red5sip defaults
 ]]>
-                               </source>
-                       </div>
-                       <div>
-                               Start openmeetings
-                               <source>
+                                       </source>
+                               </li>
+                               <li>Start openmeetings
+                                       <source>
 <![CDATA[
 service red5 start
 ]]>
-                               </source>
-                       </div>
-                       <div>
-                               Start red5sip
-                               <source>
+                                       </source>
+                               </li>
+                               <li>Start red5sip
+                                       <source>
 <![CDATA[
 service red5sip start
 ]]>
-                               </source>
-                       </div>
+                                       </source>
+                               </li>
+                       </ul>
                </section>
        </body>
 </document>

Modified: 
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.1.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.1.xml?rev=1778396&r1=1778395&r2=1778396&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.1.xml
 (original)
+++ 
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.1.xml
 Thu Jan 12 08:04:50 2017
@@ -21,7 +21,7 @@
        </properties>
        <body>
                <section name="SIP-Transport Integration">
-                       <p>You need Apache OpenMeetings <strong>version 
3.0+</strong> to apply this guide!</p>
+                       <p>You need Apache OpenMeetings <strong>version 
3.1+</strong> to apply this guide!</p>
                        <p>You need Asterisk <strong>version 13+</strong> to 
apply this guide!</p>
                        <p>Here is instruction how-to set up red5sip transport 
integration with OpenMeetings on Ubuntu 12.10.</p>
                </section>
@@ -220,7 +220,7 @@ write = all
                                </source>
                        </div><br />
                        <div>
-                               Update Openmeetings with creadentials for 
Asterisk manager. 
+                               Update OpenMeetings with credentials for 
Asterisk manager. 
                                Modify 
<tt>/opt/red5/webapps/openmeetings/WEB-INF/classes/openmeetings-applicationContext.xml</tt><br
 />
                                find <strong>&lt;bean id="sipDao" 
class="org.apache.openmeetings.db.dao.room.SipDao"&gt;</strong>
                                uncomment its parameters and set it to your 
custom values.
@@ -240,29 +240,25 @@ service asterisk restart
                </section>
 
                <section name="Setup red5sip transport">
-                       <div>
-                               Download red5sip from 
<tt>https://github.com/openmeetings/red5sip</tt>
-                       </div>
-                       <div>
-                               <source>
+                       <ul>
+                               <li>Download red5sip from 
<tt>https://github.com/openmeetings/red5sip</tt>
+                                       <source>
 <![CDATA[
 git clone https://github.com/openmeetings/red5sip.git
 ]]>
-                               </source>
-                       </div>
-                       <div>
-                               Build with Apache Maven
-                               <source>
+                                       </source>
+                               </li>
+                               <li>Build with Apache Maven
+                                       <source>
 <![CDATA[
+cd red5sip
 mvn clean package
 ]]>
-                               </source>
-                               All necessary files will be available in 
<tt>target</tt> folder, copy/move it to /opt/red5sip/
-                       </div>
-                       <div>
-                               Insert proper values to the 
<tt>/opt/red5sip/settings.properties</tt>
-
-                               <source>
+                                       </source>
+                               </li>
+                               <li>All necessary files will be available in 
<tt>target</tt> folder, copy/move it to /opt/red5sip/</li>
+                               <li>Insert proper values to the 
<tt>/opt/red5sip/settings.properties</tt>
+                                       <source>
 <![CDATA[
 red5.host=127.0.0.1 # red5 server address
 om.context=openmeetings # Openmeetings context 
@@ -277,34 +273,32 @@ sip.proxy=127.0.0.1 # address of sip pro
 rooms.forceStart=no # TBD
 rooms=1 # TBD (not in use)
 ]]>
-                               </source>
-                       </div>
-                       <div>
-                               Add red5sip to autostart:
-                               <source>
+                                       </source>
+                               </li>
+                               <li>Add red5sip to autostart:
+                                       <source>
 <![CDATA[
 sudo cp /opt/red5sip/red5sip /etc/init.d/
 sudo chmod a+x /etc/init.d/red5sip
 sudo update-rc.d red5sip defaults
 ]]>
-                               </source>
-                       </div>
-                       <div>
-                               Start openmeetings
-                               <source>
+                                       </source>
+                               </li>
+                               <li>Start openmeetings
+                                       <source>
 <![CDATA[
 service red5 start
 ]]>
-                               </source>
-                       </div>
-                       <div>
-                               Start red5sip
-                               <source>
+                                       </source>
+                               </li>
+                               <li>Start red5sip
+                                       <source>
 <![CDATA[
 service red5sip start
 ]]>
-                               </source>
-                       </div>
+                                       </source>
+                               </li>
+                       </ul>
                </section>
        </body>
 </document>

Modified: 
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/red5sip-integration_3.1.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-server/src/site/xdoc/red5sip-integration_3.1.xml?rev=1778396&r1=1778395&r2=1778396&view=diff
==============================================================================
--- 
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/red5sip-integration_3.1.xml
 (original)
+++ 
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/red5sip-integration_3.1.xml
 Thu Jan 12 08:04:50 2017
@@ -21,7 +21,7 @@
        </properties>
        <body>
                <section name="SIP-Transport Integration">
-                       <p>You need Apache OpenMeetings <strong>version 
3.0+</strong> to apply this guide!</p>
+                       <p>You need Apache OpenMeetings <strong>version 
3.1+</strong> to apply this guide!</p>
                        <p>You need Asterisk <strong>version 13+</strong> to 
apply this guide!</p>
                        <p>Here is instruction how-to set up red5sip transport 
integration with OpenMeetings on Ubuntu 12.10.</p>
                </section>
@@ -220,7 +220,7 @@ write = all
                                </source>
                        </div><br />
                        <div>
-                               Update Openmeetings with creadentials for 
Asterisk manager. 
+                               Update OpenMeetings with credentials for 
Asterisk manager. 
                                Modify 
<tt>/opt/red5/webapps/openmeetings/WEB-INF/classes/openmeetings-applicationContext.xml</tt><br
 />
                                find <strong>&lt;bean id="sipDao" 
class="org.apache.openmeetings.db.dao.room.SipDao"&gt;</strong>
                                uncomment its parameters and set it to your 
custom values.
@@ -240,29 +240,25 @@ service asterisk restart
                </section>
 
                <section name="Setup red5sip transport">
-                       <div>
-                               Download red5sip from 
<tt>https://github.com/openmeetings/red5sip</tt>
-                       </div>
-                       <div>
-                               <source>
+                       <ul>
+                               <li>Download red5sip from 
<tt>https://github.com/openmeetings/red5sip</tt>
+                                       <source>
 <![CDATA[
 git clone https://github.com/openmeetings/red5sip.git
 ]]>
-                               </source>
-                       </div>
-                       <div>
-                               Build with Apache Maven
-                               <source>
+                                       </source>
+                               </li>
+                               <li>Build with Apache Maven
+                                       <source>
 <![CDATA[
+cd red5sip
 mvn clean package
 ]]>
-                               </source>
-                               All necessary files will be available in 
<tt>target</tt> folder, copy/move it to /opt/red5sip/
-                       </div>
-                       <div>
-                               Insert proper values to the 
<tt>/opt/red5sip/settings.properties</tt>
-
-                               <source>
+                                       </source>
+                               </li>
+                               <li>All necessary files will be available in 
<tt>target</tt> folder, copy/move it to /opt/red5sip/</li>
+                               <li>Insert proper values to the 
<tt>/opt/red5sip/settings.properties</tt>
+                                       <source>
 <![CDATA[
 red5.host=127.0.0.1 # red5 server address
 om.context=openmeetings # Openmeetings context 
@@ -277,34 +273,32 @@ sip.proxy=127.0.0.1 # address of sip pro
 rooms.forceStart=no # TBD
 rooms=1 # TBD (not in use)
 ]]>
-                               </source>
-                       </div>
-                       <div>
-                               Add red5sip to autostart:
-                               <source>
+                                       </source>
+                               </li>
+                               <li>Add red5sip to autostart:
+                                       <source>
 <![CDATA[
 sudo cp /opt/red5sip/red5sip /etc/init.d/
 sudo chmod a+x /etc/init.d/red5sip
 sudo update-rc.d red5sip defaults
 ]]>
-                               </source>
-                       </div>
-                       <div>
-                               Start openmeetings
-                               <source>
+                                       </source>
+                               </li>
+                               <li>Start openmeetings
+                                       <source>
 <![CDATA[
 service red5 start
 ]]>
-                               </source>
-                       </div>
-                       <div>
-                               Start red5sip
-                               <source>
+                                       </source>
+                               </li>
+                               <li>Start red5sip
+                                       <source>
 <![CDATA[
 service red5sip start
 ]]>
-                               </source>
-                       </div>
+                                       </source>
+                               </li>
+                       </ul>
                </section>
        </body>
 </document>

Modified: openmeetings/site/trunk/red5sip-integration_3.1.html
URL: 
http://svn.apache.org/viewvc/openmeetings/site/trunk/red5sip-integration_3.1.html?rev=1778396&r1=1778395&r2=1778396&view=diff
==============================================================================
--- openmeetings/site/trunk/red5sip-integration_3.1.html (original)
+++ openmeetings/site/trunk/red5sip-integration_3.1.html Thu Jan 12 08:04:50 
2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-01-11
+ Generated by Apache Maven Doxia at 2017-01-12
  Rendered using Reflow Maven Skin 1.1.1 
(http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -231,7 +231,7 @@
        </div>
                <div>
                        <ul class="breadcrumb">
-                               <li class="publishDate version-date">Last 
Published: 2017-01-11</li>
+                               <li class="publishDate version-date">Last 
Published: 2017-01-12</li>
                        </ul>
                </div>
        </header>
@@ -255,7 +255,7 @@
  <div class="page-header">
   <h2 id="SIP-Transport_Integration">SIP-Transport Integration</h2>
  </div> 
- <p>You need Apache OpenMeetings <b>version 3.0+</b> to apply this guide!</p> 
+ <p>You need Apache OpenMeetings <b>version 3.1+</b> to apply this guide!</p> 
  <p>You need Asterisk <b>version 13+</b> to apply this guide!</p> 
  <p>Here is instruction how-to set up red5sip transport integration with 
OpenMeetings on Ubuntu 12.10.</p> 
 </div> 
@@ -509,7 +509,7 @@ write = all
  </div> 
  <br /> 
  <div>
-   Update Openmeetings with creadentials for Asterisk manager. Modify 
+   Update OpenMeetings with credentials for Asterisk manager. Modify 
   
<tt>/opt/red5/webapps/openmeetings/WEB-INF/classes/openmeetings-applicationContext.xml</tt>
 
   <br /> find 
   <b>&lt;bean id=&quot;sipDao&quot; 
class=&quot;org.apache.openmeetings.db.dao.room.SipDao&quot;&gt;</b> uncomment 
its parameters and set it to your custom values. 
@@ -530,35 +530,28 @@ service asterisk restart
 </div> 
 <div class="section"> 
  <h2 id="Setup_red5sip_transport">Setup red5sip transport</h2> 
- <div>
-   Download red5sip from 
-  <tt>https://github.com/openmeetings/red5sip</tt> 
- </div> 
- <div> 
-  <div class="source"> 
-   <pre>
+ <ul> 
+  <li>Download red5sip from <tt>https://github.com/openmeetings/red5sip</tt> 
+   <div class="source"> 
+    <pre>
 
 git clone https://github.com/openmeetings/red5sip.git
 
-                               </pre> 
-  </div> 
- </div> 
- <div>
-   Build with Apache Maven 
-  <div class="source"> 
-   <pre>
+                                       </pre> 
+   </div> </li> 
+  <li>Build with Apache Maven 
+   <div class="source"> 
+    <pre>
 
+cd red5sip
 mvn clean package
 
-                               </pre> 
-  </div> All necessary files will be available in 
-  <tt>target</tt> folder, copy/move it to /opt/red5sip/ 
- </div> 
- <div>
-   Insert proper values to the 
-  <tt>/opt/red5sip/settings.properties</tt> 
-  <div class="source"> 
-   <pre>
+                                       </pre> 
+   </div> </li> 
+  <li>All necessary files will be available in <tt>target</tt> folder, 
copy/move it to /opt/red5sip/</li> 
+  <li>Insert proper values to the <tt>/opt/red5sip/settings.properties</tt> 
+   <div class="source"> 
+    <pre>
 
 red5.host=127.0.0.1 # red5 server address
 om.context=openmeetings # Openmeetings context 
@@ -573,41 +566,35 @@ sip.proxy=127.0.0.1 # address of sip pro
 rooms.forceStart=no # TBD
 rooms=1 # TBD (not in use)
 
-                               </pre> 
-  </div> 
- </div> 
- <div>
-   Add red5sip to autostart: 
-  <div class="source"> 
-   <pre>
+                                       </pre> 
+   </div> </li> 
+  <li>Add red5sip to autostart: 
+   <div class="source"> 
+    <pre>
 
 sudo cp /opt/red5sip/red5sip /etc/init.d/
 sudo chmod a+x /etc/init.d/red5sip
 sudo update-rc.d red5sip defaults
 
-                               </pre> 
-  </div> 
- </div> 
- <div>
-   Start openmeetings 
-  <div class="source"> 
-   <pre>
+                                       </pre> 
+   </div> </li> 
+  <li>Start openmeetings 
+   <div class="source"> 
+    <pre>
 
 service red5 start
 
-                               </pre> 
-  </div> 
- </div> 
- <div>
-   Start red5sip 
-  <div class="source"> 
-   <pre>
+                                       </pre> 
+   </div> </li> 
+  <li>Start red5sip 
+   <div class="source"> 
+    <pre>
 
 service red5sip start
 
-                               </pre> 
-  </div> 
- </div> 
+                                       </pre> 
+   </div> </li> 
+ </ul> 
 </div>
                        </div>
                </div>


Reply via email to