Re: [asterisk-users] Asterisk vs c-client issues

2008-08-18 Thread Patrick
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


Re: [asterisk-users] Asterisk vs c-client issues

2008-08-16 Thread Tzafrir Cohen
On Fri, Aug 15, 2008 at 12:49:02PM -0700, Lee Lundrigan wrote:

 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
 [Aug 15 12:45:24] WARNING[14459]: loader.c:657 load_resource: Module 
 'app_voicemail.so' could not be loaded.

Try: ldd /usr/lib/asterisk/modules/app_voicemail.so

-- 
   Tzafrir Cohen
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
-- 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


Re: [asterisk-users] Asterisk vs c-client issues

2008-08-15 Thread Russell Bryant
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.

-- 
Russell Bryant
Senior Software Engineer
Open Source Team Lead
Digium, Inc.

___
-- 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


Re: [asterisk-users] Asterisk vs c-client issues

2008-08-15 Thread Lee Lundrigan
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
[Aug 15 12:45:24] WARNING[14459]: loader.c:657 load_resource: Module 
'app_voicemail.so' could not be loaded.

Thanks for the Help!

___
-- 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


[asterisk-users] Asterisk vs c-client issues

2008-08-14 Thread Lee Lundrigan
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?

Thanks in advance,
Lee Lundrigan

Asterisk: 1.4.21.2
C-client: 2004g
OS: CentOS 5.2


___
-- 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