Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
Linhome-Android
Commits
f37c4182
Commit
f37c4182
authored
Jun 30, 2020
by
Christophe Deschamps
Browse files
migration towards lindoor.org wip
Former-commit-id: 26c3390429120cfa13425e521be1db99ff46c12b
parent
bdc98734
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
15 deletions
+9
-15
app/src/main/assets/assistant_lindoor_account_default_values
app/src/main/assets/assistant_lindoor_account_default_values
+5
-5
app/src/main/assets/linphonerc_default
app/src/main/assets/linphonerc_default
+2
-2
app/src/main/assets/linphonerc_factory
app/src/main/assets/linphonerc_factory
+2
-2
app/src/main/java/org/lindoor/linphonecore/CorePreferences.kt
...src/main/java/org/lindoor/linphonecore/CorePreferences.kt
+0
-6
No files found.
app/src/main/assets/assistant_lindoor_account_default_values
View file @
f37c4182
...
...
@@ -8,19 +8,19 @@
<entry
name=
"quality_reporting_enabled"
overwrite=
"true"
>
1
</entry>
<entry
name=
"quality_reporting_interval"
overwrite=
"true"
>
180
</entry>
<entry
name=
"reg_expires"
overwrite=
"true"
>
31536000
</entry>
<entry
name=
"reg_identity"
overwrite=
"true"
>
sip:?@
sip.
lindoor.org
</entry>
<entry
name=
"reg_proxy"
overwrite=
"true"
>
<
sip:
sip.
lindoor.org;transport=tls
>
</entry>
<entry
name=
"reg_route"
overwrite=
"true"
>
<
sip:
sip.
lindoor.org;transport=tls
>
</entry>
<entry
name=
"reg_identity"
overwrite=
"true"
>
sip:?@lindoor.org
</entry>
<entry
name=
"reg_proxy"
overwrite=
"true"
>
<
sip:lindoor.org;transport=tls
>
</entry>
<entry
name=
"reg_route"
overwrite=
"true"
>
<
sip:lindoor.org;transport=tls
>
</entry>
<entry
name=
"reg_sendregister"
overwrite=
"true"
>
1
</entry>
<entry
name=
"nat_policy_ref"
overwrite=
"true"
>
nat_policy_default_values
</entry>
<entry
name=
"realm"
overwrite=
"true"
>
sip.
lindoor.org
</entry>
<entry
name=
"realm"
overwrite=
"true"
>
lindoor.org
</entry>
</section>
<section
name=
"nat_policy_default_values"
>
<entry
name=
"stun_server"
overwrite=
"true"
>
stun.lindoor.org
</entry>
<entry
name=
"protocols"
overwrite=
"true"
>
stun,ice
</entry>
</section>
<section
name=
"assistant"
>
<entry
name=
"domain"
overwrite=
"true"
>
sip.
lindoor.org
</entry>
<entry
name=
"domain"
overwrite=
"true"
>
lindoor.org
</entry>
<entry
name=
"algorithm"
overwrite=
"true"
>
SHA-256
</entry>
<entry
name=
"password_max_length"
overwrite=
"true"
>
-1
</entry>
<entry
name=
"password_min_length"
overwrite=
"true"
>
1
</entry>
...
...
app/src/main/assets/linphonerc_default
View file @
f37c4182
...
...
@@ -30,8 +30,8 @@ host=
port=443
[misc]
version_check_url_root=https://www.lin
door
.org/releases
log_collection_upload_server_url=https://www.lin
door
.org:444/lft.php
version_check_url_root=https://www.lin
phone
.org/releases
log_collection_upload_server_url=https://www.lin
phone
.org:444/lft.php
max_calls=10
history_max_size=100
...
...
app/src/main/assets/linphonerc_factory
View file @
f37c4182
...
...
@@ -32,10 +32,10 @@ enabled=1
[assistant]
xmlrpc_url=https://subscribe.lin
door
.org:444/wizard.php
xmlrpc_url=https://subscribe.lin
phone
.org:444/wizard.php
; MD5 / SHA-256
password_algo=SHA-256
domain=
sip.
lindoor.org
domain=lindoor.org
freesip_url=https://www.lindoor.org/freesip/home
## End of factory rc
app/src/main/java/org/lindoor/linphonecore/CorePreferences.kt
View file @
f37c4182
...
...
@@ -125,12 +125,6 @@ class CorePreferences constructor(private val context: Context) {
}
/* App settings previously in non_localizable_custom */
val
defaultDomain
:
String
get
()
=
config
.
getString
(
"app"
,
"default_domain"
,
"sip.lindoor.org"
)
/* Assets stuff */
val
configPath
:
String
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment