mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Use 1-Year expiration time for registration when going on linphone.org domains
This commit is contained in:
parent
546befae51
commit
ac5a1cfdb8
4 changed files with 4 additions and 4 deletions
|
|
@ -42,7 +42,7 @@ domain=sip.linphone.org
|
|||
proxy=sip.linphone.org:5223
|
||||
password_length=6
|
||||
username_length=4
|
||||
expires=604800
|
||||
expires=1314000
|
||||
push_notification=1
|
||||
transport=tls
|
||||
sharing_server=https://www.linphone.org:444/upload.php
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ domain=sip.linphone.org
|
|||
proxy=sip.linphone.org:5223
|
||||
password_length=6
|
||||
username_length=4
|
||||
expires=604800
|
||||
expires=1314000
|
||||
push_notification=1
|
||||
transport=tls
|
||||
sharing_server=https://www.linphone.org:444/upload.php
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<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_identity" overwrite="true">sip:?@sip.linphone.org</entry>
|
||||
<entry name="reg_expires" overwrite="true">604800</entry>
|
||||
<entry name="reg_expires" overwrite="true">1314000</entry>
|
||||
<entry name="reg_sendregister" overwrite="true">1</entry>
|
||||
<entry name="publish" overwrite="true">0</entry>
|
||||
<entry name="dial_escape_plus" overwrite="true">0</entry>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<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_identity" overwrite="true">sip:?@sip.linphone.org</entry>
|
||||
<entry name="reg_expires" overwrite="true">604800</entry>
|
||||
<entry name="reg_expires" overwrite="true">1314000</entry>
|
||||
<entry name="reg_sendregister" overwrite="true">1</entry>
|
||||
<entry name="publish" overwrite="true">0</entry>
|
||||
<entry name="dial_escape_plus" overwrite="true">0</entry>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue