My requirement from a client is to handle incoming calls of iphone, in such a way that any unwanted calls (such as any call that is outside from the address book) should go terminate automatically with just one ring and should go into missed calls.
i.e, i need an app that runs in background, detects every incoming call and if the call is from outside the address book contact, should terminate it after one ring.
Is it possible to do so?