"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="<provision key='1232ab01' name='gizmo5'>
<provider name='Gizmo5' />
<user account='17475551212@proxy01.sipphone.com' password='password'
uri='sip:17475551212@proxy01.sipphone.com'
allowedauth='digest'/>
<sipsrv addr='sip:proxy01.sipphone.com' protocol='UDP' role='proxy'>
<session party='First' type='pc2pc' />
<session party='First' type='pc2ph' />
</sipsrv>
<sipsrv addr='sip:proxy01.sipphone.com' protocol='UDP' role='registrar'/>
</provision>" />
</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
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.
|