Commit fe9575d1 authored by nicolas's avatar nicolas

fix(AccountSettingModel): show complete sip-address (with display name) in address editor

parent d862ff12
......@@ -93,7 +93,7 @@ QVariantMap AccountSettingsModel::getProxyConfigDescription (const shared_ptr<li
{
const shared_ptr<const linphone::Address> address = proxyConfig->getIdentityAddress();
map["sipAddress"] = address
? ::Utils::coreStringToAppString(proxyConfig->getIdentityAddress()->asStringUriOnly())
? ::Utils::coreStringToAppString(proxyConfig->getIdentityAddress()->asString())
: QString("");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment