Is it possible to accept/answer an incoming phone call programmatically via a private API?
I tried out the code to block an incoming call referenced at How can I use private APIs to block incoming calls in an iOS application?. Eventually, I got it to build for iOS 6.
Maybe one difficulty is that the own app goes to the background as soon as a call arrives? Or is there an event the app can receive before that?