Revert Cli

This commit is contained in:
Julien Wadel 2020-05-09 10:09:30 +02:00
parent 5829d54f70
commit 40c5cd9975

View file

@ -295,7 +295,7 @@ void Cli::Command::executeUri (const shared_ptr<linphone::Address> &address) con
args[argName] = QByteArray::fromBase64(QByteArray(header.c_str(), int(header.length())));
}
address->clean();
args["sip-address"] = Utils::coreStringToAppString(address->asString());
args["sip-address"] = Utils::coreStringToAppString(address->asStringUriOnly());
execute(args);
}