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
bd71339d
Commit
bd71339d
authored
Apr 20, 2010
by
Alexandre Savard
Browse files
[#2926] Fix from uri for ip2ip calls
parent
8a7f966a
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-common/src/sip/sipaccount.cpp
View file @
bd71339d
...
@@ -461,13 +461,13 @@ std::string SIPAccount::getFromUri (void)
...
@@ -461,13 +461,13 @@ std::string SIPAccount::getFromUri (void)
username
=
getLoginName
();
username
=
getLoginName
();
}
}
else
{
// Get machine hostname if not provided
// Get machine hostname if not provided
if
(
_hostname
.
empty
())
{
if
(
_hostname
.
empty
())
{
hostname
=
getMachineName
();
hostname
=
getMachineName
();
}
}
}
int
len
=
pj_ansi_snprintf
(
uri
,
PJSIP_MAX_URL_SIZE
,
int
len
=
pj_ansi_snprintf
(
uri
,
PJSIP_MAX_URL_SIZE
,
"<%s%s@%s%s>"
,
"<%s%s@%s%s>"
,
...
...
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