Do NOT set UDP and TCP port to random in the linphonercfactory, otherwise we cannot set them to a fixed value... Neither set them in the linphonerc since -1 is already the default value
This commit is contained in:
parent
7f3b8ecba7
commit
bcc8ecdadd
2 changed files with 0 additions and 4 deletions
|
@ -10,8 +10,6 @@ auto_answer_replacing_calls=1
|
|||
media_encryption_mandatory=0
|
||||
ping_with_options=0
|
||||
root_ca=/data/data/org.linphone/files/rootca.pem
|
||||
sip_port=-1
|
||||
sip_tcp_port=-1
|
||||
|
||||
[rtp]
|
||||
audio_rtp_port=7076
|
||||
|
|
|
@ -10,8 +10,6 @@ auto_answer_replacing_calls=1
|
|||
media_encryption_mandatory=0
|
||||
ping_with_options=0
|
||||
root_ca=/data/data/org.linphone/files/rootca.pem
|
||||
sip_port=-1
|
||||
sip_tcp_port=-1
|
||||
|
||||
[rtp]
|
||||
audio_rtp_port=7076
|
||||
|
|
Loading…
Reference in a new issue