Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-sdk
Commits
9cc416ad
Commit
9cc416ad
authored
3 years ago
by
QuentinArguillere
Browse files
Options
Download
Patches
Plain Diff
Fix shared core tests
parent
75b7e971
2 merge requests
!2588
Add a way to change volume on ALSA with MSFilterAudioPlaybackInterface and...
,
!2525
Fix shared core tests
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
liblinphone
+1
-1
liblinphone
tester/IOS/LinphoneTester/LinphoneTester/main.m
+1
-0
tester/IOS/LinphoneTester/LinphoneTester/main.m
with
2 additions
and
1 deletion
liblinphone
@
fd24190c
Compare
d3d945b7
...
fd24190c
Subproject commit
d3d945b75b4f2089656faa76f3608e4e1aedba78
Subproject commit
fd24190c43302585b5ab5e5324edebe1bc4a88b7
This diff is collapsed.
Click to expand it.
tester/IOS/LinphoneTester/LinphoneTester/main.m
+
1
−
0
View file @
9cc416ad
...
...
@@ -48,6 +48,7 @@ int main(int argc, char *argv[]) {
liblinphonetester_show_account_manager_logs
=
TRUE
;
}
}
flexisip_tester_dns_ip_addresses
=
bctbx_list_new
((
void
*
)
"5.135.31.162"
);
@autoreleasepool
{
return
UIApplicationMain
(
argc
,
argv
,
nil
,
NSStringFromClass
([
AppDelegate
class
]));
}
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets