[Home]

Summary:ASTERISK-00993: chan_SIP chan_ZAP require res_musiconhold.so to load
Reporter:mochouinard (mochouinard)Labels:
Date Opened:2004-02-04 21:19:38.000-0600Date Closed:2011-06-07 14:10:38
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:They all require ast_moh_stop except for IAX2 which is missing ast_check_signature


****** ADDITIONAL INFORMATION ******

Feb  4 22:00:50 WARNING[1074398976]: loader.c:358 load_modules: Loading module chan_iax2.so failed!
[chan_sip.so]Feb  4 22:01:21 WARNING[1074398976]: loader.c:239 ast_load_resource: /usr/lib/asterisk/modules/chan_sip.so: undefined symbol: ast_moh_stop
Feb  4 22:01:21 WARNING[1074398976]: loader.c:358 load_modules: Loading module chan_sip.so failed!
[chan_zap.so]Feb  4 22:00:30 WARNING[1074398976]: loader.c:239 ast_load_resource: /usr/lib/asterisk/modules/chan_zap.so: undefined symbol: ast_moh_stop
Feb  4 22:00:30 WARNING[1074398976]: loader.c:407 load_modules: Loading module chan_zap.so failed!
Comments:By: Brian West (bkw918) 2004-02-04 23:20:26.000-0600

Not a bug.  Res file should never be noload as they can export features and functions that other modules need.