more info about Web MeetMe3

darmock

PIAF Developer
Joined
Oct 18, 2007
Messages
2,891
Reaction score
97
Hi All

Due to a number of requests I have been hacking into meetme3 and writing an install script for it. This is not a program I use at all so I need some more info from anyone who has managed to get meetme (included with piaf) running. This install is fairly complex and the install docs that come with it are incomplete.

Specifically I need how you implemented the conference extension in FreePBX I suspect the stuff that came with Web MeetMe 3.0 are for asterisk 1.2 :banghead:

Once I have that I should be able to release a beta install script for Web MeetMe 3

Currently I have the web interface for Web MeetMe 3 up and talking to MySql with it's own database and user. The web interface is quite good.



Tom
 
Great News!

That's great news.:D
I've been hoping you would look at this. The scheduling interface and other tools in this version really add a lot of value to the meetme functions. We have this deployed in a tb test box - and the users really seem to like it. There's a tgz file for ver 3.0.3 in the trixbox sourceforge - but Im not good enough to know what to do with it when I got it here. (I still have the file. LOL) I would volunteer to help - but in this I think about the best I could do would be to bring you coffee!
 
Hi Tom,

I found some info on the sourceforge forums for this, and I think I have it working, although I haven't tried anything too complicated i.e. passwords etc.

My changes ....

in extentions_custom.conf

; Web-meetme
exten => 800,1,Answer
exten => 800,n,Wait(3)
exten => 800,n,CBMysql()
exten => 800,n,Hangup


and in manager_custom.conf

[WebMeetMe]
secret = MySecretPassword
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.255
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user


I changed line 76 in call_operator.php to application=WebMeetMe


I hope this helps


Colin
 
Thanks for the replies. I am still sorting out a few things for the install.... especially where people have change the default MySql password! Once it is completed I will release it as an alpha script to play with for a while.

Tom
 
Not sure where to post this, but the update-scripts downloads and overwrites the manager_custom.conf, which breaks Web-MeetMe when the [MeetMe] section is put in. I believe it is part of the meetmepatch.tgz
 
Continued looking through the update-scripts log and it looks like the new index page from the WebMeetMe3 installer is also being replaced.



Code:
Correcting errors to meetme configuration files
--19:57:33--  http://www.pbxinaflash.org/files/meetmepatch.tgz
...
19:57:34 (69.4 KB/s) - `meetmepatch.tgz' saved [15692/15692]

File succesfully downloaded. Now extracting file
conf_control.php
manager_custom.conf
phpagi.php
...
removed `/etc/asterisk/manager_custom.conf'
`/root/manager_custom.conf' -> `/etc/asterisk/manager_custom.conf'
changed ownership of `/etc/asterisk/manager_custom.conf' to asterisk:asterisk
mode of `/etc/asterisk/manager_custom.conf' changed to 0664 (rw-rw-r--)
<<>> Patching Main web menu ************************************************
 
--19:57:34--  http://www.pbxinaflash.org/files/menufixes.tgz
...
19:57:35 (82.7 KB/s) - `menufixes.tgz' saved [9549/9549]

File successfully downloaded
Removing existing /var/www/html/index.php
removed `/var/www/html/index.php'
Removing existing /var/www/html/login.php
removed `/var/www/html/login.php'
Removing existing /var/www/html/favicon.ico
removed `/var/www/html/favicon.ico'
Now extracting menufixes.tgz
favicon.ico
index.php
login.php
removed `/var/www/html/menufixes.tgz'
Setting permissions and ownership
changed ownership of `/var/www/html/index.php' to asterisk:asterisk
changed ownership of `/var/www/html/login.php' to asterisk:asterisk
changed ownership of `/var/www/html/favicon.ico' to asterisk:asterisk
mode of `/var/www/html/index.php' retained as 0766 (rwxrw-rw-)
mode of `/var/www/html/login.php' retained as 0766 (rwxrw-rw-)
Stopping httpd: [  OK  ]
Starting httpd: [  OK  ]
 
Yes. I also confirm. I happened to run update scripts just last night, and lo and behold, the new index page from the WebMeetMe3 installer is a goner.

This contributes to circumstances that require a cascade of reinstalls of many of the scripts that are available for PBXIAF. So - it seems we really badly need an update for the update scripts script.
 

Members online

No members online now.

Forum statistics

Threads
26,688
Messages
174,412
Members
20,259
Latest member
Fadeek86
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top