[asterisk-bugs] [Asterisk 0017205]: module app_voicemail not load

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Apr 20 12:21:42 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17205 
====================================================================== 
Reported By:                juanctkc
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17205
Category:                   Applications/app_voicemail
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     feedback
Asterisk Version:           Addons-1.4.11 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-04-19 14:59 CDT
Last Modified:              2010-04-20 12:21 CDT
====================================================================== 
Summary:                    module app_voicemail not load
Description: 
Asterisk*CLI> module load app_voicemail.so 
[Apr 19 16:57:28] WARNING[9782]: loader.c:433 load_dynamic_module: Error
loading module 'app_voicemail.so':
/usr/lib/asterisk/modules/app_voicemail.so: undefined symbol:
ast_smdi_mwi_message_destroy
[Apr 19 16:57:28] WARNING[9782]: loader.c:774 load_resource: Module
'app_voicemail.so' could not be loaded.

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
duplicate of        0016047 app_voicemail does not load in 1.4.25.1...
====================================================================== 

---------------------------------------------------------------------- 
 (0120646) juanctkc (reporter) - 2010-04-20 12:21
 https://issues.asterisk.org/view.php?id=17205#c120646 
---------------------------------------------------------------------- 
I have do what it says in 0014846, edit asterisk-1.4.30/res/res_smdi.c,
recompile asterisk and the same problem persist.

--------------------------------
 @@ -1265,7 +1265,12 @@
 return_error:
 	ast_module_user_remove(u);
 
-	return res;
+	/* Note: this should be "return res" and unload the module if no
+	 * interfaces are found, however, because of app_voicemail having
+	 * a dependancy on this, we need this resource available until
+	 * optional_api can be impelmented in 1.6.2. See bug_id=14846
+	*/
+	return 0;
 }
 
 static struct ast_custom_function smdi_msg_retrieve_function = {
--------------

This asterisk version was download few days ago, and i saw voicemail dont
work in this asterisk and anothers with the same problem. any suggestion? 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-04-20 12:21 juanctkc       Note Added: 0120646                          
======================================================================




More information about the asterisk-bugs mailing list