Displaying 2 results from an estimated 2 matches for "ast_say_date_with_format".
2003 Oct 31
1
Some problems after an Asterisk update
...tings:
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!
[root@danpbx 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
[...
2003 Nov 05
1
Error in app_voicemail2.so after CVS update
...ule
app_voicemail2.so failed!
if I try to add in modules.conf the line:
noload => app_voicemail2.so
I get the following error when starting *:
[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!
If I put:
noload => app_sayunixtime.so
then * starts ok, but I cannot use voicemail2 application.
What can I do to solve this problem?
Thanks,
Dan