diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2016-02-18 09:11:16 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2016-02-18 09:11:16 +0100 |
| commit | 8f014f0915c7bdc97573f953aa9a3ae25a5f953a (patch) | |
| tree | 3a7802c954ba9374dc83f91038a885fc2ddf4118 /rockworkd/platformintegration/ubuntu/callchannelobserver.cpp | |
| parent | c177b720be89b9bae5b643caa9e84c132ec8f869 (diff) | |
Rockwork 1.0
Diffstat (limited to 'rockworkd/platformintegration/ubuntu/callchannelobserver.cpp')
| -rw-r--r-- | rockworkd/platformintegration/ubuntu/callchannelobserver.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rockworkd/platformintegration/ubuntu/callchannelobserver.cpp b/rockworkd/platformintegration/ubuntu/callchannelobserver.cpp index e3d852c..4e53645 100644 --- a/rockworkd/platformintegration/ubuntu/callchannelobserver.cpp +++ b/rockworkd/platformintegration/ubuntu/callchannelobserver.cpp @@ -80,12 +80,6 @@ void TelepathyMonitor::accountReady(Tp::PendingOperation* operation) void TelepathyMonitor::onCallStarted(Tp::CallChannelPtr callChannel) { - // Haven't figured how to send outgoing calls to pebble yet... discard it - if (callChannel->initiatorContact()->id().isEmpty()) { - qWarning() << "ignoring phone call. looks like it's an outgoing one"; - return; - } - m_cookie++; m_currentCalls.insert(m_cookie, callChannel.data()); m_currentCallStates.insert(m_cookie, Tp::CallStateInitialising); @@ -95,7 +89,6 @@ void TelepathyMonitor::onCallStarted(Tp::CallChannelPtr callChannel) connect(callChannel.data(), &Tp::CallChannel::callStateChanged, this, &TelepathyMonitor::callStateChanged); QString number = callChannel->initiatorContact()->id(); - qDebug() << "call started" << number; // try to match the contact info QContactFetchRequest *request = new QContactFetchRequest(this); |
