vaibhav3002 / sipdroid

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

Samsung i9003 can not hear #986

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I use Samsung i9003 to build sipdroid , this is a problem  that  I can hear 
other's voice  but other can not hear  me, I found the rtp packet is send,but 
is really other can not hear me,how to fix the problem ,I see souce contains
if (RtpStreamReceiver.samsung) {
                        AudioManager am = (AudioManager) Receiver.mContext.getSystemService(Context.AUDIO_SERVICE);
                        am.setMode(AudioManager.MODE_IN_CALL);
                        am.setMode(AudioManager.MODE_NORMAL);
                    }

the code speak of samsung,what is this mean 

Original issue reported on code.google.com by firstfen...@gmail.com on 6 Nov 2011 at 10:27

GoogleCodeExporter commented 9 years ago

Original comment by pmerl...@googlemail.com on 18 Nov 2011 at 11:17

GoogleCodeExporter commented 9 years ago
You can try Xingfafa, they don't have such issue. I think they are the best 
free VOIP software ever in Android app.

Original comment by rickst...@gmail.com on 25 Nov 2011 at 10:41