Enable RTCP-XR and quality reporting in factory file
This commit is contained in:
parent
17e8947c94
commit
7afb2dd8db
1 changed files with 11 additions and 0 deletions
|
@ -18,6 +18,12 @@ audio_jitt_comp=60
|
||||||
video_jitt_comp=60
|
video_jitt_comp=60
|
||||||
nortp_timeout=30
|
nortp_timeout=30
|
||||||
disable_upnp=1
|
disable_upnp=1
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
[sound]
|
[sound]
|
||||||
playback_dev_id=
|
playback_dev_id=
|
||||||
|
@ -32,3 +38,8 @@ dtmf_player_amp=0.1
|
||||||
|
|
||||||
[misc]
|
[misc]
|
||||||
max_calls=10
|
max_calls=10
|
||||||
|
|
||||||
|
[proxy_default_values]
|
||||||
|
quality_reporting_collector=sip:voip-metrics@sip.linphone.org
|
||||||
|
quality_reporting_enabled=1
|
||||||
|
quality_reporting_interval=180
|
||||||
|
|
Loading…
Reference in a new issue