Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
f211fc30
Commit
f211fc30
authored
May 04, 2017
by
Simon Morlat
Browse files
only mark as missed incoming calls.
parent
4d4bfbd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/linphonecall.c
View file @
f211fc30
...
...
@@ -1817,7 +1817,9 @@ void linphone_call_set_state(LinphoneCall *call, LinphoneCallState cstate, const
call
->
log
->
status
=
LinphoneCallDeclined
;
break
;
case
LinphoneReasonNotAnswered
:
call
->
log
->
status
=
LinphoneCallMissed
;
if
(
call
->
log
->
dir
==
LinphoneCallIncoming
){
call
->
log
->
status
=
LinphoneCallMissed
;
}
break
;
default:
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment