mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-31 02:49:21 +00:00
For other sip account creation, use file configuration for assistant and set TLS as the default transport
This commit is contained in:
parent
2db1598201
commit
a0731bfc61
1 changed files with 2 additions and 1 deletions
|
|
@ -70,8 +70,8 @@ AssistantAbstractView {
|
|||
|
||||
ComboBox {
|
||||
id: transport
|
||||
|
||||
model: [ 'UDP', 'TCP', 'TLS', 'DTLS' ]
|
||||
currentIndex:2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -101,5 +101,6 @@ AssistantAbstractView {
|
|||
|
||||
AssistantModel {
|
||||
id: assistantModel
|
||||
configFilename: 'use-other-sip-account.rc'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue