mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-23 06:38:09 +00:00
56 lines
1.1 KiB
Text
56 lines
1.1 KiB
Text
|
|
#
|
|
#This file shall not contain path referencing package name, in order to be portable when app is renamed.
|
|
#Paths to resources must be set from LinphoneManager, after creating LinphoneCore.
|
|
[net]
|
|
mtu=1300
|
|
#Because dynamic bitrate adaption can increase bitrate, we must allow "no limit"
|
|
download_bw=0
|
|
upload_bw=0
|
|
force_ice_disablement=0
|
|
|
|
[sip]
|
|
guess_hostname=1
|
|
register_only_when_network_is_up=1
|
|
auto_net_state_mon=0
|
|
auto_answer_replacing_calls=1
|
|
ping_with_options=0
|
|
rls_uri=
|
|
use_cpim=1
|
|
linphone_specs=groupchat
|
|
|
|
[rtp]
|
|
audio_rtp_port=7076
|
|
video_rtp_port=9078
|
|
audio_jitt_comp=60
|
|
video_jitt_comp=60
|
|
nortp_timeout=30
|
|
disable_upnp=1
|
|
|
|
[sound]
|
|
playback_dev_id=
|
|
ringer_dev_id=
|
|
capture_dev_id=
|
|
dtmf_player_amp=0.1
|
|
|
|
#remove this property for any application that is not Linphone public version itself
|
|
ec_calibrator_cool_tones=1
|
|
|
|
[misc]
|
|
max_calls=10
|
|
history_max_size=100
|
|
store_friends=0
|
|
|
|
[app]
|
|
activation_code_length=4
|
|
show_login_view=1
|
|
friendlist_subscription_enabled=1
|
|
debug_popup_magic=#1234
|
|
|
|
[assistant]
|
|
password_max_length=-1
|
|
password_min_length=1
|
|
username_length=-1
|
|
username_max_length=64
|
|
username_min_length=1
|
|
username_regex=^[a-z0-9_.\-]*$
|