c语言sscanf函数的用法是什么
264
2022-09-16
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 PINsAnnounce on/offRecord on/offUser listen onlyStart and End timeReoccurringNumber of participantsMute/Unmute usersKick usersInvite users (Will call the user from number in web form)
Download: Contact: E-mail : areski (@alt) gmail (.dot) com Web-MeetMe Forum Web-MeetMe install on Fedora manual. You can download the user manual from Asterisk IT at: 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 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
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~