I read through a good 60 pages of this thread, did some searching, and still I haven't figured out what my problem here is.
I'm using Windows Mobile 6.1 on a Samsung i760. I've made my voip.cab file with cabarc (which, btw was a pain to find online). I've installed SipConfig, but I'm not sure its even really necessary, and I'm not sure its reading the settings correctly.
I've got to the point where it says "Internet Calling: Available" on my Today screen. Clicking that just brings up the Phone settings, and if I have the phones radio turned on, just says "Verizon Network" at the top, and if the radio is off, it says "Phone off". Clicking the "Find Network" button brings up a dialog saying "Network Error - Cannot register on selected network. Choose another network, or disconnect your data connection and try again." This happens regardless of whether I'm connected to my computer through ActiveSync. I've soft reset the device, shut down the device, and also taken the battery out, and put it back in. None of these options helped. Likewise, the same error happens when I click "Set Networks", or change Network selection to Manual.
I have "Whenever Available" set in the Internet tab of Phone settings. I played around with "Data Mode" under settings as well, but that doesn't do anything noteworthy.
I'm using sip2sip.info as my SIP provider. I've got an account set up with a number and everything. Here is my _setup.xml.
<wap-provisioningdoc>
<characteristic type="VoIP">
<parm name="SIPSettings"
value="<provision key='1232ab01' name='SIP2SIP'>
<provider name='SIP2SIP' />
<user account='XXXXXXXXXX' password='YYYYYYYYYY'
uri='sip:
[email protected]'
allowedauth='digest'/>
<sipsrv addr='proxy.sipthor.net:5060' protocol='UDP' role='proxy'>
<session party='First' type='pc2pc' />
<session party='First' type='pc2ph' />
</sipsrv>
<sipsrv addr='proxy.sipthor.net:5060' protocol='UDP' role='registrar'/>
</provision>" />
</characteristic>
</wap-provisioningdoc>
XXX = My username and also my phone number.
YYY = My password
I believe these to be correct, as I've seen others _setup.xml file, and they matched mine as correctly as they could with using another provider. Also, their voip is working on their devices.
I've opened up port 5060 in my registry. I followed the directions on the first page.
I'm really at a loss as to what is causing the problem. I'm hoping I've just missed something, but from what I've read, I might just be **** out of luck. Any help, suggestions, anything anyone has would be extremely appreciated.