Author: solomax
Date: Thu May 12 16:25:15 2016
New Revision: 1743522
URL: http://svn.apache.org/viewvc?rev=1743522&view=rev
Log:
[OPENMEETINGS-1384] SIP instructions are slightly corrected
Modified:
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.0.xml
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.0.xml
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/red5sip-integration_3.0.xml
Modified:
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.0.xml
URL:
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.0.xml?rev=1743522&r1=1743521&r2=1743522&view=diff
==============================================================================
---
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.0.xml
(original)
+++
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.0.xml
Thu May 12 16:25:15 2016
@@ -22,7 +22,7 @@
<body>
<section name="SIP-Transport Integration">
<p>You need Apache OpenMeetings <strong>version
3.0+</strong> to apply this guide!</p>
- <p>You need Asterisk <strong>version 11</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>
<section name="Prerequisites">
@@ -41,18 +41,18 @@ sudo apt-get update && sudo apt-get upgr
<source>
<![CDATA[
sudo mkdir /usr/src/asterisk && cd /usr/src/asterisk
-sudo wget
http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-13.6.0.tar.gz
-sudo tar -xvzf asterisk-13.6.0.tar.gz
-cd ./asterisk-13.6.0
+sudo wget
http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-13.9.0.tar.gz
+sudo tar -xvzf asterisk-13.9.0.tar.gz
+cd ./asterisk-13.9.0
sudo make clean
sudo contrib/scripts/install_prereq install
+sudo ./configure
sudo make menuconfig
]]>
</source>
Make sure you have selected <tt>Add-ons ->
res_config_mysql</tt>, Press F12 to save
<source>
<![CDATA[
-sudo ./configure
sudo make
sudo make install
sudo make samples
Modified:
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.0.xml
URL:
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.0.xml?rev=1743522&r1=1743521&r2=1743522&view=diff
==============================================================================
---
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.0.xml
(original)
+++
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/red5sip-integration_3.0.xml
Thu May 12 16:25:15 2016
@@ -22,7 +22,7 @@
<body>
<section name="SIP-Transport Integration">
<p>You need Apache OpenMeetings <strong>version
3.0+</strong> to apply this guide!</p>
- <p>You need Asterisk <strong>version 11</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>
<section name="Prerequisites">
@@ -41,18 +41,18 @@ sudo apt-get update && sudo apt-get upgr
<source>
<![CDATA[
sudo mkdir /usr/src/asterisk && cd /usr/src/asterisk
-sudo wget
http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-13.6.0.tar.gz
-sudo tar -xvzf asterisk-13.6.0.tar.gz
-cd ./asterisk-13.6.0
+sudo wget
http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-13.9.0.tar.gz
+sudo tar -xvzf asterisk-13.9.0.tar.gz
+cd ./asterisk-13.9.0
sudo make clean
sudo contrib/scripts/install_prereq install
+sudo ./configure
sudo make menuconfig
]]>
</source>
Make sure you have selected <tt>Add-ons ->
res_config_mysql</tt>, Press F12 to save
<source>
<![CDATA[
-sudo ./configure
sudo make
sudo make install
sudo make samples
Modified:
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/red5sip-integration_3.0.xml
URL:
http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-server/src/site/xdoc/red5sip-integration_3.0.xml?rev=1743522&r1=1743521&r2=1743522&view=diff
==============================================================================
---
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/red5sip-integration_3.0.xml
(original)
+++
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/red5sip-integration_3.0.xml
Thu May 12 16:25:15 2016
@@ -22,7 +22,7 @@
<body>
<section name="SIP-Transport Integration">
<p>You need Apache OpenMeetings <strong>version
3.0+</strong> to apply this guide!</p>
- <p>You need Asterisk <strong>version 11</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>
<section name="Prerequisites">
@@ -41,18 +41,18 @@ sudo apt-get update && sudo apt-get upgr
<source>
<![CDATA[
sudo mkdir /usr/src/asterisk && cd /usr/src/asterisk
-sudo wget
http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-13.6.0.tar.gz
-sudo tar -xvzf asterisk-13.6.0.tar.gz
-cd ./asterisk-13.6.0
+sudo wget
http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-13.9.0.tar.gz
+sudo tar -xvzf asterisk-13.9.0.tar.gz
+cd ./asterisk-13.9.0
sudo make clean
sudo contrib/scripts/install_prereq install
+sudo ./configure
sudo make menuconfig
]]>
</source>
Make sure you have selected <tt>Add-ons ->
res_config_mysql</tt>, Press F12 to save
<source>
<![CDATA[
-sudo ./configure
sudo make
sudo make install
sudo make samples