This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
don't log corrupted cdr for foreign calls
pull/394/head
Claudiu Boriga
8 years ago
parent
fade693a1c
commit
b317acdbde
1 changed files
with
2 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
;
}
Write
Preview
Loading…
Cancel
Save