0
点赞
收藏
分享

微信扫一扫

MeetMe-Web-Control


What is it:
Web-MeetMe is a suite of PHP pages to allow for scheduling and managing conferences on an Asterisk PBX.
Add rooms and specify

  • Moderator and user PINs
  • Announce on/off
  • Record on/off
  • User listen only
  • Start and End time
  • Reoccurring
  • Number of participants
  • Mute/Unmute users
  • Kick users
  • Invite users (Will call the user from number in web form)

Download:
​​​http://sourceforge.net/projects/web-meetme/​​​


Contact:
E-mail : areski (@alt) gmail (.dot) com

Web-MeetMe Forum
​​​http://sourceforge.net/forum/forum.php?forum_id=560213​​​

Web-MeetMe install on Fedora manual.
​​​http://sourceforge.net/docman/display_doc.php?docid=48924&group_id=164788​​​

You can download the user manual from ​​​Asterisk IT​​​ at:
​​​http://www.asteriskit.com.au/Page/Web-MeetMe-User-Manual​​


​​​​


 


​​​​


Requirements:
mysql apache php pearDB postgresql-dev

for debian:


apt-get install mysql-server libmysqlclient12-dev apache-server libapache-mod-php4 php4-pear postgresql-dev


To Install:

NOTE:
Web-Meetme 3.X works only with asterisk 1.4
Web-Meetme 2.X works only with asterisk 1.2

Download and extract to a web accessible directory


wget http://prdownloads.sourceforge.net/web-meetme/Web-MeetMe_v3.0.3.tgz?download
tar -zxvf Web-MeetMe_v3.0.3.tgz


compile app_cbmysql.so in web-meetme/cbmysql


make
make install


copy cbmysql.conf to /etc/asterisk and edit with appropriate mysql settings
for debian sock is /var/run/mysqld/mysqld.sock

Setup your database, there is an example file in webmeet-me/cbmysql/db-table-create-v5.txt
Just take out the `DB_CDR`. and 'sequenceNo' and 'recurInternval' need to be replaced with ` backticks not single quotes.

load the module in asterisk
load app_cbmysql.so **note: module as of now does not support the reload command and sometimes restart asterisk when loading**

edit web-meetme/lib/defines.php
edit web-meetme/lib/database.php
edit web-meetme/phpagi/phpagi-asmanager.php so user name and secret for asterisk manager correspond to a user in /etc/asterisk/manager.conf

add cbmysql to dialplan


[defaults]
   exten => 900,1,cbmysql()
   exten => 901,1,cbmysql(901) ;where 901 is a valid room in the database


Go back to ​​Asterisk cmd MeetMe​​

举报

相关推荐

0 条评论