bayonne-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bayonne-devel] INSTALL patch


From: greg . morgan
Subject: [Bayonne-devel] INSTALL patch
Date: Mon, 31 Mar 2003 10:00:34 -0700

This message was originally entitled "[Bayonne-devel] Dumb newbie script 
question".  The problem is that the INSTALL document found in 
http://savannah.gnu.org/cgi-bin/viewcvs/bayonne/bayonne/INSTALL?rev=1.5&only_with_tag=MAIN&content-type=text/vnd.viewcvs-markup
 provides some pointers that are outdated.  The --test option becomes 
confusing for a newbie and I count myself as one of them.  The voxilla 
links are broken with the following error:
ftp ftp.voxilla.org
> ftp: connect :Connection timed out
 
So not to be a complainer I offer some changes.

Where I do not have the knowledge to make improvements regards the 
embedded PERL stuff.   When INSTALL says, 
'If you do not have embedded PERL installed, you must 
use"--without-perl".' should I configure apache's mod_perl in some fashion 
to perform the embedded PERL function, use Mason http://www.masonhq.com/, 
or use this embedded PERL http://perl.apache.org/embperl/?  Or is the 
embedded PERL too new and I should just compile bayonne without PERL? If 
this is the case then it should be stated that way for now.   If embedded 
PERL is working, what configuration options are required i.e. which PERL 
do I use and what options does bayonne require to recognize the embedded 
PERL option?

Moreover, what version of libxml2 should be used or does it matter?

I hope this helps spark some additional updates to the INSTALL file.
Greg Morgan


diff -bu INSTALL.old INSTALL.new
--- INSTALL.old 2003-03-31 08:55:51.000000000 -0700
+++ INSTALL.new 2003-03-31 09:59:08.000000000 -0700
@@ -5,6 +5,8 @@
 INSTALL - Instructions for building and installing Bayonne from source

 HISTORY
+Updated for: Bayonne-1.1.1 by: address@hidden
+                               (Only the first underbar counts.)
 Updated for: Bayonne-0.6.4 by: address@hidden
 Created By: David Sugar

@@ -66,17 +68,18 @@
 compile, and install at least the following modules in this order:

        libxml:
- ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/libxml2-2.4.1.tar.gz

+ ftp://ftp.gnome.org/pub/gnome/sources/libxml2/2.4/libxml2-2.4.1.tar.gz
+ ftp://ftp.gnome.org/pub/gnome/sources/libxml2/2.4/libxml2-2.4.30.tar.gz
        CommonC++:
-       ftp://ftp.voxilla.org/pub/bayonne/CommonC++-1.5.0.tar.gz
+       ftp://ftp.gnu.org/gnu/commonc++/commoncpp2-1.0.8.tar.gz
        ccaudio:
-       ftp://ftp.voxilla.org/pub/bayonne/ccaudio-0.4.4.tar.gz
+       ftp://ftp.gnu.org/gnu/ccaudio/ccaudio-1.0.6.tar.gz
        ccscript:
-       ftp://ftp.voxilla.org/pub/bayonne/ccscript-1.6.1.tar.gz
+       ftp://ftp.gnu.org/gnu/ccscript/ccscript-2.4.4.tar.gz
        ccrtp:
-       ftp://ftp.voxilla.org/pub/bayonne/ccrtp-0.5.0.tar.gz
+       ftp://ftp.gnu.org/gnu/ccrtp/ccrtp-1.0pre2.tar.gz
        Bayonne:
-       ftp://ftp.voxilla.org/pub/bayonne/bayonne-0.6.4.tar.gz
+       ftp://ftp.gnu.org/gnu/bayonne/bayonne-1.1.11.tar.gz

        Before you can actually do anything with Bayonne, you will
 need a driver for a supported telephony device installed and tested.
@@ -117,12 +120,16 @@
 of distractions from errors in building uneeded API trees.

        The "--without-pika" option removes all Pika Monte Carlo related
-modules and libraries from the build tree.  The "--without-phonedev"
-option removes all GNU/Linux /dev/phone support.
+       modules and libraries from the build tree.
+
+       The "--without-phonedev" option removes all GNU/Linux
+       /dev/phone support.

         If you do not have embedded perl installed, you must use
-"--without-perl", if you do not have the Voicetronix driver
-installed, you must use "--without-vpb".
+       "--without-perl".
+
+       If you do not have the Voicetronix driver installed, you must use
+       "--without-vpb".

         A typical configuration command if you just have a quicknet card:
 ./configure --without-vpb --without-perl --without-pika 
--without-dialogic
@@ -133,6 +140,17 @@
 Configuring and Testing Bayonne
 ===============================

+Please NOTE: the ./bayonne --test is performed only once after the
+make step in the bayonne untar directory.  The --test option is used to
+make sure you are on track before you perform the make install step.
+After make install you will want to use
+
+       /usr/share/sbin/bayonne --trace playrec
+
+to test changes to a script or for additional bayonne testing.  Please
+finish configuring the /etc/bayonne.conf before attempting to use the
+--trace option.
+
        After you have compiled bayonne you may immediately test bayonne
 from the "build" directory.  Simply "cd server" and execute
 "./bayonne --test".  Bayonne will immediately load a bunch of DSO



> Hello all. I just downloaded and installed Bayonne and it was 
> relatively painless. Thanks all who have contributed.
> 
> OK, so now I'm testing and the sample scripts work. I'm afraid I did 
> not see a lot of good documentation on ccScript.
> 
> I took the default playrec.scr and changed the "answer" line to:
>    answer 2
> 
> Now it fails to answer the phone at all. I also don't get it to answer 
> the phone with the tams.scr file either. I'm sure it's me, but what's 
> the deal?
> 
> I am in the server directory and executing:
> ./bayonne --test playrec.scr
> and 
> ./bayonne --test tams.scr
> 
> 
> Thanks, dbc





reply via email to

[Prev in Thread] Current Thread [Next in Thread]