Hi,
Yesterday evening I have done a full update of Asterisk on a test system. The version is CVS-08/25/03-15:55:51 After this operation I get some big problems: - the Voicemail2 application does not work anymore. I must disable it in modules.conf file in order to be able to start * without crashing. The following settings: noload => app_voicemail2.so noload => app_sayunixtime.so If I let them load, I get the following errors when I try to start *:
[app_sayunixtime.so]WARNING[1074412256]: File loader.c, Line 232 (ast_load_resource): /usr/lib/asterisk/modules/app_sayunixtime.so: undefined symbol: ast_say_date_with_format WARNING[1074412256]: File loader.c, Line 400 (load_modules): Loading module app_sayunixtime.so failed! [EMAIL PROTECTED] asterisk]# Ouch ... error while writing audio data: : Broken pipe Ouch ... error while writing audio data: : Broken pipe Ouch ... error while writing audio data: : Broken pipe
or
[app_voicemail2.so]WARNING[1074412256]: File loader.c, Line 232 (ast_load_resource): /usr/lib/asterisk/modules/app_voicemail2.so: undefined symbol: ast_localtime WARNING[1074412256]: File loader.c, Line 400 (load_modules): Loading module app_voicemail2.so failed! [EMAIL PROTECTED] asterisk]# Ouch ... error while writing audio data: : Broken pipe Ouch ... error while writing audio data: : Broken pipe Ouch ... error while writing audio data: : Broken pipe
- calls between phones using different codecs (GSM - Soft phone and G.711 - ATA186) produce some times a very distorted sound. The calls between phones using the same codec are fine.
There is someone else with this problem?
Dan
No, I don't see that problem.
Try "make clean" and then "make install" in your asterisk source directory - this looks like a problem caused by mis-matched binaries.
JT _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
