No such application 'MeetMe' in Asterisk Real time

Hi,

I am trying to implement conference feature using the below link:

open-voip.org/index.php?titl … me_example

But, I am getting the below message on Asterisk CLI:

NOTICE[1822][C-00000024]: pbx_realtime.c:369 realtime_exec: No such application ‘MeetMe’ for extension ‘333’ in context ‘default’

Any help would be appreciated.

Thanks in advance.

Regards,
Mouli

Issue the command “module reload app_meetme” and note error messages.

If it says not loaded, use module load instead.

Note that MeetMe is not the preferred conferencing application anymore and that it requires dahdi to be loaded.

Hello David,

Thanks for your reply.

Please find the below information:

CLI> module reload app_meetme
No such module 'app_meetme’
CLI> module load app_meetme
Unable to load module app_meetme
Command ‘module load app_meetme’ failed.
[2014-05-12 06:22:05] WARNING[8636]: loader.c:423 load_dynamic_module: Error loading module ‘app_meetme’: /usr/lib/asterisk/modules/app_meetme.so: cannot open shared object file: No such file or directory
[2014-05-12 06:22:05] WARNING[8636]: loader.c:902 load_resource: Module ‘app_meetme’ could not be loaded.

CLI> dahdi restart
Destroying channels and reloading DAHDI configuration.
> Initial softhangup of all DAHDI channels complete.
> Final softhangup of all DAHDI channels complete.
– Unregistered channel -2
== Parsing ‘/etc/asterisk/chan_dahdi.conf’: Found
== Parsing ‘/etc/asterisk/users.conf’: Found
– Automatically generated pseudo channel
[2014-05-12 06:20:26] WARNING[8636]: chan_dahdi.c:18602 process_dahdi: Ignoring any changes to ‘userbase’ (on reload) at line 23.
[2014-05-12 06:20:26] WARNING[8636]: chan_dahdi.c:18602 process_dahdi: Ignoring any changes to ‘vmsecret’ (on reload) at line 31.
[2014-05-12 06:20:26] WARNING[8636]: chan_dahdi.c:18602 process_dahdi: Ignoring any changes to ‘hassip’ (on reload) at line 35.
[2014-05-12 06:20:26] WARNING[8636]: chan_dahdi.c:18602 process_dahdi: Ignoring any changes to ‘hasiax’ (on reload) at line 39.
[2014-05-12 06:20:26] WARNING[8636]: chan_dahdi.c:18602 process_dahdi: Ignoring any changes to ‘hasmanager’ (on reload) at line 47.

When I execute “dahdi show channels”, State is showing as “In Service”.

Any suggestions would be appreciated.

Thank you.

Regards,
Mouli.

Build Asterisk from source with app_meetme enabled by menuconfig.

Hello David,

Sure, I will do that.

You said in the previous reply that “MeetMe” is not a recommended application for conferencing in Asterisk. Is there any other tool or application that I can use in/with Asterisk for conferencing?

Thank you.

Regards,
Mouli

app_confbridge

Cheers

Hi,

Thank you for your reply. I will give the update, once I have done with this.

Thank you.

Regards,
Mouli.