Jump to content

Using Gingerbread Internet Calling (SIP) without WiFi


Guest PaulOBrien

Recommended Posts

Internet Calling (SIP) is pretty cool, I'm using it with sipgate and it works great.

One thing that is slightly annoying is that it works over WiFi only and disables itself over 3G. Thankfully, this is easily resolved! In the framework-res APK there is the following setting...

<bool name="config_sip_wifi_only">false</bool>

I think you can guess what changing this option does! :(

I'm going to build this option into the Nexus S MCR.

P

Link to comment
Share on other sites

Guest RinTinTigger
Internet Calling (SIP) is pretty cool, I'm using it with sipgate and it works great.

One thing that is slightly annoying is that it works over WiFi only and disables itself over 3G. Thankfully, this is easily resolved! In the framework-res APK there is the following setting...

<bool name="config_sip_wifi_only">false</bool>

I think you can guess what changing this option does! ;)

I'm going to build this option into the Nexus S MCR.

P

Cant wait! Thanks for your hard work, though ya sick :(

Link to comment
Share on other sites

Caveat: The problem with doing this on a completely stock ROM is that if you change this setting using the various tools available, you'll break the framework-res signature. Not an issue on MCR or AOSP builds where the core libraries are re-signable, but a problem on stock.

P

Link to comment
Share on other sites

  • 2 weeks later...
Guest bemymonkey

Hi there!

Has anyone here gotten this working on 3G without massive power drain? On WiFi the power drain is the same as Sipdroid, but as soon as I switch to 3G, the power drain during standby spikes up to about 180-200 mA (normal is about 5mA).

I'm using an early CyanogenMod 7 build, which seems to have Paul's tweak from the first post enabled, because I can place and receive calls over 3G. It's just the power drain that's killing me... has anyone got it working properly?

Edited by bemymonkey
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Hi,

can you tell me how to implement SIP on a Nexus One? If I modify the ROM as described, does it not break the signature of my microMod v20 rom?

Or else, is there a ready-made ROM that includes this feature?

Any advice would be appreciated.

Caveat: The problem with doing this on a completely stock ROM is that if you change this setting using the various tools available, you'll break the framework-res signature. Not an issue on MCR or AOSP builds where the core libraries are re-signable, but a problem on stock.

P

Link to comment
Share on other sites

  • 2 months later...
Guest kaiya

thats awsome... gonna try this out as soon as i can figure out how to set up a sip that will work properly on here...

anyone got a good link to how to set this up properly? or if theres anyway to set up google voice account as my primary sip?

Link to comment
Share on other sites

  • 1 month later...
Guest david007

Is it possible to add native sip support to samsung galaxy s2(android 2.3.3) ? How ?

Edited by david007
Link to comment
Share on other sites

  • 1 month later...
Guest asadi.alireza

hi there,

I have developed a SIP based voip application, I have a Server(Written in c# and two android client application(which is written based on the Native Sip Stack of Android 2.3).

The SIP registration works perfect and beside that streaming and playing of my voice also works perfect over WiFi network but when i switch my network to 3G I cannot hear the voice(the SIP registration works without any problem).

I trace the network, and I found out that stream passes my 3G network, but the android clients cannot play it, and one more thing that I tested was that If I change one of my client from android to a simple c# desktop application, even in 3G network everything works fine(it shows that my 3g network does not have any problem) and streaming and playing the voice works without any problem.

please someone help me how can i hear this stream which is created by Native SIP Stack in a 3G network?

PLEASE PLEASE PLEASE HELP ME, I GOOGLED, TESTED EVERY THING in the past 3 weeks but could not find any solution

Link to comment
Share on other sites

  • 4 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.