search for: ast_localtim

Displaying 5 results from an estimated 5 matches for "ast_localtim".

Did you mean: ast_localtime
2003 Nov 05
1
Error in app_voicemail2.so after CVS update
...nstall cd ../asterisk make clean ; make install When I try to start astersik with asterisk -vvvvvvc I get the following error and the program stops: [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! 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_r...
2013 Sep 14
1
Asterisk-1.8.23.1 mysql cdr
...*/ if (calldate_compat) { struct timeval tv = ast_tvnow(); struct ast_tm tm; char timestr[128]; ast_localtime(&tv, &tm, ast_str_strlen(cdrzone) ? ast_str_buffer(cdrzone) : NULL); ast_strftime(timestr, sizeof(timestr), "%Y-%m-%d %T", &tm); ast_cdr_setvar(cdr, "calldate", timestr, 0);...
2009 Apr 19
3
asterisk-1.6.0.9-x86_64: voicemail: Segmentation fault (core dumped)
...mized out>) at stdtime/localtime.c:811 #2 0x00000000004d9152 in tzload (name=<value optimized out>, sp=0x881280, doextend=1) at stdtime/localtime.c:450 #3 0x00000000004da92d in ast_tzset (zone=0x7f7f741e5bf9 "UTC") at stdtime/localtime.c:1029 #4 0x00000000004db98c in ast_localtime (timep=0x7f7f8407c500, tmp=0x7f7f84076ba0, zone=0x0) at stdtime/localtime.c:1142 #5 0x00007f7f741d332f in get_date (s=0x7f7f84086490 "0\005\210", len=256) at app_voicemail.c:3788 #6 0x00007f7f741dfb1a in leave_voicemail (chan=0x87f5f0, ext=<value optimized out>, op...
2003 Oct 31
1
Some problems after an Asterisk update
...e 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! [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 - call...
2008 Jul 07
1
cdr_addon_mysql - additional fields
Hi, I need help with modifying cdr_addon_mysql.c I want to have more fields in cdr table in asterisk. I've tried to modify cdr_addon_mysql.c and replace userfield with ex team (sed -e 's/userfield/team/g' ). When I try to recomplie menuselect/menuselect --check-deps menuselect.makeopts Generating embedded module rules ... make[1]: Nothing to be done for `all'.