MeetMe or Conference bridge with FreePBX

Just installed latest ISO distro everything looks ok, i need help to setup the Conference Bridge or MeetMe. I cant see the meetme in user control panel and also in the module admin.
Can anyone of you please give me some direction.
Goal is to have one main number and once that number is called it should ask for conf id/pin for the guest/moderator to join.

It looks like there is some issue with meetme installation with asterisk. There could be many resons like missing dahdi timing source and couple of others, but first you need to check if meetme module is loaded and working or not. Go to asteris CLI and try these commands:

localhost*CLI> core show application MeetMe

If meetme is available it should print a detailed description. Also issue “module show like app_meetme.so” command and if meetme module is available then you should see output like below:

localhost*CLI> module show like app_meetme.so
Module Description Use Count
app_meetme.so MeetMe conference bridge 0
1 modules loaded

voipCLI> module show like app_meetme.so
Module Description Use Count
app_meetme.so MeetMe conference bridge 0
1 modules loaded
voip
CLI>

I have the above info, seems like module is loaded, I just cant find a way to configure and use it.