hudamalmsteen / csipsimple_test

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

When pick-up sip call, the program enter in state Connecting #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. call from a cisco VOIP telephone
2. Call from voix windows program

What is the expected output? What do you see instead?

No pick up the call, he screen show connecting

What version of the product are you using? On what operating system?

Tested with 12-20 , 12-19, and 12-21

Froyo 2.2 , HTC desire

Please provide any additional information below.

attach a log from a call from extension 2001

Original issue reported on code.google.com by papipapi...@gmail.com on 23 Aug 2010 at 3:51

Attachments:

GoogleCodeExporter commented 9 years ago
The network used is WIFI in same local address, and use the asterisk 1.4.26

Original comment by papipapi...@gmail.com on 23 Aug 2010 at 3:53

GoogleCodeExporter commented 9 years ago
Regarding logs everything seems to be coherent. CSipSimple send the invite but 
never got any ACK response.

Are you sure there is not a network issue such as NAT? did you succeed with 
another android application (without configuring any stun server)? (Even if the 
two devices are both in the same LAN, as your sip server is accessed using it's 
public IP, problem can appear. 
If possible you can try to directly call using the windows voip software 
calling 1054@10.120.32.66 where 10.120.32.66 is the android ip (there is apps 
on the market that allow you to know your current lan ip...). 
If call works that's probably a network or configuration issue.

Original comment by r3gis...@gmail.com on 23 Aug 2010 at 6:29

GoogleCodeExporter commented 9 years ago
Ok, after more investingation and the ability to reproduce it on my side, this 
is just a configuration issue.

You should configure csipsimple to use "sip proxy". 
In next release something will also be done to avoid clients to talk (sip/sdp) 
directly with each other in local.

Original comment by r3gis...@gmail.com on 2 Oct 2010 at 12:44