mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-22 15:38:33 +00:00
Cleanup linphonerc files
This commit is contained in:
parent
766c659fc4
commit
054ae00984
4 changed files with 83 additions and 76 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
[net]
|
||||||
|
mtu=1300
|
||||||
|
activate_edge_workarounds=0
|
||||||
|
edge_ping_time=10
|
||||||
|
edge_bw=10
|
||||||
|
|
||||||
[sip]
|
[sip]
|
||||||
contact="Linphone iPhone" <sip:linphone.iphone@unknown-host>
|
contact="Linphone iPhone" <sip:linphone.iphone@unknown-host>
|
||||||
keepalive_period=30000
|
keepalive_period=30000
|
||||||
|
|
@ -5,10 +11,25 @@ default_proxy=0
|
||||||
sip_port=-1
|
sip_port=-1
|
||||||
sip_tcp_port=-1
|
sip_tcp_port=-1
|
||||||
use_ipv6=0
|
use_ipv6=0
|
||||||
|
inc_timeout=45
|
||||||
|
use_info=0
|
||||||
|
guess_hostname=1
|
||||||
|
register_only_when_network_is_up=1
|
||||||
|
auto_net_state_mon=0
|
||||||
|
keepalive_period=30000
|
||||||
|
ping_with_options=0
|
||||||
|
rtcp_xr_enabled=1
|
||||||
|
rtcp_xr_rcvr_rtt_mode=all
|
||||||
|
rtcp_xr_rcvr_rtt_max_size=10000
|
||||||
|
rtcp_xr_stat_summary_enabled=1
|
||||||
|
rtcp_xr_voip_metrics_enabled=1
|
||||||
|
|
||||||
[rtp]
|
[rtp]
|
||||||
audio_rtp_port=7076
|
audio_rtp_port=7076
|
||||||
video_rtp_port=9078
|
video_rtp_port=9078
|
||||||
|
audio_jitt_comp=60
|
||||||
|
video_jitt_comp=60
|
||||||
|
nortp_timeout=30
|
||||||
|
|
||||||
[video]
|
[video]
|
||||||
display=1
|
display=1
|
||||||
|
|
@ -30,6 +51,7 @@ capture_dev_id=AU: Audio Unit Receiver
|
||||||
eq_active=0
|
eq_active=0
|
||||||
|
|
||||||
[app]
|
[app]
|
||||||
|
preview_preference=0
|
||||||
animations_preference=1
|
animations_preference=1
|
||||||
edge_opt_preference=0
|
edge_opt_preference=0
|
||||||
use_system_contacts=0
|
use_system_contacts=0
|
||||||
|
|
@ -41,3 +63,21 @@ enable_log_collect=0
|
||||||
|
|
||||||
[default_values]
|
[default_values]
|
||||||
reg_expires=600
|
reg_expires=600
|
||||||
|
|
||||||
|
[wizard]
|
||||||
|
service_url=https://www.linphone.org/wizard.php
|
||||||
|
domain=sip.linphone.org
|
||||||
|
proxy=sip.linphone.org:5223
|
||||||
|
password_length=6
|
||||||
|
username_length=4
|
||||||
|
expires=1314000
|
||||||
|
push_notification=1
|
||||||
|
transport=tls
|
||||||
|
sharing_server=https://www.linphone.org:444/upload.php
|
||||||
|
ice=1
|
||||||
|
stun=stun.linphone.org
|
||||||
|
|
||||||
|
|
||||||
|
[misc]
|
||||||
|
history_max_size=30
|
||||||
|
max_calls=3
|
||||||
|
|
@ -1,28 +1,6 @@
|
||||||
[net]
|
|
||||||
mtu=1300
|
|
||||||
activate_edge_workarounds=0
|
|
||||||
edge_ping_time=10
|
|
||||||
edge_bw=10
|
|
||||||
|
|
||||||
[sip]
|
[sip]
|
||||||
guess_hostname=1
|
|
||||||
inc_timeout=45
|
|
||||||
use_info=0
|
|
||||||
register_only_when_network_is_up=1
|
|
||||||
auto_net_state_mon=0
|
|
||||||
keepalive_period=30000
|
|
||||||
ping_with_options=0
|
|
||||||
sip_random_port=0
|
sip_random_port=0
|
||||||
rtcp_xr_enabled=1
|
|
||||||
rtcp_xr_rcvr_rtt_mode=all
|
|
||||||
rtcp_xr_rcvr_rtt_max_size=10000
|
|
||||||
rtcp_xr_stat_summary_enabled=1
|
|
||||||
rtcp_xr_voip_metrics_enabled=1
|
|
||||||
|
|
||||||
[rtp]
|
|
||||||
audio_jitt_comp=60
|
|
||||||
video_jitt_comp=60
|
|
||||||
nortp_timeout=30
|
|
||||||
|
|
||||||
[sound]
|
[sound]
|
||||||
ringer_dev_id=AQ: Audio Queue Device
|
ringer_dev_id=AQ: Audio Queue Device
|
||||||
|
|
@ -31,22 +9,7 @@ dtmf_player_amp=0.007
|
||||||
eq_location=mic
|
eq_location=mic
|
||||||
eq_gains=50:2:50 100:2:50
|
eq_gains=50:2:50 100:2:50
|
||||||
|
|
||||||
[misc]
|
|
||||||
history_max_size=30
|
|
||||||
max_calls=3
|
|
||||||
|
|
||||||
[wizard]
|
|
||||||
service_url=https://www.linphone.org/wizard.php
|
|
||||||
domain=sip.linphone.org
|
|
||||||
proxy=sip.linphone.org:5223
|
|
||||||
password_length=6
|
|
||||||
username_length=4
|
|
||||||
expires=1314000
|
|
||||||
push_notification=1
|
|
||||||
transport=tls
|
|
||||||
sharing_server=https://www.linphone.org:444/upload.php
|
|
||||||
ice=1
|
|
||||||
stun=stun.linphone.org
|
|
||||||
|
|
||||||
[video]
|
[video]
|
||||||
display_filter_auto_rotate=0
|
display_filter_auto_rotate=0
|
||||||
|
|
|
||||||
|
|
@ -1,28 +1,6 @@
|
||||||
[net]
|
|
||||||
mtu=1300
|
|
||||||
activate_edge_workarounds=0
|
|
||||||
edge_ping_time=200
|
|
||||||
edge_bw=10
|
|
||||||
|
|
||||||
[sip]
|
[sip]
|
||||||
guess_hostname=1
|
|
||||||
inc_timeout=45
|
|
||||||
use_info=0
|
|
||||||
register_only_when_network_is_up=1
|
|
||||||
auto_net_state_mon=0
|
|
||||||
keepalive_period=30000
|
|
||||||
ping_with_options=0
|
|
||||||
sip_random_port=0
|
sip_random_port=0
|
||||||
rtcp_xr_enabled=1
|
|
||||||
rtcp_xr_rcvr_rtt_mode=all
|
|
||||||
rtcp_xr_rcvr_rtt_max_size=10000
|
|
||||||
rtcp_xr_stat_summary_enabled=1
|
|
||||||
rtcp_xr_voip_metrics_enabled=1
|
|
||||||
|
|
||||||
[rtp]
|
|
||||||
audio_jitt_comp=60
|
|
||||||
video_jitt_comp=60
|
|
||||||
nortp_timeout=30
|
|
||||||
|
|
||||||
[sound]
|
[sound]
|
||||||
ringer_dev_id=AQ: Audio Queue Device
|
ringer_dev_id=AQ: Audio Queue Device
|
||||||
|
|
@ -31,24 +9,11 @@ dtmf_player_amp=0.007
|
||||||
eq_location=mic
|
eq_location=mic
|
||||||
eq_gains=50:2:50 100:2:50
|
eq_gains=50:2:50 100:2:50
|
||||||
|
|
||||||
[misc]
|
|
||||||
history_max_size=30
|
|
||||||
max_calls=3
|
|
||||||
|
|
||||||
[wizard]
|
|
||||||
service_url=https://www.linphone.org/wizard.php
|
|
||||||
domain=sip.linphone.org
|
|
||||||
proxy=sip.linphone.org:5223
|
|
||||||
password_length=6
|
|
||||||
username_length=4
|
|
||||||
expires=1314000
|
|
||||||
push_notification=1
|
|
||||||
transport=tls
|
|
||||||
sharing_server=https://www.linphone.org:444/upload.php
|
|
||||||
ice=1
|
|
||||||
stun=stun.linphone.org
|
|
||||||
|
|
||||||
[video]
|
[video]
|
||||||
display_filter_auto_rotate=0
|
display_filter_auto_rotate=0
|
||||||
|
|
||||||
|
[app]
|
||||||
|
#contact_display_username_only=1
|
||||||
|
#contact_filter_on_default_domain=1
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
[net]
|
||||||
|
mtu=1300
|
||||||
|
activate_edge_workarounds=0
|
||||||
|
edge_ping_time=10
|
||||||
|
edge_bw=10
|
||||||
|
|
||||||
[sip]
|
[sip]
|
||||||
contact="Linphone iPhone" <sip:linphone.iphone@unknown-host>
|
contact="Linphone iPhone" <sip:linphone.iphone@unknown-host>
|
||||||
keepalive_period=30000
|
keepalive_period=30000
|
||||||
|
|
@ -5,10 +11,25 @@ default_proxy=0
|
||||||
sip_port=-1
|
sip_port=-1
|
||||||
sip_tcp_port=-1
|
sip_tcp_port=-1
|
||||||
use_ipv6=0
|
use_ipv6=0
|
||||||
|
inc_timeout=45
|
||||||
|
use_info=0
|
||||||
|
guess_hostname=1
|
||||||
|
register_only_when_network_is_up=1
|
||||||
|
auto_net_state_mon=0
|
||||||
|
keepalive_period=30000
|
||||||
|
ping_with_options=0
|
||||||
|
rtcp_xr_enabled=1
|
||||||
|
rtcp_xr_rcvr_rtt_mode=all
|
||||||
|
rtcp_xr_rcvr_rtt_max_size=10000
|
||||||
|
rtcp_xr_stat_summary_enabled=1
|
||||||
|
rtcp_xr_voip_metrics_enabled=1
|
||||||
|
|
||||||
[rtp]
|
[rtp]
|
||||||
audio_rtp_port=7076
|
audio_rtp_port=7076
|
||||||
video_rtp_port=9078
|
video_rtp_port=9078
|
||||||
|
audio_jitt_comp=60
|
||||||
|
video_jitt_comp=60
|
||||||
|
nortp_timeout=30
|
||||||
|
|
||||||
[video]
|
[video]
|
||||||
display=1
|
display=1
|
||||||
|
|
@ -38,7 +59,25 @@ start_at_boot_preference=1
|
||||||
backgroundmode_preference=1
|
backgroundmode_preference=1
|
||||||
autoanswer_notif_preference=1
|
autoanswer_notif_preference=1
|
||||||
voiceproc_preference=1
|
voiceproc_preference=1
|
||||||
|
enable_log_collect=0
|
||||||
|
|
||||||
[default_values]
|
[default_values]
|
||||||
reg_expires=600
|
reg_expires=600
|
||||||
|
|
||||||
|
[wizard]
|
||||||
|
service_url=https://www.linphone.org/wizard.php
|
||||||
|
domain=sip.linphone.org
|
||||||
|
proxy=sip.linphone.org:5223
|
||||||
|
password_length=6
|
||||||
|
username_length=4
|
||||||
|
expires=1314000
|
||||||
|
push_notification=1
|
||||||
|
transport=tls
|
||||||
|
sharing_server=https://www.linphone.org:444/upload.php
|
||||||
|
ice=1
|
||||||
|
stun=stun.linphone.org
|
||||||
|
|
||||||
|
|
||||||
|
[misc]
|
||||||
|
history_max_size=30
|
||||||
|
max_calls=3
|
||||||
Loading…
Add table
Reference in a new issue