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
6a6a3a60
Commit
6a6a3a60
authored
Feb 17, 2009
by
Alexandre Savard
Browse files
Fixed some tabs
parent
2b1f654d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/managerimpl.cpp
View file @
6a6a3a60
...
...
@@ -574,7 +574,7 @@ ManagerImpl::isWaitingCall(const CallID& id) {
// Management of event peer IP-phone
////////////////////////////////////////////////////////////////////////////////
// SipEvent Thread
bool
bool
ManagerImpl
::
incomingCall
(
Call
*
call
,
const
AccountID
&
accountId
)
{
PulseLayer
*
pulselayer
;
...
...
src/sipvoiplink.cpp
View file @
6a6a3a60
...
...
@@ -1077,8 +1077,8 @@ SIPVoIPLink::SIPCallAnswered(SIPCall *call, pjsip_rx_data *rdata)
}
SIPCall
*
SIPVoIPLink
::
getSIPCall
(
const
CallID
&
id
)
SIPCall
*
SIPVoIPLink
::
getSIPCall
(
const
CallID
&
id
)
{
Call
*
call
=
getCall
(
id
);
if
(
call
)
{
...
...
@@ -1087,8 +1087,8 @@ SIPVoIPLink::SIPCallAnswered(SIPCall *call, pjsip_rx_data *rdata)
return
NULL
;
}
void
SIPVoIPLink
::
setStunServer
(
const
std
::
string
&
server
)
{
void
SIPVoIPLink
::
setStunServer
(
const
std
::
string
&
server
)
{
if
(
server
!=
""
)
{
useStun
(
true
);
_stunServer
=
server
;
...
...
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