Hi guys, I'm trying to programmatically reject a call on a BlackBerry, with Java + JDE. I'm intercepting the callIncoming event, and in there I need to do something to reject a call from a specific number.
Does anyone know how to do that? Thanks.
|
|
Hi guys, I'm trying to programmatically reject a call on a BlackBerry, with Java + JDE. I'm intercepting the callIncoming event, and in there I need to do something to reject a call from a specific number. Does anyone know how to do that? Thanks. |
||||||||||||
|
|
|
I couldn't find an API for directly rejecting the call in progress. However, you could explore a hack where you inject a keypress of the Hangup/Disconnect button (see As to determining the phone number, you could use |
|||
|
|
|
There is no other way than the |
||
|
|
|
|
Using the incoming call listener, and notification APIs you can reject a call programmatically. There is a topic discussing it on the blackberry developer forums, you can find it here |
||
|
|