alexchengalan / csipsimple

Automatically exported from code.google.com/p/csipsimple
0 stars 0 forks source link

Can't register in the Android simulator #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Build the latest source in android 2.2 platform.
2.Run the apps and create a new user account from "Add account" -->"Basic"
3.Input the "display name", "User Id", "Server" and "Password"

What is the expected output? What do you see instead?
I exptect the apps will send the SIP REGISTER requests to the server. But 
there's no SIP requests sending, I used the Wireshark to capture the packets.

What version of the product are you using? On what operating system?
Android platform 2.2, and latest CsipSimple checked out last week.

Please provide any additional information below.
The account I created show "Inactive". When I run the apps, one message pop up 
said "Selected newwork route not available, (Active WIFI or change preference 
to 3G)". But I can use the Android brower to connect the network.

Regards,
Jerry

Original issue reported on code.google.com by Jerry1....@gmail.com on 3 Aug 2010 at 4:19

GoogleCodeExporter commented 9 years ago
As emulator simulate a 3G connection and that by default a setting disable the 
use of 3G for SIP, no account is registered using the virtual 3G connection of 
the emulator

As explained in the toaster (not clear probably and should be changed to be 
more precise), you should go into the Options (use menu button) > Network and 
then enable 3G for incoming and outgoing calls.

Original comment by r3gis...@gmail.com on 3 Aug 2010 at 5:04

GoogleCodeExporter commented 9 years ago
Hi There,

Thanks for your response. I could register the cSipSimple to my sip server now. 
I could make calls from the emulator. But I can't accept calls. When I made 
calls from other SIP clients to the cSipSimple, it rings and display "EARLY". 
But when I click the "Talk" button, nothing happens. 

thanks,
Jerry

Original comment by Jerry1....@gmail.com on 3 Aug 2010 at 7:11

GoogleCodeExporter commented 9 years ago
Well, you should update to latest version first. Media management has been 
improved. You should also choose 8kHz audio. And unfortunately, even if all 
these things are done, according to the host os you are running the emulator 
on, the audio could freeze.
This is due to the fact audio driver implementation on the emulator is really 
poor. Fortunately, our target is not emulator ! ;)
So, audio stack is known to be really buggy on the emulator, but will not be 
fixed.

Original comment by r3gis...@gmail.com on 3 Aug 2010 at 7:19

GoogleCodeExporter commented 9 years ago
Not able to receive incoming calls. Can you explain how did u manage to receive 
connection in emulator.

I am using 3cx in my system as sip server, and 3cxPhone as one sip clinet and 
CSipSimple running in emulator as 2nd sip client. I am able to call from 
CSipSimple (emulator) to 3cxPhone but when i call from 3cxphone to emulator 
nothing happens in the emulator.

Can anybody guide me for solving the problem ?

Original comment by atmaram....@gmail.com on 21 Sep 2010 at 7:01

GoogleCodeExporter commented 9 years ago
@atmaram : 
1 : try with last builds. 
2 : maybe a network problem. Use wireshark to see what is happening.

Original comment by r3gis...@gmail.com on 3 Oct 2010 at 9:28