Sanjivkumarroshan / csipsimple

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

Android 5.1 call connection issues due to TimerWrapper delayed callback #2932

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using CSipSimple as a 3rd party library.  Starting in Android 5.1 we are 
experiencing delays in connecting calls.  This seems to be related to a policy 
change for the AlarmManager class in which a newly scheduled alarm should be a 
certain distance in the future.  I am able to reliably reproduce this issue for 
an app we are currently developing.  I was able to fix the issue by making a 
change to Compatibility setExactAlarm() method.

Here's a link to the Android site for another user experiencing an issue with 
AlarmManager setExact() in 5.1.

https://code.google.com/p/android/issues/detail?id=161516

CSipSimple version 2470
Nexus 5 and Nexus 6, Android 5.1

Original issue reported on code.google.com by jeff.c...@telcentris.com on 1 May 2015 at 9:52

GoogleCodeExporter commented 9 years ago

Original comment by r3gis...@gmail.com on 22 Jun 2015 at 11:31