Is your app able to receive calls while in the background? It definitely should if configured correctly, and it works for my app. The Getting-Started/iPhone wiki page has a section on what is required for the app to receive calls (and therefore other sip messages) while in the background. In short, your app must connect over TCP (or TLS) instead of UDP, and your app’s UIBackgroundModes Info.plist key must contain the “voip” value. Hope that helps, Nick
|
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org