Browse Source

don't log corrupted cdr for foreign calls

pull/394/head
Claudiu Boriga 8 years ago
parent
commit
b317acdbde
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      daemon/cdr.c

+ 2
- 5
daemon/cdr.c View File

@ -214,11 +214,8 @@ void cdr_update_entry(struct call* c) {
if (_log_facility_cdr)
++cdrlinecnt;
}
/* log it */
cdrlog(cdrbuffer);
}
/* log it */
cdrlog(cdrbuffer);
}

Loading…
Cancel
Save