Comment 1 for bug 1472221

Revision history for this message
Michael Sheldon (michael-sheldon) wrote :

After further investigation it appears that the leading 0 from the number is being discarded, the following is found in the dbus log:

void HistoryDaemon::onMessageSent(Tp::TextChannelPtr, const Tp::Message&, const QString&)
oFonoConnection::inspectHandles (2)
oFonoConnection::inspectHandles ("7780......")
oFonoConnection::inspectHandles (3)
oFonoConnection::inspectHandles ("Network Msg")
oFonoConnection::inspectHandles (2)
oFonoConnection::inspectHandles ("7780......")
oFonoConnection::inspectHandles (3)
oFonoConnection::inspectHandles ("Network Msg")
oFonoConnection::inspectHandles (2)
oFonoConnection::inspectHandles ("7780......")
oFonoConnection::inspectHandles (3)
oFonoConnection::inspectHandles ("Network Msg")
void HistoryDaemon::onMessageReceived(Tp::TextChannelPtr, const Tp::ReceivedMessage&)

 The numbers in the log should be "07780......" instead of "7780......" (the ...s are added manually to disguise the recipient's phone number)