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
05214a32
Commit
05214a32
authored
Sep 19, 2011
by
Rafaël Carré
Browse files
revert SIP bit of
e27e5c39
it breaks ip2ip calls
parent
8fc89db3
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/src/managerimpl.cpp
View file @
05214a32
...
@@ -190,11 +190,6 @@ bool ManagerImpl::outgoingCall (const std::string& account_id,
...
@@ -190,11 +190,6 @@ bool ManagerImpl::outgoingCall (const std::string& account_id,
_debug
(
"Manager: New outgoing call abort, missing callid"
);
_debug
(
"Manager: New outgoing call abort, missing callid"
);
return
false
;
return
false
;
}
}
if
(
account_id
.
empty
())
{
_debug
(
"Manager: New outgoing call abort, missing account"
);
return
false
;
}
// Call ID must be unique
// Call ID must be unique
if
(
not
getAccountFromCall
(
call_id
).
empty
())
{
if
(
not
getAccountFromCall
(
call_id
).
empty
())
{
...
...
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