Added back staging settings
This commit is contained in:
parent
07c1cee714
commit
ffc9a427d5
2 changed files with 3 additions and 2 deletions
|
@ -51,7 +51,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode 4101
|
||||
versionCode 4102
|
||||
versionName "4.1"
|
||||
applicationId getPackageName()
|
||||
multiDexEnabled true
|
||||
|
|
|
@ -9,7 +9,8 @@
|
|||
<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.linphone.org</entry>
|
||||
<entry name="reg_proxy" overwrite="true"><sip:sip.linphone.org;transport=tls></entry>
|
||||
<entry name="reg_proxy" overwrite="true"><sip:sip-staging.linphone.org:5081;transport=tls></entry>
|
||||
<entry name="reg_route" overwrite="true"><sip:sip-staging.linphone.org:5081;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.linphone.org</entry>
|
||||
|
|
Loading…
Reference in a new issue