john990 / sipdroid

Automatically exported from code.google.com/p/sipdroid
GNU General Public License v3.0
0 stars 0 forks source link

wont register on HTC build of android #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Utilize Haykuro HTC Build
2. Configure to connect to sip server

What is the expected output? 
register with sip server

What do you see instead?
stays in idle without attempt to connect to sip server

What version of the product are you using? On what operating system?
haykuro 5.0.2H build

Please provide any additional information below.
if i deactivate 3G/HSD and utilize on EDGE or WIFI, it works perfectly.

Original issue reported on code.google.com by madb...@gmail.com on 28 Apr 2009 at 9:04

GoogleCodeExporter commented 8 years ago
Check what TelephonyManager getNetworkType() delivers on that build of the OS. 
You 
can do this by adding debug output to org.sipdroid.sipua.ui.Receiver.isFast().

Original comment by pmerl...@googlemail.com on 28 Apr 2009 at 9:49

GoogleCodeExporter commented 8 years ago
the network type is HSDPA

thanks.

Original comment by madb...@gmail.com on 28 Apr 2009 at 10:30

GoogleCodeExporter commented 8 years ago
Issue 12 has been merged into this issue.

Original comment by pmerl...@googlemail.com on 29 Apr 2009 at 9:26

GoogleCodeExporter commented 8 years ago
Issue 8 has been merged into this issue.

Original comment by pmerl...@googlemail.com on 29 Apr 2009 at 9:26

GoogleCodeExporter commented 8 years ago
I knew I should have just added comments here.  my apologies for created a 
whole new 
issue.

Original comment by jeffrey....@gmail.com on 29 Apr 2009 at 9:29

GoogleCodeExporter commented 8 years ago
Madbill, are you using pbxes.org?  I cannot get it to connect using edge.  have 
not 
tried wifi yet.

Original comment by jeffrey....@gmail.com on 29 Apr 2009 at 9:36

GoogleCodeExporter commented 8 years ago
No, I'm using a modified asterisk so it would register correctly, the standard 
asterisk distro does not work, sipdroid is very buggy still that it sending too 
many 
registers and not waiting for responses,  asterisk then responds with 401 
unauthorized.

i have not tried with pbxes, its way too complicated signup process for a 
simple 
thing.  I'll keep updated.  

would be nice to integrate gsm/g729 codecs into sipdroid...  the 
readytechnology 
version...

one thing that i have noticied is it has been force closing my 
com.android.phone 
system alot recently...

Original comment by madb...@gmail.com on 30 Apr 2009 at 1:21

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Using pbxes i could not get connected via EDGE, 3G or WiFi.  I set sipdroid to 
point 
directly to my asterix box and now i either get timeouts or 401 unauthorized.

Original comment by jeffrey....@gmail.com on 30 Apr 2009 at 3:36

GoogleCodeExporter commented 8 years ago
timeout errors means the nat on your asterisk is not properly set...

401 unauthorized is you are using a recent version of asterisk 1.4+

the security on the mjsip is broken and it sends too many registers/invites and 
makes asterisk reject the registers. thats why you are getting 401 
unauthorizeds.

Original comment by madb...@gmail.com on 30 Apr 2009 at 5:00

GoogleCodeExporter commented 8 years ago
I've had an issue similar to this. sipdroid will register on a pbxes.org 
account and
a sipphone account over 3G or EDGE but not WiFi. Other sip clients work on the 
same
wifi network, so as far as I can tell it isn't my router. 

Othersise, calls work reasonably well over 3G .. if a bit delayed. I tested and 
got
the same results on the official ADP 1.5 release from HTC and Haykuro's mod of 
the same. 

Original comment by jmalc...@gmail.com on 1 May 2009 at 6:23

GoogleCodeExporter commented 8 years ago
Issue 26 has been merged into this issue.

Original comment by pmerl...@googlemail.com on 14 May 2009 at 8:42

GoogleCodeExporter commented 8 years ago
Just tried "4" instead of "TelephonyManager.NETWORK_TYPE_UMTS" (value 3) in
Reveiver.java and it connects fine on 3G with last Haykuro 6r1.

So I assume that "TelephonyManager getNetworkType()" returns 4 (HSDPA).

Anyone to patch ?

Original comment by Murphy2...@gmail.com on 22 May 2009 at 3:15

GoogleCodeExporter commented 8 years ago
Thanks! The fix will become available with the next release 0.9.5.

Original comment by pmerl...@googlemail.com on 22 May 2009 at 5:31

GoogleCodeExporter commented 8 years ago

Original comment by pmerl...@googlemail.com on 25 May 2009 at 4:47

GoogleCodeExporter commented 8 years ago
I am using version 0.9.7-full and 3G registration works fine. If i try 
connecting
through wi-fi i get "Registration Failed (timeout)" error. I don't think it's my
router since my laptop and nokia n82 connect to the pbxes server with no 
problems. I
have the vodafone version of HTC Magic.

Original comment by ostance...@gmail.com on 15 Jun 2009 at 12:50