mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
fix tester, update oRTP for bugfixes
This commit is contained in:
parent
10c057eae4
commit
b9b8166ad8
4 changed files with 6 additions and 2 deletions
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit a3debbd394fb32ab54ed265d2190711971c890e7
|
||||
Subproject commit 93607074c723d6d5181e48d6d7989b1c39b9bb8b
|
||||
|
|
@ -1,4 +1,6 @@
|
|||
[sip]
|
||||
sip_port=-1
|
||||
sip_tcp_port=-1
|
||||
sip_tls_port=-1
|
||||
default_proxy=0
|
||||
register_only_when_network_is_up=0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
[sip]
|
||||
sip_port=-1
|
||||
sip_tcp_port=-1
|
||||
sip_tls_port=-1
|
||||
default_proxy=0
|
||||
register_only_when_network_is_up=0
|
||||
|
|
|
|||
|
|
@ -781,7 +781,7 @@ static void tls_alt_name_register(){
|
|||
linphone_core_refresh_registers(mgr->lc);
|
||||
CU_ASSERT_TRUE(wait_for(lc,lc,&mgr->stat.number_of_LinphoneRegistrationOk,1));
|
||||
CU_ASSERT_EQUAL(mgr->stat.number_of_LinphoneRegistrationFailed,0);
|
||||
linphone_core_destroy(mgr->lc);
|
||||
linphone_core_manager_destroy(mgr);
|
||||
}
|
||||
|
||||
static void tls_wildcard_register(){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue