kailash-ratufa / csipsimple

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

Phone dosen't ring when in sleep mode #420

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When expecting a call using 3G only, the calling party line hangs up because 
csipsimple dosen't pick up in time.

2. The problem does not occur on Wifi.

3. Outgoing call work fine or if the screen is on the phone rings fine.

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

The phone should ring on 3G, even when the screen has dimmed.

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

version 0.00-15  Android Froyo 2.2  HTC Desire

Please provide any additional information below.

Original issue reported on code.google.com by aricomco...@gmail.com on 25 Nov 2010 at 4:00

GoogleCodeExporter commented 9 years ago
Could be due to several thing.
First thing I'd advise is to install the latest dev version (I've maybe fixed 
things between the prod version available on the market and the latest dev 
version).

Then, it's maybe due to the fact your 3G network cut the UDP connection with 
the server so that you can't receive calls anymore.

I've just added an entry in FAQ : 
http://code.google.com/p/csipsimple/wiki/FAQ?ts=1290675625&updated=FAQ#On_3G_I_d
on%27t_always_receive_calls

You should also ensure that your settings are enabled to receive calls on 3G 
(Settings > Network > enable 3G, GPRS, EDGE for incoming calls).

Original comment by r3gis...@gmail.com on 25 Nov 2010 at 9:02

GoogleCodeExporter commented 9 years ago

Original comment by r3gis...@gmail.com on 19 Dec 2010 at 10:58

GoogleCodeExporter commented 9 years ago
I can confirm that I have the same problem ( phone will not ring when in sleep 
on 3G)
3G, GPRS, EDGE for incoming calls enabled. When screen is on it works fine.

Original comment by vaiovill...@gmail.com on 19 Dec 2010 at 11:20

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Forgot to mention my device is:
Android Froyo 2.2  HTC Desire

Original comment by vaiovill...@gmail.com on 19 Dec 2010 at 11:24

GoogleCodeExporter commented 9 years ago
Changing settings to:
•Re-Register (register timeout) : 184 
•Keep Alive : 100 

Did not fix the problem

Original comment by vaiovill...@gmail.com on 20 Dec 2010 at 2:28

GoogleCodeExporter commented 9 years ago
vaiovillage :  I had alot of struggles getting my nexus one up and running... I 
think it may have similar issues to your desire.. I wasnt really happy with it 
until I compiled the wifi driver with PSP disabled.. the directions are in this 
thread - http://forum.xda-developers.com/showthread.php?t=752856  Once this was 
done 'always on' wifi finally worked.   I currently upgraded to froyo and havnt 
compiled the driver yet.  so Ive downgraded to a mytouch for the time being, 
which is working well :D

Original comment by wheresau...@lavabit.com on 20 Dec 2010 at 5:36

GoogleCodeExporter commented 9 years ago
Worth to try to : 
* Activate Lock CPU in general ExpertSettingMode > User interface > Lock CPU.

I've read the code of the future stock android stack in Gingerbread this week 
end and it's enabled by default on their code - which seems to be useless on 
most of the devices I tested and which may imply a higher battery 
consumption... but may help with other devices (reason why I have this option 
;) )

Original comment by r3gis...@gmail.com on 20 Dec 2010 at 9:14

GoogleCodeExporter commented 9 years ago
Thanks for reply folks!

@ comment 7
I experience this problem only using 3G not WIFI

@ comment 8
I'll give Lock CPU try and will post back if that solves the problem

Original comment by vaiovill...@gmail.com on 20 Dec 2010 at 10:21

GoogleCodeExporter commented 9 years ago
Working ! :)
When I enabled "Use partial wake lock" problem gone 

THANKS!
I will test if it kills the battery or not later.

Original comment by vaiovill...@gmail.com on 20 Dec 2010 at 12:01

GoogleCodeExporter commented 9 years ago
Cool :)

I've updated the FAQ for this case.

Original comment by r3gis...@gmail.com on 20 Dec 2010 at 12:14

GoogleCodeExporter commented 9 years ago

Original comment by r3gis...@gmail.com on 20 Dec 2010 at 12:14