callblocking

How to block calls in android

I want to block calls from few numbers, for that I want to write a app of my own. So what are the APIs which I should be using? Basically I want to get notified when a call comes, i want to compare numbers if it is what i want to block, i want to cut the call or mute it or if possible mute it and record it. ...

IPhone SDK handling calls

Is there any way to handle call events in IPhone? i.e. Log calls and sms in my app, block unwanted numbers, etc. I know the IPhone SDK doesn't provide that but I have been googling this and what I got was an app called iBlackList. Although it runs on jail-broken phones but it does my required functionality. I wonder how? Has anyone idea ...

How to do blocking calls in Javascript (with Narrative Javascript)?

Hello, I am trying to understand the usage of resultNotifier of Narrative JavaScript. I wrote the code below (HTML & njs). When the code is running it displays 2 alert windows that come from these 2 instructions: alert(notifier); ------------------------> [object Object] alert(" value = " + value); --------> value = [object Object] ...