Im using the SIPDemo and it doesnt register with a Server. I can make calls but cant receive calls. I think the Problem is the registration. My Question: Is it possible to make a peer-to-peer call without a registration using the android API?
Asked
Active
Viewed 1,197 times
1 Answers
0
yes you can make peer-to-peer call without a registration.
but you must register users to server manually.

Osama Ahmad
- 235
- 3
- 5
- 14
-
1I want to make calls with static IPs, because I know the Ip of all SIP-Clients and make the call with the IP. My Question is how could I receive Calls if the function register() from SipManager isnt called. Because in the function description of register() it says something like: register() is still needed to be called at least once in order for the SIP service to notify the caller with the PendingIntent when an incoming call is received. Is it possible? – Johan Apr 30 '12 at 13:11
-
Can someone please reply to Johan's query. Which turns out to be same as mine. SOME1... – Vivekanand Dec 07 '12 at 10:17