View Single Post
  #6 (permalink)  
Old 03-10-2009, 01:56 AM
k_semler's Avatar
k_semler
Regular 'Geeker
Offline
Location: Pullman WA USA
 
Join Date: Dec 2008
Posts: 387
Reputation: 440
k_semler is becoming a PPCGeeks regulark_semler is becoming a PPCGeeks regulark_semler is becoming a PPCGeeks regulark_semler is becoming a PPCGeeks regulark_semler is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to k_semler Send a message via MSN to k_semler Send a message via Yahoo to k_semler Send a message via Skype™ to k_semler
Re: VoIP over cellular (which Phone, which Carrier, which Software)?

Quote:
Originally Posted by Astronomy_Domine View Post
nice to hear someone has luck with it.
I'm surprized you can use skype for voice calls over AT&T, because I read a lot of complaints from people on internet that AT&T blocks VoIP data traffic.
I do have 3G ATT in my area. Which phone would work with Skype over ATT? Do they have any VoIP software for iPhone?
Thanks in advance
ATT does not block VoIP ports on their network. I have successfully pulled the SIP credentials off of my MagicJack, and set up the included VoIP client that comes built into WM 6.1. Swithing over to my VoIP line is as simple as touching my homescreen to activate my MagicJack line.

Code:
<wap-provisioningdoc>
<characteristic type="VoIP">
<parm name="SIPSettings" 
   value="&lt;provision key='1232ab01' name=_provider_'&gt;
             &lt;provider name='_provider_' /&gt; 
             &lt;user account='_username_' password='_password_'
                 uri='_sipserver_:xxxx'
                 allowedauth='digest'/&gt; 
             &lt;sipsrv addr='_sip_' 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='_registrar_' protocol='UDP' role='registrar'/&gt; 
          &lt;/provision&gt;" />
</characteristic>
</wap-provisioningdoc>
Change the following information:
_provider_ : Name of your provider, (you can call it whatever you want)
_username_ : Your SIP username (usually your phone number)
_password_ : Your user password for your VoIP account
_sipserver_: xxx : The server you need to login to with your VoIP account, (usually your phone number @wherever.com)
: xxx : Specific port you need to access on the server, (such as 5070)
_sip_ : The specific SIP server you need to access once logged in, (usually the same as the primary server you log into)
_registrar_ : The server you need to register on once logged on, but not communicating over, (usually the same as the primary server you log into).

Save the above file as _setup.xml with the appropriate values entered in the appropriate place, and use cabarc to create a *cab, and push it out to your phone via activesync. (MS cab SDK has been attached to this message). If you do not have the Windows default VoIP client installed on your phone, you will need to download and install it prior to installing your custom CAB which contains your VoIP settings. (SleuthKaiserVoIP.cab has been attached to this message, [built in WM 6.1 VoIP client])
Attached Files
File Type: rar cabsdk.rar (448.0 KB, 17 views) Click for barcode!
File Type: cab SleuthKaiserVoIP.cab (759.0 KB, 17 views) Click for barcode!
__________________
Phone: Samsung Infuse
ROM: ★ GSInfuse 1.1.5 ★
Firmware:: 2.3.5
Baseband: UCKJ3
Kernel: 2.6.35.7 - I997RUXG3-CL366622 user@netbook #Infusion-GB-CoreA
Reply With Quote
This post has been thanked 1 times.