forked from mirrors/linphone-iphone
65 lines
1.5 KiB
Text
65 lines
1.5 KiB
Text
|
|
## Start of factory rc
|
|
|
|
# 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
|
|
force_ice_disablement=0
|
|
|
|
[rtp]
|
|
accept_any_encryption=1
|
|
|
|
[sip]
|
|
guess_hostname=1
|
|
register_only_when_network_is_up=1
|
|
auto_net_state_mon=1
|
|
auto_answer_replacing_calls=1
|
|
ping_with_options=0
|
|
use_cpim=1
|
|
zrtp_key_agreements_suites=MS_ZRTP_KEY_AGREEMENT_K255_KYB512
|
|
chat_messages_aggregation_delay=1000
|
|
chat_messages_aggregation=1
|
|
update_presence_model_timestamp_before_publish_expires_refresh=1
|
|
rls_uri=sips:rls@sip.linphone.org
|
|
|
|
[sound]
|
|
#remove this property for any application that is not Linphone public version itself
|
|
ec_calibrator_cool_tones=1
|
|
|
|
[video]
|
|
displaytype=MSAndroidTextureDisplay
|
|
auto_resize_preview_to_keep_ratio=1
|
|
max_conference_size=vga
|
|
|
|
[misc]
|
|
enable_basic_to_client_group_chat_room_migration=0
|
|
enable_simple_group_chat_message_state=0
|
|
aggregate_imdn=1
|
|
notify_each_friend_individually_when_presence_received=0
|
|
store_friends=0
|
|
|
|
[app]
|
|
activation_code_length=4
|
|
prefer_basic_chat_room=1
|
|
record_aware=1
|
|
|
|
[account_creator]
|
|
backend=1
|
|
# 1 means FlexiAPI, 0 is XMLRPC
|
|
url=https://subscribe.linphone.org/api/
|
|
# replace above URL by https://staging-subscribe.linphone.org/api/ for testing
|
|
|
|
[lime]
|
|
lime_update_threshold=86400
|
|
|
|
[alerts]
|
|
alerts_enabled=1
|
|
|
|
[assistant]
|
|
algorithm=SHA-256
|
|
password_min_length=6
|
|
username_regex=^[a-z0-9+_.\-]*$
|
|
|
|
## End of factory rc
|