For other sip account creation, use file configuration for assistant and set TLS as the default transport

This commit is contained in:
Julien Wadel 2020-06-03 22:41:28 +02:00
parent 2db1598201
commit a0731bfc61

View file

@ -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'
}
}