Claim your Biolink Click Here
1 like 0 dislike
892 views
Dear Bro,

I have successfully installed Web Meetme latest version with asterisk1.8.2.20

The problem is it's not fully functioning. Some of the features are missing like mute unmute, recording, email , kick option etc. Please spare your time to help me and fix these issues.
in Education & Reference by (10 points) | 892 views

2 Answers

0 like 0 dislike
Hi,

Provide me the application access so that I can check accordingly.
by (4.7k points)
0 like 0 dislike

cd /usr/src/
ls
wget http://kaz.dl.sourceforge.net/project/web-meetme/web-meetme/Web-MeetMe-V4.0.5/Web-MeetMe_v4.0.5.tgz
ls
tar -zxvf Web-MeetMe_v4.0.5.tgz
ls
cp web-meetme/ /var/www/html/conf
cp web-meetme/ /var/www/html/
cp -rf web-meetme/ /var/www/html/conf
cd /var/www/html/
ls
cd conf/
ls

yum install php-pear & pear install DB

extconfig.conf Setup

Add the following line, swapping your own personal values if you wish:

meetme => mysql,asterisk,meetme

You can change "mysql" to "odbc" .
You can change "asterisk" to be the name of your database.
You can change "meetme" to be the name of the MeetMe table we will create below.

For ODBC

extconfig.conf
meetme => odbc,conf,booking

/etc/asterisk/res_odbc.conf

[conf]
dsn => MySQL-Asterisk
username => root
password => dbns
pre-connect => yes

/etc/odbc.ini

[MySQL-Asterisk]
Description=ODBC for MySQL
Driver=MySQL
Server=127.0.0.1
Database=conf
Port=3306
;Socket = /tmp/mysql.sock
Socket=/var/lib/mysql/mysql.sock
Option=
Stmt=
Trace=yes
TraceFile = /tmp/odbc.log

OR

FOR MYSQL

extconfig.conf
meetme => mysql,conf,booking

/etc/asterisk/res_mysql.conf

[conf]
dbhost = 127.0.0.1
dbname = conf
dbuser = root
dbpass = dbns
dbport = 3306
dbsock = /var/lib/mysql/mysql.sock
dbcharset = latin1
requirements=warn ; or createclose or createchar

by

Related questions

0 like 0 dislike
1 answer
0 like 0 dislike
1 answer
1 like 0 dislike
1 answer
0 like 0 dislike
1 answer
1 like 0 dislike
1 answer
asked Aug 6, 2013 in Education & Reference by Russel | 659 views
1 like 0 dislike
0 answers
0 like 0 dislike
1 answer

Where your donation goes
Technology: We will utilize your donation for development, server maintenance and bandwidth management, etc for our site.

Employee and Projects: We have only 15 employees. They are involved in a wide sort of project works. Your valuable donation will definitely boost their work efficiency.

How can I earn points?
Awarded a Best Answer 10 points
Answer questions 10 points
Asking Question -20 points

1,310 questions
1,471 answers
569 comments
4,809 users