olleb3 / csipsimple

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

Crash, phone blocked during calling somebody #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a HTC HERO with standard ROM non-rooted Cupcake 1.5 and csipsimple
installed
2. Launch the soft and call somebody
3. The phone is blocked ! We can only unblock the phone by removing the
battery...

Original issue reported on code.google.com by myk...@gmail.com on 21 Apr 2010 at 8:34

GoogleCodeExporter commented 9 years ago
Have you disabled the echo cancellation? (Params/Media/Echo cancellation)

Android 1.5 media-library has some issues with pjsip echo-cancellation feature 
- it
reduce the echo-tail length it finish by being really unresponsive.

There is an open bug in pjsip (the native sip stack csipsimple is based on) to 
avoid
this dead locks. For now, I advise to disable the echo cancelation option on 
android
1.5 devices.

If you have already disabled echo cancellation let me know, i'll turn this bug 
as
critic and i'll need logs if possible (you can use logcat (i think it's 
available on
the android market) ).
Else i'll leave this bug open but the fix will be to automatically disable
echo-cancelation for android 1.5 devices (i've planned such a feature but not 
yet
implemented it).

Original comment by r3gis...@gmail.com on 21 Apr 2010 at 8:47

GoogleCodeExporter commented 9 years ago
A new update attached in my last comment here :
http://code.google.com/p/csipsimple/issues/detail?id=34#c9
should fix this issue. Can you confirm?

Original comment by r3gis...@gmail.com on 23 May 2010 at 6:12

GoogleCodeExporter commented 9 years ago
For the record, fixed on the version 0.00-11

Original comment by r3gis...@gmail.com on 28 May 2010 at 7:50