Scripts : Deprecated : Installs

These scripts will only run with PBX In A Flash ISO version 1.0 and 1.1 with Asterisk 1.4.15 or earlier. If you use it on "other pbx" systems you may have problems.

Deprecated Install Web MeetMe 3.0.3

Hi all. This is an ALPHA program that will install Web MeetMe 3.0.3 onto your PIAF system. I have done as complete an install as I can but you will have to configure ASTERISK to talk to MeetMe3. I hope some of you that experiment with this will write up your notes and send them to me in the forums. Once installed you will be able to access the web interface via the new Web MeetMe icon.

SOME WARNINGS!

This script is considered EXPERIMENTAL. If you install it and it turns you PIAF system to dust don't blame me. DO NOT LOAD THIS ON A PRODUCTION PIAF SERVER!

At the moment the MySql username and password MUST BE username = root and password = passw0rd If you have changed your MySql password this script WILL NOT WORK. Eventually I will add an external file that you will be able to alter root's password. For the moment if you have changed MySql root's password to something other than passw0rd then you MUST change it back BEFORE running the install.

There will be 2 users installed after the installation completes. The users and passwords are below. You can change the user passwords using phpMyAdmin off of the FreePbx-tools menu.

I have now enabled .htaccess This means when you click on the Web MeetMe button off of the main menu you need to enter the username meetme and whatever password you used when you were setting up your PIAF box. If you used passwd-master this would have been the password you set for amp, meetme, and maint. Now might be a good time to go to the CLI and run passwd-meetme and change it to something new!

DEFAULT USER-PASSWORD INFO USER NAME (email is username) PASSWORD SECURITY LEVEL root@localhost 1234 Admin ward@localhost 5678 User

Installation

NOTE: It is recommended you have run update-source prior to installing this script.

  • Log onto PBX in a Flash via the CLI (Command Line Interface) as user root
  • If you have not run passwd-master yet you MUST do so and CHOOSE YES AT THE SECOND CHOICE! If you do not .htaccess may not be enabled!
  • cd /root
  • wget http://www.pbxinaflash.org/scripts/install-meetme3.x.gz
  • gunzip install-meetme3.x.gz
  • chmod +x install-meetme3.x
  • ./install-meetme3.x
  • REBOOT YOUR PIAF INSTALL
  • Rerun update-fixes again just in case.

Once everything has completed you can log into your PIAF system from another computers browser and click the new Web MeetMe button on the main menu. You will then be asked for a username and password. The username is meetme and the password is whatever you set the meetme password to. You will then be taken to the main menu. You should try logging in using the username root@localhost and the password 1234

There are still a couple of things to do to get Asterisk talking to Web MeetMe

Go into FreePBX and select the Misc Applications. You need to select the Add Misc Application in the upper right area of the screen. Then add the following information:

  • Description: MeetMe3
  • Feature code: This is an unused extension I chose 7199 (see below)
  • Feature Status: Enabled
  • Select Custom App and enter custom-meetme3,s,1 (It is sort of hard to see in the example below)
  • Click the submit changes and then click the orange Apply Configuration Changes on the top of the screen
  • Once it has reloaded try dialing the new number and you should hear Allison asking for the conference number.
  • If you have problems check the above list and ensure you have completed all of the steps outlined above. You have rebooted your system after the install of Web MeetMe right?

fpbxmisc

BTW the custom-meetme3 code is contained in /etc/asterisk/extensions_custom.conf!

Documentation

None finished yet. Look in /var/www/html/web-meetme/README. There is other documentation scattered throughout the other folders under web-meetme. Hopefully someone will write up some user docs.

Script Creator: Tom King