- Thread RSS
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Favorite
- Subscribe
Getting a call failed error
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
11.16.2010 03:11 AM
Hi All,
I am developing a blackberry application in which there is a feature which automatically makes a call when clicked on certain button. I have checked the code and also contacted blackberry people but they are saying that it might be an service provider issue. The same build works fine in mexico but not sandiego ...
Thanks...
nil
Re: Getting a call failed error
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
11.16.2010 10:04 AM
Hi nileshtote,
Thanks for you post!
Can you give us some sample code of what you're doing and what is failing?
thanks!
Re: Getting a call failed error
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
11.16.2010 11:06 PM
Thanks for your immediate reply.
What I have done is when a user clicks on a Button first I send some emails and then Send some messages and then I go for a call to the number provided by user. Here is part of code of I am using.
public static boolean makePhoneCall(String strNumber )
{
try
{
String phoneNumber = strNumber ;
if ( phoneNumber.length() == 0 )
{
System.out.println("Phone number is not Provided... ");
return false;
}
else
{
PhoneArguments call = new PhoneArguments (PhoneArguments.ARG_CALL,phoneNumber);
Invoke.invokeApplication(Invoke.APP_TYPE_PHONE, call);
return true;
}
}
catch(Exception exe)
{
System.out.println("Exception in Utilities.makePhoneCall() = "+exe.toString());
return false;
}
}
Re: Getting a call failed error
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
11.17.2010 02:32 PM
Hey Nil, which number are you trying to dial?
AT&T Developer Support
Re: Getting a call failed error
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
11.18.2010 11:30 AM
Hi karim,
This happens to any number i put in the emergency contacts. it does not matter if its a landline or a cell phone? When i was roaming in Mexico it launched calls from the button! i was happy when i saw that but as soon as i returned to home signal it says call failed . I am loading the new software now. just fyi
The numbers
6194388574
6199334943
Re: Getting a call failed error
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
11.22.2010 04:41 AM
Any suggestions for above ...?
Re: Getting a call failed error
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
11.23.2010 12:34 PM
Any details as to how you are defining a 'fail' ?
Ie, is it throwing an exception and are you able to catch/print your exception line?
The eventlog would likely also prove useful here.
Which RIM device are you testing on, which software are you running?
Have you tried it on another RIM device, if so are you getting the same error?
Re: Getting a call failed error
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
12.16.2010 08:25 AM
Hi Robsor,
Sorry for giving such a late reply ... I tried to catch the exception if any but didnot get any exceptions. I am testing 8900 with OS being 4.6. I get this error on this BB os and this device only. All others work perfect. I have also tried updating the OS but still getting the same error.
Thanks;
nil
Re: Getting a call failed error
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
01.19.2011 02:58 AM
Hi All,
I am still facing the above issue. The Blackberry Logs are as below.
#BlackBerry Event Log (cpt)
#HwID: 0x84001503
#DPIN: 0x21746572
#PVer: 4.2.0.108
#AVer: 4.6.1.319
a net.rim.link - Strt - 1/18 12:04:33
a net.rim.link - CNSc - 1/18 12:04:33
W net.rim.scan - CRAf - 1/18 12:04:33
a net.rim.link - NKSt - 1/18 12:04:31
a net.rim.scan - NKFn - 1/18 12:04:31
a net.rim.tcp - disc 1 - 1/18 12:04:28
a PhoneApp - app-deac - 1/18 12:04:28
a PhoneApp - poppedactvscrn - 1/18 12:04:27
a PhoneApp - Phone: audio source off - 1/18 12:04:27
a PhoneApp - Backlight -ACS - 1/18 12:04:27
a PhoneApp - callsmpt; switchbg=false - 1/18 12:04:27
a CC - StopCall,1 - 1/18 12:04:27
a PhoneApp - CallManager removing 1 - 1/18 12:04:27
a UI - GS-D 488a5555 - 1/18 12:04:26
a CC - StopCall,1 - 1/18 12:04:26
W net.rim.blackberryemail - UTUS 4607 - 1/18 12:04:24
E net.rim.gme - REgf - 1/18 12:04:24
W net.rim.gme - RXCe - 1/18 12:04:24
a PhoneApp - pulse off - 1/18 12:04:22
a PhoneApp - PHONE: callId 1 stops listening. - 1/18 12:04:22
a UI - GS+Q2 488a5555net.rim.device.apps.internal.phone.api.Cal
Thanks,
nil
Re: Getting a call failed error
[ Edited ]- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
01.19.2011 09:50 AM - edited 01.19.2011 10:02 AM
Can you send me the Blackberry logs with line breaks in them?
Using javaloader you can dump it to a file
Javaloader -u eventlog > eventlog.txt
This should put it in the proper format
Run the test right before the log generation.
Also, would be ideal to give timestamps of the test to help align the logs.
thanks!
-
-
- of 1
-
-
