Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User ram4soft's Avatar
    Join Date
    Jul 2007
    Posts
    279
    Hi,
    i'm trying to dial a number using Qt.openUrlExternally("tel:"+mobileNum); but it's not working fine in N9 it opens the contact page in phonebook !!
    how to do this?

    Ram

  2. #2
    Nokia Developer Champion kkrish's Avatar
    Join Date
    Jun 2006
    Location
    India
    Posts
    3,029
    Check the detail info. I think this is how it is developed.

    tel:<phonenbr> -> tel:1234567 -> Shows a contact card with the phone number. The user can choose to make a call, send an SMS or create a new contact.

  3. #3
    Registered User MobiSecLap's Avatar
    Join Date
    Jun 2008
    Posts
    283
    Ahmed Mahfouz
    Researcher
    Handset

  4. #4
    Registered User scl77's Avatar
    Join Date
    Jul 2012
    Posts
    3
    Hi ram4soft,

    I'm working on the same thing. My code as below will work within QtCreator, but it does not work outside of QtCreator. May be it will work once it is an official app from Nokia store? Anyway, you can try it out with your app.

    Good luck

    QDBusMessage msg = QDBusMessage::createMethodCall(
    "com.nokia.csd.Call", // --dest
    "/com/nokia/csd/call", // destination object path
    "com.nokia.csd.Call", // message name (w/o method)
    "CreateWith" // method
    );
    msg << sNumber; // number hidden in posting
    msg << 0;
    QDBusMessage reply = QDBusConnection::systemBus().call(msg);
    Last edited by scl77; 2012-07-22 at 03:51.

Similar Threads

  1. Replies: 2
    Last Post: 2011-01-14, 07:22
  2. Trap dialled no,end call,delete call log after that make new call through our app?
    By dharam.machra in forum Symbian Networking & Messaging (Closed)
    Replies: 2
    Last Post: 2010-09-02, 15:40
  3. How to make CSD call
    By abdelbakiguesmi in forum Symbian Networking & Messaging (Closed)
    Replies: 7
    Last Post: 2009-03-17, 10:27
  4. Replies: 4
    Last Post: 2007-06-14, 05:32
  5. Hide call number when make outgoing call ,how to?
    By sibaschian in forum Symbian C++
    Replies: 1
    Last Post: 2006-10-30, 05:43

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved