I am using portsip SDK (trial version) in my application for VOIP call. Call is working fine in foreground and background as well. I m using Call Kit framework for incoming/outgoing call at client side, When i removed application from background or force quite the app, in that case when i try to call with other device call is coming, i received VOIP push but port sip incoming delegate does not invoke whereas if i call again (2nd time in same app state) port sip incoming delegate invoke. so until incoming delegate does not call we can not accept.decline incoming call.**
So please help me out how we can invoke the port sip delegate if app is terminated or force quite.
I had a similar problem on my side but I am not using
portsip
. So If it is related with portsip my answer may not be correct however I followed some steps on the Apple Example. When I addedconfigureAudioSession()
method everything worked fine for me. For example:Hope it helps.