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
linhome-android-old-big-globs
Commits
c8f6515d
Commit
c8f6515d
authored
4 years ago
by
Christophe Deschamps
Browse files
Options
Download
Patches
Plain Diff
Fix sip port UDP5060 TCP5060 TLS5061
parent
5cf2a337
master
develop
feature/fix_sip_ports
1 merge request
!1
Develop
Pipeline
#23447
passed with stage
in 3 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/assets/linphonerc_default
+3
-3
app/src/main/assets/linphonerc_default
with
3 additions
and
3 deletions
app/src/main/assets/linphonerc_default
+
3
−
3
View file @
c8f6515d
...
...
@@ -5,9 +5,9 @@
contact="Linphone Android" <sip:linphone.android@unknown-host>
use_info=0
keepalive_period=30000
sip_port=
-1
sip_tcp_port=
-1
sip_tls_port=
-
1
sip_port=
5060
sip_tcp_port=
5060
sip_tls_port=
506
1
media_encryption=none
[net]
...
...
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