Re: [Asterisk-Users] WebMeetme defines.php?

2006-04-06 Thread Richard OSS
I think you should put your php files (the ones you downloaded) in /var/www/html where Apache looks for files to serve. The defines.php I think is in the lib directory (/var/www/html/WebMeetme/lib).     Here is my defines.php   define ("WEBROOT", "http://192.168.0.101/"); // Change this to your serverdefine ("FSROOT", "/var/www/html/Web-MeetMe/"); // Where Meetme is located  //GUI titledefine("GUI_TITLE", "Web-MeetMe");define("GUI_ICON", "asterisk.gif");  define ("LIBDIR", FSROOT."lib/");  define ("HOST", "localhost"); // I think your MySQL serverdefine ("PORT", "3306");define ("USER", "root"); // user to DBdefine ("PASS", "mysqlpass"); // password to DBdefine ("DBNAME", "DB_CDR");define ("DB_TYPE", "mysql"); // mysql or postgresI am using though the one available at www.fitawi.com/Asterisk not from areski. Not sure how big a difference the conf will be.     richard  Jordan Novak <[EMAIL PROTECTED]> wrote:
 I am looking at some directions on how to install and it is asking me to edit defines.php, it states that the file should be located in the source directory, but I can’t seem to find it anywhere on my machine. Anyone been thru this?      Jordan Novak  Communications Technician   ___--Bandwidth and Colocation provided by Easynews.com --Asterisk-Users mailing listTo UNSUBSCRIBE or update options visit:http://lists.digium.com/mailman/listinfo/asterisk-users___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] WebMeetme defines.php?

2006-04-06 Thread Jordan Novak








I am looking at some directions on how to install and it is
asking me to edit defines.php, it states that the file should be located in the
source directory, but I can’t seem to find it anywhere on my machine.
Anyone been thru this? 

 

Jordan Novak

Communications Technician

 






___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] WebMeetme defines.php?

2006-04-06 Thread Mike Clark

Jordan Novak wrote:

I am looking at some directions on how to install and it is asking me 
to edit defines.php, it states that the file should be located in the 
source directory, but I can’t seem to find it anywhere on my machine. 
Anyone been thru this?


It should be located in the lib subdirectory under the WebMeetMe source 
directory.


Mike Clark
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users