search for: conference_room

Displaying 1 result from an estimated 1 matches for "conference_room".

Did you mean: conference_rooms
2004 Oct 05
1
MeetMe MySQL Patch - Testers Needed
.../meetme.conf to add the new options: [general] dbhost=192.168.5.5 dbuser=asterisk dbpass=asterisk dbport=3306 dbname=asterisk The table name is a #define in the app_meetme.c source. Change if you wish. Add some conferences to the table. Samples are provided below. # # Table structure for table `conference_rooms` # CREATE TABLE `conference_rooms` ( `conference_room` int(11) NOT NULL default '0', `conference_pin` int(11) default '0', UNIQUE KEY `conference_room` (`conference_room`) ) TYPE=MyISAM; # # Dumping sample data for table `conference_rooms` # INSERT INTO `conference_rooms`...