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
655ce511
Commit
655ce511
authored
Oct 02, 2017
by
Sylvain Berfini
🐮
Browse files
Fixed message in call dialog
parent
c8616f0e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/callbacks.c
coreapi/callbacks.c
+1
-1
No files found.
coreapi/callbacks.c
View file @
655ce511
...
...
@@ -416,7 +416,7 @@ static void message_received(SalOp *op, const SalMessage *msg){
if
(
reason
==
LinphoneReasonNone
)
{
linphone_core_message_received
(
lc
,
op
,
msg
);
}
auto
messageOp
=
dynamic_cast
<
SalMessageOp
*>
(
op
);
auto
messageOp
=
dynamic_cast
<
SalMessageOp
Interface
*>
(
op
);
messageOp
->
reply
(
linphone_reason_to_sal
(
reason
));
if
(
!
call
)
op
->
release
();
}
...
...
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