4

I'm trying to make a call from android using the Android SIP API. I followed this guide and a few more similar guides. When i call the function

SipManager.makeAudioCall(String localProfileUri, String peerProfileUri, SipAudioCall.Listener listener, int timeout) 

I get the Exception "Failed to create SipSession; network available?". I found some (here and here answers but none of them solved the problem.

Community
  • 1
  • 1
  • ur credentials may be wrong – Maveňツ Sep 08 '14 at 09:37
  • The credentials are OK. I've checked that on a softphone I've downloaded from Google play. – user3564175 Sep 08 '14 at 09:51
  • I have the same problem, can verify credentials are okay by makeing/receiving calls in several other apps. I tried what other users suggested and added a delay to allow SIP to initialize, no luck. Can you post more of your code? Like your SIP builder? – EntangledLoops May 14 '15 at 15:15
  • My problem was that the WiFi signal was to low for creating a sip session. U can try this link to check if that is your problem. http://stackoverflow.com/questions/1206891/android-how-to-monitor-wifi-signal-strengthin. – user3564175 May 16 '15 at 19:00

0 Answers0