I've been too busy to write up any instructions, but the general process is this-
1. Download the source for MeetMe2.c from http://www.areski.net/asterisk-meetme/about.php?s=0 and put it in asterisk/apps 2. Download the source for CBMysql from http://www.mithotech.com/asterisk/ 3. Extract the contents of the tar file and move/rename the conference.c file to asterisk/apps/cbmysql.c 4. Download the apps-meetme-cbmysql.txt and meetme2-gui.tar.gz from www.fitawi.com/Asterisk While there, you may as well get the database table description and the sample cbmysql.conf 5. Copy cbmysql.conf to /etc/asterisk, modify to suit. 6. Create/update your database to match the tables in the description file. 7. cd to asterisk/apps and run patch -p0 < path-to/apps-meetme-cbmysql.txt 8. make; make install 9. Extract the meetme2-gui files to your webserver document tree 10. Modify the ./lib/Defines.php to match your db_name, db_user and db_password Dan -----Original Message----- From: Henry Devito [mailto:[EMAIL PROTECTED] Sent: Sunday, March 13, 2005 9:36 AM To: Asterisk Users Mailing List - Non-Commercial Discussion; Dan Austin Subject: Re: [Asterisk-Users] ANNOUNCEMENT: Updates for app_cbmysql and MeetMe2gui (out of tree modules) Hi, This app looks perfect for what I need. Are there any instructions how to install? ----- Original Message ----- From: "Dan Austin" <[EMAIL PROTECTED]> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <[email protected]> Sent: Saturday, March 12, 2005 1:15 PM Subject: [Asterisk-Users] ANNOUNCEMENT: Updates for app_cbmysql and MeetMe2gui (out of tree modules) New PHP web interface at www.fitawi.com/Asterisk There is also a sample cbmysql config file and the database Tables description. -New in the interface: Added schedule conflict detection for Add and Update conference functions. -New in app_cbmysql: No changes -ToDo in the interface: Mouse-over support in Monitor conference for Caller-Id -ToDo in app_cbmysql: Nothing planned -ToDo in app_meetme2 Use Caller-ID for user_id An interface to mute or boot callers kind of needs this Port recent MeetMe bugfixes and enhancements Add conference termination code Add conference ending warning Original source: App_MeetMe2 http://www.areski.net/asterisk-meetme/about.php?s=0 App_CBMysql http://www.mithotech.com/asterisk/ Thanks and enjoy, Dan _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
