Pinpointing/Transforming Your MagicJack Proxy to fix contact top quality complications

MagicJack is selling like hotcakes all about the region. This is great for the father or mother firm, but can current difficulties for the people that buy the product, especially if you are living in a single of their crowded markets (i.e. for me in Atlanta). I’ve been doing the job on a number of tips and tips to improve MagicJack and resolve some prevalent problems, and this one solves the difficulty outlined above. Immediately after experiencing some pops and cracks in my calls, I began questioning if perhaps the MagicJack server was slightly overloaded, and if so, was there a way to modify the server. Soon after scouring by means of just about every system option, I recognized that there was not a way to specify a distinctive server from within just the MagicJack application, but owning a great comprehending of networking, I was confident I could come across some methods.

Immediately after experimentation, I uncovered that if a MagicJack server wasn’t obtainable, it routinely routed to the next obtainable server, so in my scenario, if the Atlanta server was down for some reason, I would be mechanically routed to the next closest server, or Memphis, TN. To make MagicJack believe that Atlanta was down, I made a faux route on my personal computer that pointed to a non-existent server, and after MagicJack decided it could not hook up to Atlanta, as expected, I was routed to Memphis. I jumped out of enjoyment upon acknowledging that the good quality was now Best. There have been no a lot more pops or cracks, and none of my phone recipients were being complaining of static. This suggestion to optimize MagicJack and deal with some typical issues is the just one I needed to toss away my house cell phone invoice. Just a warning, these future few steps are pretty complex, so please be watchful, or question a techie buddy to enable you out!

Discover your proxy to correct frequent MagicJack issues

To efficiently enhance MagicJack and correct connect with excellent problems, you will need to initial determine the proxy server that you are applying. The techniques under outline how to establish the proxy and vms servers that MagicJack is at this time using to complete phone calls:

Phase 1) Download the application pmdump from http://www.ntsecurity.nu/toolbox/pmdump/ – pmdump allows you dump the memory from a particular procedure this is how we will get the proxy server
Stage 2) Start off MagicJack
Action 3) Determine MagicJack’s process ID (PID)

a) Open up a command prompt (begin->run->cmd).
b) Execute pmdump -listing
c) Obtain “magicjack.exe” in the output. Note the selection affiliated with it (typically 3 to 4 digits).

Stage 4) Make at least just one call
Move 5) Making use of the command prompt and PID as explained above, execute: pmdump [pid] magicjack.txt
Move 6) Open up magicjack.txt utilizing a textual content editor and lookup for the string: s=ENSResip

For illustration, if you join to the Atlanta proxy, you must see:

o=- 390440284 390440284 IN IP4 216.234.78.8
s=ENSResip
c=IN IP4 216.234.78.20

Note the IP addresses for the two the proxy and the vms servers (216.234.78.8 for proxy and 216.234.78.20 for vms).

So you’ve observed your proxy, now it is time to modify it

Windows has a wonderful created in purpose for creating “routes” for servers. As I talked about earlier in the article, the upcoming trick to improve MagicJack and repair get in touch with quality problems is making MagicJack think that the Atlanta server is down, so it will default to the following readily available server. Employing the “route” command, you can set the Atlanta proxy and vms servers to a non-existent IP deal with on your area community (if your laptop is 192.168.1.2, you could use just about anything in that vary, so 192.168.1.39). To do this, operate the following command from the command prompt:

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

The command previously mentioned will inform your laptop or computer that the MagicJack proxy server is in fact at 192.168.1.39, which is a poor address, so MagicJack will check out the up coming accessible, and with any luck , significantly less hectic, server. The -p alternative tells your laptop to hold the route persistent, or try to remember it immediately after a reboot. If you want to use a distinct proxy server (i.e. you decide that the Austin, Texas server is the complete best), you in essence repeat the course of action over, but block Just about every proxy server, apart from for the one you want to use.

Leave a Reply