csipsimple Wiki
Brought to you by:
krunalhire
The audio driver is now based on a method that is a little bit more official (using java api). So it should now work on almost all devices.
However there is some restrictions :
It can produce echo if routed to rear speaker or no sound at all.
Most of the time for this issue, manufacturer is to blame (and maybe also android that doesn't define clearly to manufacturer what should be done). So be indulgent with android sip applications : solving this kind of issues, is finding a workaround to make things working with a crappy implementation. It can take a lot of time, and having a device to test on is quietly indispensable to be able to really solve this kind of problem... So can take time to solve it.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: positimo...@harlinq.com
Fantastic quality on LG-P500 (Optimus One) over 3G. Love the fact it has G729, ILBC and GSM as well as G711. Also love the fact you can adjust the voice sample rate. I also have the problem where all voice comes out as speaker instead of handset ear piece but I almost always use a headset so it's not a problem for me. The thing with the app asking if you want to use SIP or mobile provider works if you choose from the phone book but not when entering a number from a dial pad, unless I'm missing something.
Anyway, I'll be making a donation for this app for sure.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: motot...@gmail.com
Works on MyTouch? 4G, MyTouch4G, MT4G
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: dku...@gmail.com
tried with Motorolla Mailstone (2.1-upgrade-1) HTC Desire A18181 (2.2)
on both cases I do not hear anything. Media streams are correct. On log I see error message "AudioMgr? Error:Invalid output format flag; disabling PostProcessing?"
Samsyng Galaxy I9000 works fine.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: mth...@mthode.org
Works on HTC vision (G2) (Cyanogen Mod 6.1).
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: marat.gu...@gmail.com
HTC Desire Z, work like a charm. Thanks!
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: vaiovill...@gmail.com
discovered another problem on G-Tablet There is no ringing sound on incoming calls (tried to togle to silent and back to Default ring and it didn't help) Other installed SIP client is ringing fine. Any idea how to fix this ?
Thanks
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: ralphrma...@gmail.com
Works OK now on a ZTE Blade without ALWAYS using loudspeaker. Good software!
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: stan...@melmac.net
Seems to be working just fine on the AT&T Captivate (Samsung Galaxy S) with Android 2.2 installed.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: Panama.H...@gmail.com
Not working on Motorola FlipSide? MB508 (Android 2.1). Registers fine, dials, then hangs up immediately (before first ring). Tried with both OnSip? and Vonage. Willing to try testing further, if any suggestions provided.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: henkbezu...@gmail.com
Works great on HTC Desire HD with Android Revolution HD ROM.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: Autoimmu...@gmail.com
Works great on an HTC Dream / T-mobile G1 with Cyanogenmod 6.0.0 and 6.1.0 Use Gizmo5 / Google voice. Actually, let me make that past-tense: "Used to use" Gizmo5 and GV :(
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: vince201...@gmail.com
Works on wildfire (Wifi/Freephonie/Android 2.2)
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: Brunsz...@gmail.com
Works on Nexus S. Great job. Thanks
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: lionelau...@gmail.com
Not working on HTC Wildfire (Wifi/NeufTalk?/Android 2.2): respondant's phone rings but no sound travels through
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: Killer8...@gmail.com
Hi r3gis. Is the volume control working on Galaxy S? did you find any solution? I am working on a sip project and have the same issue only on galaxy S. Any help would be great. Thanks
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: r3gis...@gmail.com
@Killer8 : the only solution I found for galaxy S was to use software volume instead of the android volume API. Routing on Galaxy S is really weird. Hopefully android 2.3 will help with this point.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: Killer8...@gmail.com
@r3gis thanks for the comment. What do you mean by software volume? Can u help me with some advice? or where should I start implementing or using the software volume? I spent 2 days finding a solution for the stupid Galaxy S but without any success. Thanks again
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: Killer8...@gmail.com
You mean to use the "Use software volume " code from you proj? I just checked and that calls a method in native (C) right?
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: r3gis...@gmail.com
Yes exactly. The sip stack I use (pjsip) provide a way to programatically increase/decrease the volume. As consequence in csipsimple if it detects you are using a galaxy S, it bind volume keys to my own UI that control the software volume (and not the android stream volume). (Other users can still use the software volume as a basic amplification feature, but default is to use the android stream volume.
... and galaxy S is just the begin... you'll see that Samsung implementations provides a lot of headaches on each of their devices (sounds better since nexus S however).
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: Killer8...@gmail.com
Thanks for the help man:) in my implementation I am not using the pfsip lib so I don't have access to the native methods to change the volume. So I think there is nothing else to do here just to wait for 2.3 for Galaxy S. One thing is for sure, I will never buy a Samsung device:D
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: r3gis...@gmail.com
Samsung hardware are awsome... the only bad point is the software/drivers. On this point since the work they did with google on nexus S they seems to have improved the way they integrate android. Galaxy S II is really really good (and audio layer is not managed a very weird way ;) ).
If you use another sip stack there is maybe a way inside the sip stack to increase sound level dynamically. Or you could try to implement that by yourself just before pushing frames to the audio layer.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: delamair...@gmail.com
Works on Galaxy tab but with two graphicals bugs :
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: mrjohn...@googlemail.com
Hi I have a sip account with CallUnion? (www.callunion.com) and have never been able to use it out here in the Middle East as VoIP (Skype etc) is blocked for international Calls. In Dubai now and have just bought myself a HTC ChaCha?, installed cSIPsimple and had a 30 minute chat with my mum in UK using my CallUnion? account. No problems.
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: abreith...@gmail.com
marche sur galaxy s2
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: michal.s...@gmail.com
Works without problems on HTC Sensation with stock 1.45.401.2 ROM (Android 2.3.4).