BelledonneCommunications / linphone-windows10

Linphone.org mirror for linphone-windows10 (git://git.linphone.org/linphone-windows10.git)
GNU General Public License v2.0
15 stars 27 forks source link

Account settings does not open again if proxy field empty #20

Closed soroshsabz closed 1 year ago

soroshsabz commented 2 years ago

ITNOA

When defining sip account, if does not fill proxy fields, (proxy fields is optional) and save configurations.

you cannot open again sip account settings

soroshsabz commented 2 years ago

I some investigate and find one exception as below

                    dict[OutboundProxyKeyName] = cfg.Routes.GetEnumerator().Current.ToString();

Null Exception.

soroshsabz commented 2 years ago

@julonexus Did you can review this PR?

soroshsabz commented 1 year ago

This issue completed on base repo