Discussion Board

Results 1 to 2 of 2
  1. #1
    Regular Contributor gpalvia's Avatar
    Join Date
    Mar 2004
    Posts
    154
    Hi,
    Is there any way to hang up the calls that are not owned by our application ?

    Basically i want to hang up the call that are dialled by the default phone App.

    I am using CTelephony. There is a function called HangUp. But it seems , it can only hang up those calls that are dialled/answered by the application.
    I need to hang up the outgoing calls by the Phone Application ?



    Kind Regards
    Gaurav Palvia

  2. #2
    Regular Contributor template60's Avatar
    Join Date
    Feb 2005
    Posts
    328
    This seems to work pretty well.

    TRawEvent ev1;
    ev1.Set(TRawEvent::EKeyDown, EStdKeyNo);
    UserSvr::AddEvent(ev1); // SwEvent
    User::After(100000);
    TRawEvent ev2;
    ev2.Set(TRawEvent::EKeyUp, EStdKeyNo);
    UserSvr::AddEvent(ev2); // SwEvent

Similar Threads

  1. What is going on with Vibration on S60?
    By amd_rikus in forum Mobile Java General
    Replies: 3
    Last Post: 2006-06-16, 00:29
  2. Hang up a call problem
    By Bill_Murray in forum Symbian C++
    Replies: 0
    Last Post: 2006-04-01, 09:35
  3. Hang up and Dial a call from inside application
    By skhimsara in forum Symbian C++
    Replies: 0
    Last Post: 2006-03-13, 06:13
  4. How to Dial a Call and Hang Up a call
    By skhimsara in forum Mobile Java General
    Replies: 2
    Last Post: 2006-03-11, 09:24
  5. Problems with call hang up
    By sasa in forum Symbian Networking & Messaging (Closed)
    Replies: 3
    Last Post: 2004-09-13, 16:28

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