Moved random port to factory
This commit is contained in:
parent
dcba72c9ed
commit
f194b27491
3 changed files with 4 additions and 2 deletions
|
@ -9,6 +9,8 @@ auto_net_state_mon=0
|
||||||
auto_answer_replacing_calls=1
|
auto_answer_replacing_calls=1
|
||||||
media_encryption_mandatory=0
|
media_encryption_mandatory=0
|
||||||
root_ca=/data/data/org.linphone/files/rootca.pem
|
root_ca=/data/data/org.linphone/files/rootca.pem
|
||||||
|
sip_port=-1
|
||||||
|
sip_tcp_port=-1
|
||||||
|
|
||||||
[rtp]
|
[rtp]
|
||||||
audio_rtp_port=7076
|
audio_rtp_port=7076
|
||||||
|
|
|
@ -7,8 +7,6 @@ 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
|
||||||
sip_port=-1
|
|
||||||
sip_tcp_port=-1
|
|
||||||
|
|
||||||
[video]
|
[video]
|
||||||
size=qvga
|
size=qvga
|
||||||
|
|
|
@ -10,6 +10,8 @@ auto_answer_replacing_calls=1
|
||||||
media_encryption_mandatory=0
|
media_encryption_mandatory=0
|
||||||
ping_with_options=0
|
ping_with_options=0
|
||||||
root_ca=/data/data/org.linphone/files/rootca.pem
|
root_ca=/data/data/org.linphone/files/rootca.pem
|
||||||
|
sip_port=-1
|
||||||
|
sip_tcp_port=-1
|
||||||
|
|
||||||
[rtp]
|
[rtp]
|
||||||
audio_rtp_port=7076
|
audio_rtp_port=7076
|
||||||
|
|
Loading…
Reference in a new issue