[Asterisk-Users] WebMeetme defines.php?

Richard OSS oss_richard at rogers.com
Tue Apr 4 18:04:45 MST 2006


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
   
  <?php
  define ("WEBROOT", "http://192.168.0.101/"); // Change this to your server
define ("FSROOT", "/var/www/html/Web-MeetMe/"); // Where Meetme is located
  //GUI title
define("GUI_TITLE", "Web-MeetMe");
define("GUI_ICON", "asterisk.gif");
  define ("LIBDIR", FSROOT."lib/");
  define ("HOST", "localhost"); // I think your MySQL server
define ("PORT", "3306");
define ("USER", "root"); // user to DB
define ("PASS", "mysqlpass"); // password to DB
define ("DBNAME", "DB_CDR");
define ("DB_TYPE", "mysql"); // mysql or postgres

I 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 <jnovak at logisticshealth.com> 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 list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060404/11f2b851/attachment.htm


More information about the asterisk-users mailing list