Different linphonerc for tablets
This commit is contained in:
parent
367ff82a6e
commit
8f6c5f0eff
1 changed files with 52 additions and 0 deletions
52
res/raw-xlarge/linphonerc
Normal file
52
res/raw-xlarge/linphonerc
Normal file
|
@ -0,0 +1,52 @@
|
||||||
|
[net]
|
||||||
|
download_bw=512
|
||||||
|
upload_bw=512
|
||||||
|
firewall_policy=0
|
||||||
|
mtu=1300
|
||||||
|
#adaptive_rate_control=1
|
||||||
|
|
||||||
|
[sip]
|
||||||
|
sip_port=5060
|
||||||
|
sip_random_port=1
|
||||||
|
guess_hostname=1
|
||||||
|
contact=sip:unknown@unknown-host
|
||||||
|
inc_timeout=15
|
||||||
|
use_info=0
|
||||||
|
use_ipv6=0
|
||||||
|
register_only_when_network_is_up=1
|
||||||
|
default_proxy=0
|
||||||
|
auto_net_state_mon=0
|
||||||
|
keepalive_period=30000
|
||||||
|
auto_answer_replacing_calls=1
|
||||||
|
media_encryption=zrtp
|
||||||
|
media_encryption_mandatory=0
|
||||||
|
|
||||||
|
[rtp]
|
||||||
|
audio_rtp_port=7076
|
||||||
|
video_rtp_port=9078
|
||||||
|
audio_jitt_comp=60
|
||||||
|
video_jitt_comp=60
|
||||||
|
nortp_timeout=30
|
||||||
|
|
||||||
|
[sound]
|
||||||
|
playback_dev_id=ANDROID SND: Android Sound card
|
||||||
|
ringer_dev_id=ANDROID SND: Android Sound card
|
||||||
|
capture_dev_id=ANDROID SND: Android Sound card
|
||||||
|
remote_ring=/data/data/org.linphone/files/ringback.wav
|
||||||
|
local_ring=/data/data/org.linphone/files/oldphone_mono.wav
|
||||||
|
ec_tail_len=120
|
||||||
|
ec_framesize=128
|
||||||
|
|
||||||
|
el_type=mic
|
||||||
|
el_thres=0.03
|
||||||
|
el_force=100000
|
||||||
|
el_sustain=400
|
||||||
|
el_transmit_thres=1.7
|
||||||
|
ng_floorgain=0.01
|
||||||
|
|
||||||
|
|
||||||
|
[video]
|
||||||
|
size=vga
|
||||||
|
|
||||||
|
[misc]
|
||||||
|
max_calls=10
|
Loading…
Reference in a new issue