How to configure the asterisk to work with meetme

asterisk

I try to use commend MeetMe(…), but i get from the CLI this response "pbx.c:3695 pbx_extension_helper: No application 'MeetMe' for extension (test_main, 600, 1)"

I try to use ztdummy but i can not successful instell that.

Can anyone help me, or refer me to the place when i find answer.

Best Answer

Try running core show application MeetMe -- if it says the application is not found, then check modules.conf.

If autoload=yes is not specified, then you need a load => app_meetme.so directive.

It would also be helpful to have your asterisk version as well as the snippet of your extension logic that is failing.