[Home]

Summary:ASTERISK-00497: H323 documentation has an inconsistency which causes confusion
Reporter:pcheng (pcheng)Labels:
Date Opened:2003-11-07 17:45:24.000-0600Date Closed:2011-06-07 14:10:05
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:THERE IS AN INCONSISTENCY IN THE README FILE THAT IS OUT OF DATE:

The following doesn't match the example that is provided later in the README and this is causing confusion among users of chan_h323:

"To compile this code: Issue a make in the asterisk/channels/h323 directory, then go back to the Asterisk source top level directory and issue a make install."

versus

"Example commands to make sure everything gets cleaned and then
rebult in proper order:

cd /path/to/pwlib
make clean opt
cd /path/to/openh323
make clean opt
cd asterisk/channels/h323
make clean install"

This last line is what is in error and should be fixed to match the first instruction.
Comments:By: John Todd (jtodd) 2003-11-08 12:56:29.000-0600

I see this change in CVS; I will assume that this bug is fixed.

From: jeremy@lists.digium.com
To: asterisk-cvs@lists.digium.com
Subject: [Asterisk-cvs] asterisk/channels/h323 README,1.11,1.12
Date: Thu,  6 Nov 2003 20:15:35 -0600 (CST)

Update of /usr/cvsroot/asterisk/channels/h323
In directory mongoose.digium.com:/tmp/cvs-serv30224

Modified Files:
README
Log Message:
Fix directions below. Thanks xam


Index: README
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/README,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- README 3 Nov 2003 06:55:30 -0000 1.11
+++ README 7 Nov 2003 02:41:47 -0000 1.12
@@ -62,8 +62,10 @@
make clean opt
cd /path/to/openh323
make clean opt
-cd asterisk/channels/h323
-make clean install  
+cd /path/to/asterisk/channels/h323
+make  
+cd /path/to/asterisk
+make install

(Note: Open H.323 or PWLib never get a 'make install' so don't do it)
 

_______________________________________________
Asterisk-Cvs mailing list
Asterisk-Cvs@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-cvs