02-01-2013 07:46 PM - edited 02-01-2013 07:48 PM
In my app I can successfully make a phone call to a selected number using the phone api:
However, using both methods I get a dialogue asking 'Start call to 519-555-0100?' with Cancel or OK buttons.
Is there any way to make the call without this prompt?
Solved! Go to Solution.
02-01-2013 10:32 PM
02-01-2013 10:41 PM
Thanks for the quick response!
That is what I suspected. I will give up my aspirations for now.
I would appreciate anyone letting me know if this is likely to change anytime.
02-02-2013 09:42 AM
This s*cks too. why do they do this? Even on the Java BB phones you can call without putting the prompt. Just making the flow process more backwards. I don't need another prompt asking the user if they really want to call. Of course they want to call.
02-04-2013 08:15 PM
02-04-2013 08:36 PM
That's exactly what I wanted to do! But as defined and set-up by the user before hand, for example, as a security app that places a pre-defined call if someone else picks up the phone. What I have done is used pim messages to send an SMS message instead. An update for the app is currently in for review.
Thanks for the confirmation.
02-04-2013 11:27 PM
It seems like sort of a cop out by RIM not allowing this functionality. The app approval process should filter out all apps making unprompted phone calls with malicious intent. Make it a permission you need to request and stringently review apps that request the permission, don't disallow the functionality completely :/
03-04-2013 01:37 AM
I am also using the same API call to initiate the Phone call however the application that I am making is to be used in the Work Profile all the other functionality works like in compose of email but Phone app does not get initiated in the Work profile it works on Personal profile of the phone.
Do I need any special permission since it is been deployed on the BES Server? Please help me...
Thank You.
03-06-2013 01:44 AM
Hi I am also facing the same issue as nimit, Is there any special handling needed for Work Persona in case of BES?