BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 01-20-2010, 02:43 AM   #1
satyavbs
New Member
 
Join Date: Oct 2009
Model: 8900
PIN: N/A
Carrier: 12345
Posts: 1
Default Call Failed message

Please Login to Remove!

I have developed a one application that disconnects the calling number and it will call to gateway number.


When the application is trying to dial the gateway number after disconnecting getting call failed message.


I'm using below code disconnecting and dialing.


For call disconnecting:

private void disconnectCall()
{

try {Thread.sleep(50);} catch (Exception ex) { ex.printStackTrace(); }



EventLogger.logEvent(EventLoggerID, (new String("disconnectCall()")).getBytes(),EventLogger .DEBUG_INFO);
EventInjector.KeyCodeEvent pressEndKey = new EventInjector.KeyCodeEvent(KeyCodeEvent.KEY_DOWN, (char) Keypad.KEY_END, KeypadListener.STATUS_NOT_FROM_KEYPAD, 100);
EventInjector.KeyCodeEvent releaseEndKey = new EventInjector.KeyCodeEvent(KeyCodeEvent.KEY_UP, (char) Keypad.KEY_END, KeypadListener.STATUS_NOT_FROM_KEYPAD, 100);
try{
EventInjector.invokeEvent(pressEndKey);
EventInjector.invokeEvent(releaseEndKey);
} catch (Exception ex) {
EventLogger.logEvent(EventLoggerID,(new String("Exception in disconnectCall : ") + ex ).getBytes(),EventLogger.DEBUG_INFO);
}
try {Thread.sleep(100);} catch (InterruptedException ex) {ex.printStackTrace();}

}



And for dailing:


private void dialNumber(String phNumber)
{

EventLogger.logEvent(EventLoggerID, (new String("dialNumber(String phNumber) - Start: ")+phNumber).getBytes(),EventLogger.DEBUG_INFO );
PhoneArguments phoneArgs = new PhoneArguments(PhoneArguments.ARG_CALL, phNumber, false);

Invoke.invokeApplication(Invoke.APP_TYPE_PHONE, phoneArgs);
EventLogger.logEvent(EventLoggerID, (new String("dialNumber(String phNumber) - End: ")+phNumber).getBytes(),EventLogger.DEBUG_INFO );

}



This problem is happening most of the blackberry models.



Please help me on this to fix the call failed problem.



Thanks in Advance



Regards,

Bhima Vungarala
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Honeywell 30751856 Memory Module picture

Honeywell 30751856 Memory Module

$555.75



Allen-Bradley 1772-MEB Memory Module picture

Allen-Bradley 1772-MEB Memory Module

$266.18



1 Allen-Bradley 1772-ME16 MEMORY MODULE picture

1 Allen-Bradley 1772-ME16 MEMORY MODULE

$2368.34



Gould Modicon AS-506P-002 Memory Module picture

Gould Modicon AS-506P-002 Memory Module

$964.08



Gould Modicon AS-506P-008 REV C12 Memory Module picture

Gould Modicon AS-506P-008 REV C12 Memory Module

$971.10



Netstal Memory Board 110-240.8680b picture

Netstal Memory Board 110-240.8680b

$1111.06







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.