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
Merge branch 'fix_cdr_logs' of
https://github.com/1and1/rtpengine
changes/96/15296/17
Richard Fuchs
8 years ago
parent
1206e26f76
b317acdbde
commit
c8d60aed61
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