Skip to content
GitLab
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
c18a8aaf
Commit
c18a8aaf
authored
3 months ago
by
Ghislain MARY
Committed by
Simon Morlat
2 months ago
Browse files
Options
Download
Patches
Plain Diff
Add API to allow the user to handle incoming out-of-dialog REFER.
parent
d5aa14b5
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
coreapi/callbacks.c
+52
-27
coreapi/callbacks.c
coreapi/misc.c
+2
-2
coreapi/misc.c
coreapi/private_functions.h
+4
-1
coreapi/private_functions.h
coreapi/vtables.c
+5
-2
coreapi/vtables.c
include/linphone/callbacks.h
+8
-8
include/linphone/callbacks.h
include/linphone/core.h
+1
-1
include/linphone/core.h
include/linphone/headers.h
+1
-1
include/linphone/headers.h
src/sal/call-op.cpp
+4
-2
src/sal/call-op.cpp
src/sal/refer-op.cpp
+3
-1
src/sal/refer-op.cpp
src/sal/sal.cpp
+5
-1
src/sal/sal.cpp
src/sal/sal.h
+8
-2
src/sal/sal.h
tester/CMakeLists.txt
+5
-0
tester/CMakeLists.txt
tester/liblinphone_tester.c
+1
-0
tester/liblinphone_tester.c
tester/liblinphone_tester.h
+3
-0
tester/liblinphone_tester.h
tester/refer-tester.cpp
+158
-0
tester/refer-tester.cpp
tester/tester.c
+12
-11
tester/tester.c
with
272 additions
and
59 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