Saturday, December 17, 2011

Fix MagicJack Problems by Tweaking and Changing Your Proxy Settings

Identifying/Changing Your MagicJack Proxy to fix call quality problems

MagicJack is selling like hotcakes all nearby the country. This is great for the parent company, but can gift challenges for the consumers that buy the device, particularly if you live in one of their crowded markets (i.e. For me in Atlanta). I've been working on several tips and tricks to optimize MagicJack and fix some tasteless problems, and this one solves the issue mentioned above. After experiencing some pops and cracks in my calls, I started wondering if maybe the MagicJack server was slightly overloaded, and if so, was there a way to turn the server. After scouring straight through every program option, I realized that there wasn't a way to specify a distinct server from within the MagicJack application, but having a good understanding of networking, I was sure I could find some tricks.

Case For Ipad

After experimentation, I found that if a MagicJack server wasn't available, it automatically routed to the next available server, so in my case, if the Atlanta server was down for some reason, I would be automatically routed to the next closest server, or Memphis, Tn. To make MagicJack think that Atlanta was down, I created a fake route on my computer that pointed to a non-existant server, and once MagicJack considered it couldn't associate to Atlanta, as expected, I was routed to Memphis. I jumped out of excitement upon realizing that the quality was now Perfect. There were no more pops or cracks, and none of my call recipients were complaining of static. This tip to optimize MagicJack and fix some tasteless problems is the one I needed to throw away my home phone bill. Just a warning, these next few steps are pretty technical, so please be careful, or ask a techie friend to help you out!

Fix MagicJack Problems by Tweaking and Changing Your Proxy Settings
Speck Products See Thru Satin Case for MacBook Pro 15-Inch Aluminum Unibody Only, Black (SPK-A0449)
Speck Products See Thru Satin Case for MacBook Pro 15-Inch Aluminum Unibody Only, Black (SPK-A0449)

Speck Products See Thru Satin Case for MacBook Pro 15-Inch Aluminum Unibody Only, Black (SPK-A0449)

Item code: SPK-A0449

Average customer reviews:


List Price :
$49.95

Our Price :
$28.99



Overviews: Speck Products See Thru Satin Case for MacBook Pro 15-Inch Aluminum Unibody Only, Black (SPK-A0449)
15" MacBook Pro Satin BLACK



Features: Speck Products See Thru Satin Case for MacBook Pro 15-Inch Aluminum Unibody Only, Black (SPK-A0449)
  • Silky-smooth soft-touch hard shell protection.
  • Protects your MacBook Pro from scrapes and scratches.
  • Smooth yet grippy rubberized exterior texture.
  • Fully vented for safe heat disbursement.
  • Totally removable - easy to put on and take off.
  • Access to all ports, battery check button, Kensington lock, CD/DVD drive.
  • Built-in rubberized feet keep your notebook stable and secure.
  • Design lets you open/close your MacBook Pro all the way.
  • Fully vented for safe heat disbursement
  • Protects your MacBook Pro from scrapes and scratches
  • Silky-smooth soft-touch hard shell protection
  • Smooth yet grippy rubberized exterior texture
  • Totally removable -- easy to put on and take off


Speck Products See Thru Satin Case for MacBook Pro 15-Inch Aluminum Unibody Only, Black (SPK-A0449)


Speck Products See Thru Satin Case for MacBook Pro 15-Inch Aluminum Unibody Only, Black (SPK-A0449)

Check Price & Special Offer: Speck Products See Thru Satin Case for MacBook Pro 15-Inch Aluminum Unibody Only, Black (SPK-A0449) now!


Find your proxy to fix tasteless MagicJack problems

To effectively optimize MagicJack and fix call quality problems, you need to first identify the proxy server that you are using. The steps below form how to identify the proxy and vms servers that MagicJack is currently using to faultless calls:

Step 1) Download the application pmdump from http://www.ntsecurity.nu/toolbox/pmdump/ - pmdump lets you dump the memory from a single process; this is how we will get the proxy server
Step 2) Start MagicJack
Step 3) identify MagicJack's process Id (Pid)

a) Open a command prompt (start->run->cmd).
b) Execute pmdump -list
c) Find "magicjack.exe" in the output. Note the number connected with it (usually 3 to 4 digits).

Step 4) Make at least one call
Step 5) Using the command prompt and Pid as described above, execute: pmdump [pid] magicjack.txt
Step 6) Open magicjack.txt using a text editor and quest for the string: s=Ensresip

For example, if you associate to the Atlanta proxy, you should see:

o=- 390440284 390440284 In Ip4 216.234.78.8
s=Ensresip
c=In Ip4 216.234.78.20

Note the Ip addresses for both the proxy and the vms servers (216.234.78.8 for proxy and 216.234.78.20 for vms).

So you've found your proxy, now it is time to turn it

Windows has a great built in function for establishing "routes" for servers. As I mentioned earlier in the article, the next trick to optimize MagicJack and fix call quality problems is manufacture MagicJack think that the Atlanta server is down, so it will default to the next available server. Using the "route" command, you can set the Atlanta proxy and vms servers to a non-existant Ip address on your local network (if your computer is 192.168.1.2, you could use whatever in that range, so 192.168.1.39). To do this, run the following command from the command prompt:

route add [ip of proxy] mask 255.255.255.255 192.168.1.39 -p
route add [ip of vms] mask 255.255.255.255 192.168.1.39 -p

The command above will tell your computer that the MagicJack proxy server is nothing else but at 192.168.1.39, which is a bad address, so MagicJack will try the next available, and hopefully less busy, server. The -p choice tells your computer to keep the route persistent, or remember it after a reboot. If you want to use a specific proxy server (i.e. You rule that the Austin, Texas server is the absolute best), you basically repeat the process above, but block Every proxy server, except for the one you want to use.

Fix MagicJack Problems by Tweaking and Changing Your Proxy Settings

No comments:

Post a Comment