fix enablement of rls, which must be done in factory file to allow upgrades.
This commit is contained in:
parent
e7ece223e5
commit
fbaef3ccdf
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ contact="Linphone Android" <sip:linphone.android@unknown-host>
|
||||||
use_info=0
|
use_info=0
|
||||||
use_ipv6=0
|
use_ipv6=0
|
||||||
keepalive_period=30000
|
keepalive_period=30000
|
||||||
use_rls_presence=1
|
|
||||||
|
|
||||||
[video]
|
[video]
|
||||||
size=qvga
|
size=qvga
|
||||||
|
|
|
@ -13,6 +13,7 @@ auto_net_state_mon=0
|
||||||
auto_answer_replacing_calls=1
|
auto_answer_replacing_calls=1
|
||||||
ping_with_options=0
|
ping_with_options=0
|
||||||
rls_uri=sip:rls@sip.linphone.org
|
rls_uri=sip:rls@sip.linphone.org
|
||||||
|
use_rls_presence=1
|
||||||
|
|
||||||
[rtp]
|
[rtp]
|
||||||
audio_rtp_port=7076
|
audio_rtp_port=7076
|
||||||
|
|
Loading…
Reference in a new issue