How to get your NetTalk SIP Credentials
- Download and install Fiddler, NetTalk USB Drivers, and NetTalk Video phone
- Start up fiddler, and enable decrypting https (Tools->Fiddler Options->HTTPS->check "Decrypt HTTPS traffic")
- Install NetTalk USB Drivers, and connect NetTalk to your PC rather than your router
- Once NetTalk is operational, start NetTalk Video Phone
- Your credentials will appear in a packet to https://www.nettalkusa.com/provision/?vm=...
- 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
- decode the pieces, select the encoded server name
Code: c2lwMS50a3RlbGNvLm5ldA==
- paste in the individual values:
- enjoy your SIP
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.