Lee Lundrigan wrote: > Russell Bryant wrote: >> Lee Lundrigan wrote: >> >>> Hi everyone, >>> >>> Are there any incompatibility issues between asterisk and the c-client >>> using SSL? >>> When I enable SSL I get the error: >>> *pbx.c:1832 pbx_extension_helper: No application 'VoiceMailMain' >>> *whenever I am trying to access voicemail. >>> >>> But when SSL is disabled everything works great, just like its supposed >>> to with imap. >>> >>> Any ideas? >>> >> >> It looks like app_voicemail is failing to load when you build c-client >> with SSL support. Try running "module load app_voicemail.so" from the >> Asterisk CLI to see what the error message is. >> >> > This is everything: > > londo*CLI> module load app_voicemail.so > [Aug 15 12:45:24] WARNING[14459]: loader.c:363 load_dynamic_module: > Error loading module 'app_voicemail.so': > /usr/lib/asterisk/modules/app_voicemail.so: cannot restore segment prot > after reloc: Permission denied
Isn't that an SELinux issue? Use something like this to fix it: # chcon -t texrel_shlib_t /location/of/voicemail.so Regards, Patrick _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
