login | register
Sat 17 of May, 2008 [14:24 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.
 
Google Ads
Shoutbox
  • Juan Ortega, Thu 15 of May, 2008 [10:33 UTC]: Hi everybody, I'm Juan, an ITCom student, and I need to know what basic elements I need to create a VoIP network. Can anybody helpme, please?,Thank you very much
  • gineta, Wed 14 of May, 2008 [03:58 UTC]: any here not fine the configuration of firewall juniper -screem for VOIP asterisk????
  • Anoop Prabhakaran, Tue 13 of May, 2008 [12:16 UTC]: I am developing Asterisk IVR, Whenever i make a internation call to the IVR system, the DTMF is not getting detected properly, this happens only for the first time, second call onwards system works fine. why this is happening
  • joe, Mon 12 of May, 2008 [04:27 UTC]: Is there an opensource browser based softphone, or a system like Busta where everything is not manages through their website?
  • Nick Barnes, Fri 09 of May, 2008 [11:36 UTC]: Christopher - yesterday I tried an Asterisk install on a CentOS 5.1 box with stock GUI and it all worked fine. Sorry I can't help.
  • aero, Fri 09 of May, 2008 [08:20 UTC]: can someone help me out on this, i tried to play some sound files on my asterisk box and this is the error message i got. WARNING[4429]: format_wav.c:169 check_header: Unexpected freqency 22050 May 8 11:17:39 WARNING[4433]: codec_gsm.c:194 gsmtolin_fra
  • Christopher Faust, Thu 08 of May, 2008 [14:15 UTC]: I beleive that I may have to change something in the xserver configuration. Please advise
  • Christopher Faust, Thu 08 of May, 2008 [14:14 UTC]: Everything was perfect. In the bios I have increased the memory allocated Still receive input not supported on my display.
  • Christopher Faust, Thu 08 of May, 2008 [14:13 UTC]: This would not be my main box. I am doing some testing to see if I can install zaptel and asterisk 1.4 on a full centos 5.1 box with development software Its bizzare, because before I went through the asterisk and zaptel installation everything was perfe
  • Nick Barnes, Thu 08 of May, 2008 [13:44 UTC]: Christopher - I can't see any way in which an Asterisk installation would muck your GUI, but remember that it is advised not to use a GUI on an Asterisk box anyway.
Server Stats
  • Execution time: 0.76s
  • Memory usage: 2.22MB
  • Database queries: 36
  • GZIP: Disabled
  • Server load: 0.58

MeetMe-Web-Control

MeetMe conference Management (last update 30 October 2006 : works with asterisk 1.2.13)

What is it:
Web UI to manage asterisk conference rooms!
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/
http://prdownloads.sourceforge.net/web-meetme/Web-MeetMe_v2.1.0.tgz?download


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


You can find a usefull (but outdated) installation guide at
http://asteriskpr.blogspot.com/2005/09/guide-to-install-web-meetm_112614171575673316.html

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! There are newer versions of WebMeetme. Go to the SourceForge site at http://sourceforge.net/projects/web-meetme/ to find them!

Download and extract to a web accessible directory
wget http://superb-west.dl.sourceforge.net/sourceforge/web-meetme/Web-MeetMe_v2.1.0.tgz
tar -zxvf Web-MeetMe_v2.1.0.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

Created by areski, Last modification by Brett Sutton on Sat 27 of Oct, 2007 [21:04 UTC]

Comments Filter

Easy way to get it working

by Lucius Junevicus on Tuesday 17 of April, 2007 [15:46:07 UTC]
The AdminsParadise VoiP Phone and Fax server has this preloaded and working right from the get go.

It allows you to do moderated calls, scheduled conferences, record the conferences, announce attendees, all from the web based interface

Screenshots here:
http://www.adminsparadise.com/walkthroughs/phone-system/adminsparadise-voip-screenshots.html

Versions - url ????

by benq on Thursday 23 of March, 2006 [15:10:23 UTC]
Hi,

what is the right version? 1.2? 2.0?

I found a 2.0 version there http://www.fitawi.com/Asterisk/ before the 1.2 was realeased.

What are the differences?

hmmmm not sure I took the right one...
Quite bad as I already i18n it....


Disable SELinux

by Matt Ranney on Friday 14 of October, 2005 [19:10:55 UTC]
The PHP library used to talk to the asterisk manager interface offends SELinux. Errors in the log will look like this:

Unable to connect to manager localhost:5038 (13): Permission denied

An easy fix for this problem is to disable SELinux. There is almost certainly a more SELinux-friendly way to work around this problem.

Asterisk CVS-HEAD

by mjg on Friday 09 of September, 2005 [22:44:57 UTC]
Web meetme does not work with asterisk cvs ????

installation and usage information

by psuter on Tuesday 07 of June, 2005 [09:08:45 UTC]
Installation:

it seems like the very easy steps mentioned on the webpage aren't really enough to use this web admin out of the box. there are some other things to make sure:

1) do what is mentioned on their webpage
2) make sure, "register_globals" is turend ON in your php.ini file (found in /etc/php or /etc/apache or anything like this)
3) edit /etc/asterisk/manager.conf and define a user to be used with this web-interface. mine looks like this:

[general]]enabled = yes
port = 5038
bindaddr = 0.0.0.0

[webmm]]
secret = webmmpw
;deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/0.0.0.0
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user

4) Edit /etc/asterisk/phpagi.conf and adopt to the manager.conf settings like this: (this is my asmanager section)

[asmanager]]
  1. server to connect to
server=localhost

  1. default manager port
port=5038

  1. username for login
username=webmm

  1. password for login
secret=webmmpw

5) now user your web-browser and open the web-control inteface and go to "Conference"
6) to see if everything is working enter to a conference and enter the conference number. you should then see yourself in there..



invite somone to the conference:

to invite others to the conference, you have to go to "outgoing operator"
while all the fields might not tell you too much (at least they didn't to me) you can find a documentation of the parameters in the Documentation of the Asterisk API Action Originate
this is what worked for me:
Channel: the channel of the person to invite. i.e. "SIP/phone1"
Exten: the extension of your conference: i.e. "1234" (assuming you have something like this in your extensinos.conf: "exten => 1234,1,MeetMe(1234||)"
Context: whatever your context is, i.e. "default"
Priority: i don't know what it is exactually used for, but it must be the same to all users you invite, otherwise they won't join the conference but rather call the first participant of the conference, so i always enter "1"
the rest seems to be not so important, so i leave it empty.
that works ;)

if anyone can explain this better, please do so! i'm still a newbie myself.

What other software does this need?

by Randomandy on Wednesday 20 of April, 2005 [09:38:33 UTC]
When I follow the directions here, it does nothing. The description makes it sound like this is all that is necessary. But I see that your previous version required installing some c sources and compiling etc. Am I missing something? (:frown:)

need more codes?

by emplant on Friday 08 of April, 2005 [23:03:35 UTC]
for conf_control.php

getpost_ifset(array('confno'));
getpost_ifset(array('action'));
getpost_ifset(array('user_id'));

maybe...that's right.

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2008 VOIP-Info.org LLC

Powered by bitweaver