Web Meet-me 4 installation and configuation

Centos 5.6
Asterisk Ver. 1.8.4.1
FreePBX 2.8.1.4
Web MeetMe 4.0.2

Hi Experts,

I have problem in creating web meet-me 4.0.2 conference call.

I can create confernce in web GUI and see in MySQL ‘meetme’ DB as well.

But, when I call, got error that “number is not complete”.

But, by adding the following in /etc/asterisk/extension_custom.conf works.

[ext-meetme-custom]
exten => 5000,1,Answer
exten => 5000,2,Wait(1)
exten => 5000,3,MeetMe()
exten => 5000,4,Hangup

Is there any link to read?

I also can’t find any errors in logs.

You seam to have gotten farther then me. I got the web gui working however linking it to FreePBX is my problem. This is what i have done.

  1. i have made a custom desintation of “ext-meetme-custom,s,1”
  2. i have tried the above

when i call in i get disconnected. Any ideas how to fix this?