About

All telecom fundamentals on SIP protocol, VOIP, RTP, RTCP knowledge, Technical Youtube Videos, Linux material, Android, SSCA certification information,the sip school videos.

Saturday 13 October 2012

How to get your NetTalk SIP Credentials

How to get your NetTalk SIP Credentials

  1. Download and install Fiddler, NetTalk USB Drivers, and NetTalk Video phone

  2. Start up fiddler, and enable decrypting https (Tools->Fiddler Options->HTTPS->check "Decrypt HTTPS traffic")

  3. Install NetTalk USB Drivers, and connect NetTalk to your PC rather than your router

  4. Once NetTalk is operational, start NetTalk Video Phone

  5. Your credentials will appear in a packet to https://www.nettalkusa.com/provision/?vm=...



  6. Your credentials are Base64 Encoded:
    Code:
    [account]
    vs=c2lwMS50a3RlbGNvLm5ldA==
    vp=NTA2MA==
    vu=<your username>
    vw=<your password>

    vs is the servername, vp is the server port, vu is the user name, vw is the password

  7. decode the pieces, select the encoded server name
    Code:
    c2lwMS50a3RlbGNvLm5ldA==
    and click, Tools->Text Encode/Decode

  8. paste in the individual values:


  9. enjoy your SIP

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.

Page Navigation Widget