Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
3ca39474
Commit
3ca39474
authored
3 years ago
by
Mickaël Turnel
Browse files
Options
Download
Patches
Plain Diff
Rework call log object and store in MainDB
parent
3a207a8e
Changes
58
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
coreapi/CMakeLists.txt
+0
-1
coreapi/CMakeLists.txt
coreapi/call_log.c
+0
-802
coreapi/call_log.c
coreapi/callbacks.c
+4
-4
coreapi/callbacks.c
coreapi/conference.cc
+1
-5
coreapi/conference.cc
coreapi/linphonecore.c
+34
-48
coreapi/linphonecore.c
coreapi/misc.c
+1
-61
coreapi/misc.c
coreapi/private_functions.h
+1
-6
coreapi/private_functions.h
coreapi/private_structs.h
+0
-35
coreapi/private_structs.h
coreapi/quality_reporting.c
+35
-33
coreapi/quality_reporting.c
coreapi/quality_reporting.h
+9
-0
coreapi/quality_reporting.h
coreapi/tester_utils.cpp
+0
-4
coreapi/tester_utils.cpp
coreapi/tester_utils.h
+0
-2
coreapi/tester_utils.h
include/CMakeLists.txt
+1
-1
include/CMakeLists.txt
include/linphone/Makefile.am
+0
-1
include/linphone/Makefile.am
include/linphone/api/c-api.h
+1
-0
include/linphone/api/c-api.h
include/linphone/api/c-call-log.h
+23
-43
include/linphone/api/c-call-log.h
include/linphone/api/c-event-log.h
+10
-3
include/linphone/api/c-event-log.h
include/linphone/core.h
+34
-18
include/linphone/core.h
include/linphone/enums/event-log-enums.h
+2
-2
include/linphone/enums/event-log-enums.h
include/linphone/utils/utils.h
+2
-0
include/linphone/utils/utils.h
with
158 additions
and
1069 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets