@ -384,9 +384,11 @@ public void loadAccount(SIPAccountRegistration sipAccReg)
String clientTlsCertificateId = sipAccReg . getTlsClientCertificate ( ) ;
boolean proxyAutoConfigureEnabled = sipAccReg . isProxyAutoConfigure ( ) ;
boolean proxyAutoConfigureEnabled =
sipAccReg . isProxyAutoConfigure ( ) ;
boolean proxyForceBypassConfigureEnabled = sipAccReg . isProxyForceBypassConfigure ( ) ;
boolean proxyForceBypassConfigureEnabled =
sipAccReg . isProxyForceBypassConfigure ( ) ;
String pollingPeriod = sipAccReg . getPollingPeriod ( ) ;
@ -432,8 +434,10 @@ public void loadAccount(SIPAccountRegistration sipAccReg)
connectionPanel . setAuthenticationName ( authName ) ;
connectionPanel . setCertificateId ( clientTlsCertificateId ) ;
connectionPanel . enablesProxyAutoConfigure ( proxyAutoConfigureEnabled ) ;
connectionPanel . enablesProxyForceBypassConfigure ( proxyForceBypassConfigureEnabled ) ;
connectionPanel . enablesProxyAutoConfigure (
proxyAutoConfigureEnabled ) ;
connectionPanel . enablesProxyForceBypassConfigure (
proxyForceBypassConfigureEnabled ) ;
connectionPanel . setServerPort ( serverPort ) ;
connectionPanel . setProxy ( proxyAddress ) ;