MeetMe Teleconferencing
In order for the MeetMe application to compile you'll need to either have a piece of digium hardware (FXO/FXS card) running the Zaptel driver, or you'll need to compile and build the "ztdummy" driver which is also a part of the Zaptel package. If you don't have zaptel then asterisk build process will refuse to even compile the MeetMe application. I'm not using a digium card so I needed the ztdummy package installed.
Please review the ZapTel page for installation information.
After ZapTel is compiled and the module successfully loads, then you can go back and recompile Asterisk to include the MeetMe application.
- In the asterisk-1.4.0 directory
- ./configure --with-zaptel=/path/to/zaptel/build/dir
- make menuselect
- Choose option 1. Application
- Scroll down to app_meetme
- Select app_meetme by pressing the Enter key
- Save and exit the menu by pressing the 'x' key
- make
- make install
If you already had asterisk running previously without MeetMe just restart from the CLI
The Birmingham Area Linux Users