Failed to create SipSession; network unavailable and only reboot helps
问题 I am developing a simple application that allows user to initiate call using sip protocol. The problem is inability to create SipSession in some cases (e.g. deleting application with active sip-session, and installing it again). In this case, I am getting error: android.net.sip.SipException: Failed to create SipSession; network unavailable? And it works only after physical device reboot. My Sip class: public class SipDataManager { private Context context; private SipManager sipManager;