From a0731bfc61b98151b6ec1eb1002652d4d16a19b2 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Wed, 3 Jun 2020 22:41:28 +0200 Subject: [PATCH] For other sip account creation, use file configuration for assistant and set TLS as the default transport --- .../ui/views/App/Main/Assistant/UseOtherSipAccount.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linphone-app/ui/views/App/Main/Assistant/UseOtherSipAccount.qml b/linphone-app/ui/views/App/Main/Assistant/UseOtherSipAccount.qml index 368c84a09..7f9acee9d 100644 --- a/linphone-app/ui/views/App/Main/Assistant/UseOtherSipAccount.qml +++ b/linphone-app/ui/views/App/Main/Assistant/UseOtherSipAccount.qml @@ -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' } }