mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
Fix the "TCP register compatibility mode" test.
This commit is contained in:
parent
71a7738d39
commit
08e97faec5
1 changed files with 3 additions and 1 deletions
|
|
@ -170,10 +170,12 @@ static void simple_tcp_register(){
|
|||
}
|
||||
|
||||
static void simple_tcp_register_compatibility_mode(){
|
||||
char route[256];
|
||||
LinphoneCore* lc;
|
||||
LCSipTransports transport = {0,5070,0,0};
|
||||
sprintf(route,"sip:%s",test_route);
|
||||
lc = create_lc();
|
||||
register_with_refresh_base_2(lc,FALSE,test_domain,NULL,FALSE,transport);
|
||||
register_with_refresh_base_2(lc,FALSE,test_domain,route,FALSE,transport);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue