> 1) I would like to monitor the telephony state of the device in order> to be able to reject incoming VoIP call when the user is already> talking on a telephony call.That should be feasible. When your app resumes in order to process the ring indication (that it got via the old VoIP API or via the silent push you get from PushKit), create and start a new instance of CTCallCenter. If that shows that the user is on a call, don't post a ring indication to the user but rather communicate the busy state back to your VoIP infrastructure.> 2) I would like to reject an incoming telephony call (with a busy> tone) if the user is already talking on a VoIP call.That's not possible on the current system. CT calls always take precedence over VoIP calls. If you'd like to see that change in the future, I encourage you to file a bug describing your requirements.<https://developer.apple.com/bug-reporting/>Please post your bug number, just for the record.Share and Enjoy--Quinn The Eskimo!Apple Deve
Topic:
App & System Services
SubTopic:
Networking
Tags: