mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 07:38:09 +00:00
disable gruu for tunnel testers
This commit is contained in:
parent
84d4fb1ca5
commit
2c4bd476a6
1 changed files with 3 additions and 1 deletions
|
|
@ -58,7 +58,9 @@ static void call_with_tunnel_base(LinphoneTunnelMode tunnel_mode, bool_t with_si
|
|||
char tunnel_ip[64];
|
||||
char *public_ip, *public_ip2=NULL;
|
||||
BC_ASSERT_FALSE(get_ip_from_hostname("tunnel.linphone.org",tunnel_ip,sizeof(tunnel_ip)));
|
||||
|
||||
linphone_core_remove_supported_tag(pauline->lc,"gruu"); /*with gruu, we have no access to the "public IP from contact*/
|
||||
linphone_core_remove_supported_tag(marie->lc,"gruu");
|
||||
|
||||
BC_ASSERT_TRUE(wait_for(pauline->lc,NULL,&pauline->stat.number_of_LinphoneRegistrationOk,1));
|
||||
public_ip = get_public_contact_ip(pauline->lc);
|
||||
BC_ASSERT_STRING_NOT_EQUAL(public_ip, tunnel_ip);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue