jobsonp / sipdroid

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

No Ring tone on i5700 on inbound calls #761

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Make a Call to a i5700.

Instead of ringing, nothing happens. After hanging up, a missed call with 
correct phone number is shown.

When the ring tone is vibrate or silent, the call is shown as expected.

Sipdroid 2.0.1 beta on Galaxy Spica i5700
FW-Version "2.1-update1", I570EXXJD1, kernel 2.6.29 leshak@i5700-dev7 #123
Build LK2.08.1

Have tried pbxes, sipgate and Fritz!Box, all show the same behaviour.

Network is WLAN/DSL or UMTS, no difference between TCP or UDP.

Dump of traffic attached

Original issue reported on code.google.com by dl3...@gmail.com on 26 Nov 2010 at 2:02

Attachments:

GoogleCodeExporter commented 9 years ago
Update:
Played a little with ./src/org/sipdroid/sipua/ui/Receiver.java.

oRingtone is null after oRingtone = RingtoneManager.getRingtone(mContext, 
Uri.parse(sUriSipRingtone)); (line 202)

Even RingtoneManager.getRingtone(mContext, 
Uri.parse("file://system/media/audio/ringtones/Savannah.ogg")) is null.

When I comment out oRingtone.play(); in line 203, the inbound call is displayed 
correctly. No sound of course...

Original comment by dl3...@gmail.com on 27 Nov 2010 at 5:03

GoogleCodeExporter commented 9 years ago

Original comment by pmerl...@googlemail.com on 28 Nov 2010 at 11:45

GoogleCodeExporter commented 9 years ago

Original comment by pmerl...@googlemail.com on 15 Feb 2011 at 9:44