Displaying 2 results from an estimated 2 matches for "ast_tm".
Did you mean:
ast_ttm
2013 Sep 14
1
Asterisk-1.8.23.1 mysql cdr
...the old compatible
* behavior, it's provided here.
*/
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", &...
2009 Apr 19
3
asterisk-1.6.0.9-x86_64: voicemail: Segmentation fault (core dumped)
Hello,
Information:
gcc -v: gcc version 4.3.3 (Debian 4.3.3-3)
os: Debian/Testing
Pulled latest release from asterisk site, compiled, installed it.
I have a barebones configuration:
$ ls -l asterisk
extensions.conf
modules.conf
sip.conf
users.conf
voicemail.conf
You can see them here:
http://home.comcast.net/~jpiszcz/20090418/extensions.conf