Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User faenil's Avatar
    Join Date
    Aug 2009
    Location
    Pisa
    Posts
    57
    Hi people

    I'm working on call handling with SymbianC++, but I'm having a weird problem:
    I have one AO (ActiveObject) for each of these tasks:
    - monitor call status
    - start call
    - hangup

    Now the problem is, when I start the call (by calling DialNewCall in the AO which handles the new calls) and then close the call using the red hw button before the call is connected, the monitor detects that the call is ending (EStatusDisconnecting) and tells the dialer AO to cancel().
    BUT, after cancel() is called, RunL() of the dialer AO is called too! and in that RunL(), I have iStatus == -8071! What does -8071 mean? there's no documentation explaining that

    And why does RunL get called after the DialNewCall has been cancelled?

    I tried to code both on 6620i and on the N8, and I got the same result...

    Cheers,
    Andrea
    Last edited by faenil; 2012-11-09 at 18:36.
    Nokia Launchpad member, Qt/QML applications developer, ex Symbian CFW cooker.
    Studying to get the master degree in Computer Science at University Of Pisa

  2. #2
    Nokia Developer Champion pavarang's Avatar
    Join Date
    Jan 2005
    Location
    Italy
    Posts
    574
    Hello,
    into /os/cellularsrv/telephonyserverplugins/common_tsy/commontsy/exportinc/serviceapi/GsmError.h :

    Code:
    #ifndef USING_CTSY_DISPATCHER
    const TInt KErrGsmReleaseByUser			= KErrPhoneSpecificGsmCallBase - 21;			// -8071
    const TInt KErrGsmBusyUserRequest		= KErrPhoneSpecificGsmCallBase - 22;			// -8072
    #endif // USING_CTSY_DISPATCHER
    Hope it helps somehow,
    regards
    pg

Similar Threads

  1. CTelephony example including DialNewCall
    By aefr123 in forum Symbian Networking & Messaging (Closed)
    Replies: 4
    Last Post: 2011-11-30, 11:06
  2. CTelephony + DialNewCall error
    By Gr3go in forum Symbian C++
    Replies: 3
    Last Post: 2010-11-25, 09:48
  3. CTelephony error -8071 E65 DialNewCall Access denied
    By plemanach in forum Symbian C++
    Replies: 9
    Last Post: 2010-07-12, 13:25
  4. Help for CTelephony::DialNewCall()
    By priteshgajjar in forum Symbian Networking & Messaging (Closed)
    Replies: 5
    Last Post: 2009-04-23, 11:34
  5. DialNewCall CTelephony example?
    By pcm2a in forum Symbian Networking & Messaging (Closed)
    Replies: 6
    Last Post: 2008-10-31, 08:40

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