[asterisk-addons-commits] objsys: branch 1.4 r338 - in /branches/1.4/asterisk-ooh323c: FAQ.html README

asterisk-addons-commits at lists.digium.com asterisk-addons-commits at lists.digium.com
Tue Jan 30 10:01:52 MST 2007


Author: objsys
Date: Tue Jan 30 11:01:52 2007
New Revision: 338

URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=338
Log:
1.2 changed to 1.4

Modified:
    branches/1.4/asterisk-ooh323c/FAQ.html
    branches/1.4/asterisk-ooh323c/README

Modified: branches/1.4/asterisk-ooh323c/FAQ.html
URL: http://svn.digium.com/view/asterisk-addons/branches/1.4/asterisk-ooh323c/FAQ.html?view=diff&rev=338&r1=337&r2=338
==============================================================================
--- branches/1.4/asterisk-ooh323c/FAQ.html (original)
+++ branches/1.4/asterisk-ooh323c/FAQ.html Tue Jan 30 11:01:52 2007
@@ -45,14 +45,14 @@
         Unable to load config ooh323.conf, OOH323 disabled</p>
       <p>The channel driver contains the sample configuration file, it can be 
         installed by running following command:</p>
-      <p><font face="Courier New, Courier, mono">#cd asterisk-addons-1.2/asterisk-ooh323c<br>
+      <p><font face="Courier New, Courier, mono">#cd asterisk-addons-1.4/asterisk-ooh323c<br>
         #make sample</font></p>
       <ul>
         <li>chan_ooh323.so file at /usr/lib/asterisk/modules directory</li>
       </ul>
       <p>The ooh323c channel driver library can be installed for asterisk using 
         following command:</p>
-      <p><font face="Courier New, Courier, mono">#CD asterisk-addons-1.2/asterisk-ooh323c<br>
+      <p><font face="Courier New, Courier, mono">#CD asterisk-addons-1.4/asterisk-ooh323c<br>
         #make install</font></p>
       <p>&nbsp;</p>
     </td>
@@ -74,7 +74,7 @@
       <p>In order to generate debug message, please follow this steps:</p>
       <p> 1. Stop asterisk server, if it is running.</p>
       <p>2. Please rebuild the package for debugging with following steps: </p>
-      <p><font face="Courier New, Courier, mono">#CD aterisk-addons-1.2/asterisk-ooh323c 
+      <p><font face="Courier New, Courier, mono">#CD aterisk-addons-1.4/asterisk-ooh323c 
         <br>
         #make clean <br>
         #make debug <br>

Modified: branches/1.4/asterisk-ooh323c/README
URL: http://svn.digium.com/view/asterisk-addons/branches/1.4/asterisk-ooh323c/README?view=diff&rev=338&r1=337&r2=338
==============================================================================
--- branches/1.4/asterisk-ooh323c/README (original)
+++ branches/1.4/asterisk-ooh323c/README Tue Jan 30 11:01:52 2007
@@ -25,10 +25,10 @@
     you have to have latest version of asterisk installed on your system. 
     You can skip to step 2, if you have already installed the asterisk.
 
-      Following procedure help you download and install asterisk 1.2.x
+      Following procedure help you download and install asterisk 1.4.x
 
-      To get latest asterisk sources from svn branch 1.2:
-      >svn checkout http://svn.digium.com/svn/asterisk/branches/1.2 asterisk-1.2
+      To get latest asterisk sources from svn branch 1.4:
+      >svn checkout http://svn.digium.com/svn/asterisk/branches/1.4 asterisk-1.4
 
       To install asterisk.(You will have to be in 'super user' mode for this)
       >cd asterisk
@@ -39,18 +39,18 @@
 
       To update or if you hadn't downloaded the asterisk-ooh323c channel driver
       code, you can do so using following command (To get the latest 
-      asterisk-addons 1.2 branch source from svn):
-      >svn checkout http://svn.digium.com/svn/asterisk-addons/branches/1.2 asterisk-addons-1.2
+      asterisk-addons 1.4 branch source from svn):
+      >svn checkout http://svn.digium.com/svn/asterisk-addons/branches/1.4 asterisk-addons-1.4
 
       To build & install:
-      >cd asterisk-addons-1.2/asterisk-ooh323c
+      >cd asterisk-addons-1.4/asterisk-ooh323c
       >./configure
       >make
 
       For debugging purpose, instead of "make", run "make debug"
 
       The library will be generated at 
-      asterisk-addons-1.2/asterisk-ooh323c/.libs/libchan_h323.so.1.0.1 
+      asterisk-addons-1.4/asterisk-ooh323c/.libs/libchan_h323.so.1.0.1 
  
       To install libchan_h323.so in /usr/libs/modules/ directory, change to 
       'super user' mode and then run:



More information about the asterisk-addons-commits mailing list