mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
linphonerc: remove TLS port since we now use DNS SRV
This commit is contained in:
parent
268e0cdec1
commit
c0569585a7
4 changed files with 8 additions and 8 deletions
|
|
@ -66,7 +66,7 @@ reg_expires=600
|
|||
[wizard]
|
||||
service_url=https://www.linphone.org/wizard.php
|
||||
domain=sip.linphone.org
|
||||
proxy=sip.linphone.org:5223
|
||||
proxy=sip.linphone.org
|
||||
password_length=6
|
||||
username_length=4
|
||||
expires=1314000
|
||||
|
|
@ -79,4 +79,4 @@ stun=stun.linphone.org
|
|||
|
||||
[misc]
|
||||
history_max_size=30
|
||||
max_calls=3
|
||||
max_calls=3
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ reg_expires=600
|
|||
[wizard]
|
||||
service_url=https://www.linphone.org/wizard.php
|
||||
domain=sip.linphone.org
|
||||
proxy=sip.linphone.org:5223
|
||||
proxy=sip.linphone.org
|
||||
password_length=6
|
||||
username_length=4
|
||||
expires=1314000
|
||||
|
|
@ -79,4 +79,4 @@ stun=stun.linphone.org
|
|||
|
||||
[misc]
|
||||
history_max_size=30
|
||||
max_calls=3
|
||||
max_calls=3
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
<config xmlns="http://www.linphone.org/xsds/lpconfig.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.linphone.org/xsds/lpconfig.xsd lpconfig.xsd">
|
||||
|
||||
<section name="proxy_default_values">
|
||||
<entry name="reg_proxy" overwrite="true"><sip:sip.linphone.org:5223;transport=tls></entry>
|
||||
<entry name="reg_route" overwrite="true"><sip:sip.linphone.org:5223;transport=tls></entry>
|
||||
<entry name="reg_proxy" overwrite="true"><sip:sip.linphone.org;transport=tls></entry>
|
||||
<entry name="reg_route" overwrite="true"><sip:sip.linphone.org;transport=tls></entry>
|
||||
<entry name="reg_identity" overwrite="true">sip:?@sip.linphone.org</entry>
|
||||
<entry name="reg_expires" overwrite="true">1314000</entry>
|
||||
<entry name="reg_sendregister" overwrite="true">1</entry>
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
<config xmlns="http://www.linphone.org/xsds/lpconfig.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.linphone.org/xsds/lpconfig.xsd lpconfig.xsd">
|
||||
|
||||
<section name="proxy_default_values">
|
||||
<entry name="reg_proxy" overwrite="true"><sip:sip.linphone.org:5223;transport=tls></entry>
|
||||
<entry name="reg_route" overwrite="true"><sip:sip.linphone.org:5223;transport=tls></entry>
|
||||
<entry name="reg_proxy" overwrite="true"><sip:sip.linphone.org;transport=tls></entry>
|
||||
<entry name="reg_route" overwrite="true"><sip:sip.linphone.org;transport=tls></entry>
|
||||
<entry name="reg_identity" overwrite="true">sip:?@sip.linphone.org</entry>
|
||||
<entry name="reg_expires" overwrite="true">1314000</entry>
|
||||
<entry name="reg_sendregister" overwrite="true">1</entry>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue