mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 15:18:11 +00:00
Fix direct IPv6 call test on Windows 10.
This commit is contained in:
parent
8b18a33fea
commit
54f848bec8
1 changed files with 1 additions and 5 deletions
|
|
@ -624,11 +624,7 @@ static void direct_call_over_ipv6(void){
|
|||
linphone_core_enable_ipv6(marie->lc,TRUE);
|
||||
linphone_core_enable_ipv6(pauline->lc,TRUE);
|
||||
linphone_core_set_default_proxy_config(marie->lc,NULL);
|
||||
/*wait for register in v6 mode, however sip2.linphone.org has an ipv6 address but doesn't listen to it*/
|
||||
#if 0
|
||||
BC_ASSERT_TRUE(wait_for_until(pauline->lc, NULL, &pauline->stat.number_of_LinphoneRegistrationOk, 2, 2000));
|
||||
BC_ASSERT_TRUE(wait_for_until(pauline->lc, NULL, &marie->stat.number_of_LinphoneRegistrationOk, 2, 2000));
|
||||
#endif
|
||||
linphone_core_set_default_proxy_config(pauline->lc, NULL);
|
||||
|
||||
linphone_core_get_sip_transports_used(pauline->lc,&pauline_transports);
|
||||
linphone_address_set_port(pauline_dest,pauline_transports.tcp_port);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue