Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
8091683e
Commit
8091683e
authored
Jun 13, 2019
by
Mohamed Fenjiro
Committed by
Adrien Béraud
Jun 18, 2019
Browse files
manager: newOutgoingCall and offHoldCall fixes
Change-Id: Icad1d63078de5b27884d91d791213893ce218809
parent
3cfbbb56
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/manager.cpp
View file @
8091683e
...
...
@@ -3090,7 +3090,7 @@ Manager::newOutgoingCall(const std::string& toUrl,
const
std
::
map
<
std
::
string
,
std
::
string
>&
volatileCallDetails
)
{
auto
account
=
getAccount
(
accountId
);
if
(
account
and
!
account
->
isUsable
())
{
if
(
!
account
or
!
account
->
isUsable
())
{
JAMI_WARN
(
"Account is not usable for calling"
);
return
nullptr
;
}
...
...
Write
Preview
Supports
Markdown
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