Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
belle-sip
Commits
15fc6034
Commit
15fc6034
authored
Jan 15, 2015
by
Simon Morlat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix DNS test
parent
ae453247
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/provider.c
src/provider.c
+1
-1
tester/belle_sip_resolver_tester.c
tester/belle_sip_resolver_tester.c
+1
-1
No files found.
src/provider.c
View file @
15fc6034
...
@@ -1130,7 +1130,7 @@ int belle_sip_provider_add_authorization(belle_sip_provider_t *p, belle_sip_requ
...
@@ -1130,7 +1130,7 @@ int belle_sip_provider_add_authorization(belle_sip_provider_t *p, belle_sip_requ
if
(
!
auth_event
->
userid
)
{
if
(
!
auth_event
->
userid
)
{
/*if no userid, username = userid*/
/*if no userid, username = userid*/
belle_sip_auth_event_set_userid
(
auth_event
,
(
const
char
*
)
auth_event
->
username
);
belle_sip_auth_event_set_userid
(
auth_event
,
auth_event
->
username
);
}
}
belle_sip_message
(
"Auth info found for [%s] realm [%s]"
,
auth_event
->
userid
,
auth_event
->
realm
);
belle_sip_message
(
"Auth info found for [%s] realm [%s]"
,
auth_event
->
userid
,
auth_event
->
realm
);
if
(
auth_context
->
is_proxy
||
if
(
auth_context
->
is_proxy
||
...
...
tester/belle_sip_resolver_tester.c
View file @
15fc6034
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#define IPV4_CNAME "stun.linphone.org"
#define IPV4_CNAME "stun.linphone.org"
#define IPV4_CNAME_IP "91.121.209.194"
#define IPV4_CNAME_IP "91.121.209.194"
#define IPV4_SIP_BAD_DOMAIN "dummy.linphone.org"
#define IPV4_SIP_BAD_DOMAIN "dummy.linphone.org"
#define IPV4_MULTIRES_DOMAIN "
google.com
"
#define IPV4_MULTIRES_DOMAIN "
yahoo.fr
"
/* sip2.linphone.org has an IPv6 and an IPv4 IP*/
/* sip2.linphone.org has an IPv6 and an IPv4 IP*/
#define IPV6_SIP_DOMAIN "sip2.linphone.org"
#define IPV6_SIP_DOMAIN "sip2.linphone.org"
...
...
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