Displaying 1 result from an estimated 1 matches for "calldate_compat".
2013 Sep 14
1
Asterisk-1.8.23.1 mysql cdr
...* the datetime the record was posted,
rather than the start
* time of the call. If someone really
wants 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_...