Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Tip us?
 
bigflavor
Old
(Last edited by bigflavor; 4th February 2008 at 06:13 AM.)
#1  
bigflavor's Avatar
Senior Member - OP
Thanks Meter 0
Posts: 262
Join Date: Jan 2007
Location: nyc
Smile "Quick" questions about VoIP

I'm trying to be as explicit as possible here, so that people find it easy to perform this process. So read the first post through and it should work out.
I'll update A.Bagatov's entry in the wiki once I figure every single step out.


Hello,

I'm excited to get VoIP working. I've referred to the previous thread, and have come up with the following _setup.xml to work with Gizmo5:
<snipped>

My main purpose might seem a little weird, but I'd like to be able to make calls when my phone is tethered on a PC with ActiveSync... Through testing, it seems possible, as I current have "Internet Calling: Available" when I allow a data connection through ActiveSync, with the phone radio on or off.


My questions are...

Does that _setup.xml look alright? It must, since I have "Internet Calling: Available," right?

Also, how can I tell if the settings are correct? Should the carrier be reflecting the "provider name" attribute of the _setup.xml file? It currently states Home (I have the radio off), but have "Internet Calling: Available," and can not place calls.

Anyone have any ideas?


Thanks!

Matt


[possibly SOLVED]

For Gizmo5:

Code:
<wap-provisioningdoc>
<characteristic type="VoIP">
<parm name="SIPSettings" 
   value="&lt;provision key='1232ab01' name='gizmo5'&gt;
             &lt;provider name='Gizmo5' /&gt; 
             &lt;user account='17475551212@proxy01.sipphone.com' password='password'
                 uri='sip:17475551212@proxy01.sipphone.com'
                 allowedauth='digest'/&gt; 
             &lt;sipsrv addr='sip:proxy01.sipphone.com' protocol='UDP' role='proxy'&gt;
                &lt;session party='First' type='pc2pc' /&gt; 
                &lt;session party='First' type='pc2ph' /&gt; 
             &lt;/sipsrv&gt; 
             &lt;sipsrv addr='sip:proxy01.sipphone.com' protocol='UDP' role='registrar'/&gt; 
          &lt;/provision&gt;" />
</characteristic>
</wap-provisioningdoc>
Change registry settings as described in this post.

[TESTING]
All with "Use Internet Calling" set to: "Whenever possible."

Tethered/No Wifi/No EDGE:
- Internet access: Okay.
- Internet calling: "No Service"

Wifi/No Tether/No EDGE:
- Internet access: Okay.
- Internet calling: "Searching..."

*EDGE/No Wifi/No Tether:
- Internet access: Okay.
- Internet calling: "Searching..."

EDGE/Wifi/No Tether:
- Internet access: Okay.
- Internet calling: "Searching..."

Note that "Searching..." reportedly means it's connected... it just does not update the status to available... I think this is because there is code missing from the VoIP installer CAB to handle whatever handshake acknowledgment situation occurs... I also figure this means there may be issues receiving calls; but that's not what I'm using it for anyway. (see Gizmo5's Backdoor calling feature [currently only available in the US])


*
Quote:
Originally Posted by eluth View Post
To activate Internet Calling over 3G (thanks Sleuth255 & Golfman),
  • go to the HKLM\Comm\RTC\AdapterTypes with a registry editor (like Total Commander),
  • now delete both the "1" and the "2" values that are here,
  • next reset your device and Internet calling will connect over the data connection for your phoneservice.
 
A.Bagatov
Old
#2  
Senior Member
Thanks Meter 0
Posts: 212
Join Date: Dec 2006
is gizmo5 only for inside the US? im in the netherlands.. would it work for me?


regarding ur problem:
turn radio on and try placing a call
 
bigflavor
Old
(Last edited by bigflavor; 4th February 2008 at 06:12 AM.)
#3  
bigflavor's Avatar
Senior Member - OP
Thanks Meter 0
Posts: 262
Join Date: Jan 2007
Location: nyc
Quote:
Originally Posted by A.Bagatov View Post
is gizmo5 only for inside the US? im in the netherlands.. would it work for me?


regarding ur problem:
turn radio on and try placing a call
Oh... damn... Gizmo5 would work, but the Backdoor dialing is only available in the US for now:
"I have a non-US number. Can I use backdoor dialing?
We are launching the program with US numbers only but hope to expand it to international numbers in the middle of 2008. If you are a registered Gizmo5 user you will receive email when we expand the program to your country."

sip:01019175551212@proxy01.sipphone.com is an example of a backdoor dial.
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...