Dynamic conference creation with MeetMe

Hello everybody,

I have a problem here with getting the MeetMe app to work. After announcing that I am entering the conference, Asterisk just continues in the dialplan. I’d be really thankful for some help here!

The relevant part of my extensions.conf is just two lines to create the conference room:

exten => s,1,Wait(1)
same => n,MeetMe(1,edM)

If I try to enter, Asterisk announces “You are entering conference number one” and then instead of connecting me to the conference just continues in the Dialplan.

Same thing happens if I declare the room in meetme.conf.:

[rooms] conf => 1
But this shouldn’t even be necessary with dynamic conference creation, should it?

If you need any other information, just say so…

Thanks in advance for your help!!

Eggat