Asterisk: Meetme app not found

I study the asterisk.

I found out about an application that is used for conferencing. I am using asterisk 1.6.

The fact that the meetme application was not found. What do I need to do in order to work with meetme app.

Please help me.

Thanks in advance.

+2


a source to share


2 answers


When you create an asterisk, before a simple "make" you need to run "make menuconfig" to specify which channels, drivers, codecs, applications, functions, etc. you want to use. Run this and select the meetme app, which is probably not selected.



You will also need a meetme.conf file in / etc / asterisk, with the configuration you want for this application.

+2


a source


In newer versions of Asterisk Meetme, app_confbridge has been replaced. This removes the need for timers and also supports better call quality - the conference no longer drops to 8 kHz.



0


a source







All Articles