mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
move default firewall policy from linphonerc-factory to linphonerc
This commit is contained in:
parent
3e78c72b6b
commit
f118e62af7
4 changed files with 6 additions and 3 deletions
|
|
@ -19,6 +19,8 @@ size=qvga
|
|||
display_filter_auto_rotate=1
|
||||
|
||||
|
||||
[net]
|
||||
firewall_policy=0
|
||||
|
||||
[default_values]
|
||||
reg_expires=600
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
[net]
|
||||
download_bw=380
|
||||
upload_bw=380
|
||||
firewall_policy=0
|
||||
mtu=1300
|
||||
activate_edge_workarounds=1
|
||||
edge_ping_time=200
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
[net]
|
||||
download_bw=512
|
||||
upload_bw=512
|
||||
firewall_policy=0
|
||||
mtu=1300
|
||||
activate_edge_workarounds=1
|
||||
edge_ping_time=200
|
||||
|
|
|
|||
|
|
@ -7,4 +7,7 @@ keepalive_period=30000
|
|||
|
||||
[rtp]
|
||||
audio_rtp_port=7076
|
||||
video_rtp_port=9078
|
||||
video_rtp_port=9078
|
||||
|
||||
[net]
|
||||
firewall_policy=0
|
||||
Loading…
Add table
Reference in a new issue