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
3af3bb9b
Commit
3af3bb9b
authored
Mar 31, 2008
by
Emmanuel Milou
Browse files
Clean code
parent
be2c5779
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sipvoiplink.cpp
View file @
3af3bb9b
...
...
@@ -665,7 +665,9 @@ SIPVoIPLink::answer(const CallID& id)
bool
SIPVoIPLink
::
hangup
(
const
CallID
&
id
)
{
_debug
(
"nvlnljbnzjkdbnjzdfbnjzdflnbjlzdfnbjlzdfbnzdfjlnjlb
\n
"
);
SIPCall
*
call
=
getSIPCall
(
id
);
Manager
::
instance
().
peerHungupCall
(
id
);
if
(
call
==
0
)
{
_debug
(
"! SIP Error: Call doesn't exist
\n
"
);
return
false
;
}
_debug
(
"- SIP Action: Hang up call %s [cd: %3d %3d]
\n
"
,
id
.
data
(),
call
->
getCid
(),
call
->
getDid
());
...
...
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