Results 1 to 2 of 2

Thread: Thread Crash issue while using sendDTMFTones

  1. #1
    Join Date
    Oct 2012
    Posts
    5
    Qt products
    Qt4
    Platforms
    Windows

    Exclamation Thread Crash issue while using sendDTMFTones

    Hi my application uses native symbian method to send DTMF tones when call gets connected but whenever the call gets connected it sends 1 DTMF tone and the app rashes saying



    Thread has crashed: Thread 0x327 has panicked. Category: Telephony; Reason: 0
    Thread has crashed: Thread 0x328 has panicked. Category: Telephony; Reason: 0
    Thread has crashed: Thread 0x329 has panicked. Category: Telephony; Reason: 0

    is there any permission im missing in the pro file to send DTMF Tones

    Any help is much appreciated

    Thanks in advance

  2. #2
    Join Date
    Oct 2012
    Posts
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Thread Crash issue while using sendDTMFTones

    Also im using a signal when the call gets connected and then using

    iTelephony->sendDTMFTones(iStatus, telnumber);

    you may see the dial pad example in Qt to see how im using the native API's in qt

Similar Threads

  1. setPixmap crash (in a thread)
    By truegladiator in forum Newbie
    Replies: 1
    Last Post: 21st February 2011, 16:01
  2. thread GUI access crash
    By liqxpil in forum Qt Programming
    Replies: 3
    Last Post: 14th December 2010, 15:47
  3. GUI Thread repaint issue
    By jim.pacyga in forum Newbie
    Replies: 1
    Last Post: 23rd June 2010, 03:59
  4. Qt x11 GUI crash if multi-thread
    By wesley in forum Qt Programming
    Replies: 2
    Last Post: 21st January 2010, 09:11
  5. [PyQt4] Crash when writing to QTextEdit in a thread
    By robtheg in forum Qt Programming
    Replies: 0
    Last Post: 13th May 2009, 02:50

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.