[asterisk-users] Asterisk vs c-client issues

Patrick asterisk-list at puzzled.xs4all.nl
Mon Aug 18 12:04:53 CDT 2008


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



More information about the asterisk-users mailing list