`
jiagou
  • 浏览: 2531472 次
文章分类
社区版块
存档分类
最新评论

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

Image

Image



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);where901isavalidroominthedatabase




Go back to Asterisk cmd MeetMe

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics