forked from mirrors/linphone-iphone
Enable network monitoring by default
This commit is contained in:
parent
8cb3e0db37
commit
b532c09a83
7 changed files with 7 additions and 2 deletions
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
<section name="sip">
|
||||
<entry name="use_rls_presence" overwrite="true"></entry>
|
||||
<entry name="auto_net_state_mon" overwrite="true">1</entry>
|
||||
</section>
|
||||
|
||||
<section name="assistant">
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
<section name="sip">
|
||||
<entry name="rls_uri" overwrite="true">sips:rls@sip.linphone.org</entry>
|
||||
<entry name="auto_net_state_mon" overwrite="true">1</entry>
|
||||
</section>
|
||||
|
||||
<section name="assistant">
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
<section name="sip">
|
||||
<entry name="rls_uri" overwrite="true">sips:rls@sip.linphone.org</entry>
|
||||
<entry name="auto_net_state_mon" overwrite="true">1</entry>
|
||||
</section>
|
||||
|
||||
<section name="assistant">
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
<section name="sip">
|
||||
<entry name="use_rls_presence" overwrite="true"></entry>
|
||||
<entry name="auto_net_state_mon" overwrite="true">1</entry>
|
||||
</section>
|
||||
|
||||
<section name="assistant">
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ video_jitt_comp=60
|
|||
video_rtp_port=9200-9299
|
||||
|
||||
[sip]
|
||||
auto_net_state_mon=0
|
||||
auto_net_state_mon=1
|
||||
contact="Linphone iPhone" <sip:linphone.iphone@unknown-host>
|
||||
guess_hostname=1
|
||||
inc_timeout=45
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ enable_basic_to_client_group_chat_room_migration=0
|
|||
aggregate_imdn=1
|
||||
version_check_url_root=https://linphone.org/releases
|
||||
prefer_basic_chat_room=0
|
||||
auto_net_state_mon=1
|
||||
|
||||
[sound]
|
||||
dtmf_player_amp=0.007
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ video_jitt_comp=60
|
|||
video_rtp_port=9200-9299
|
||||
|
||||
[sip]
|
||||
auto_net_state_mon=0
|
||||
auto_net_state_mon=1
|
||||
contact="Linphone iPhone" <sip:linphone.iphone@unknown-host>
|
||||
guess_hostname=1
|
||||
inc_timeout=45
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue