
Identifying/Changing Your MagicJack Proxy to resolve get in touch with quality issues
MagicJack is marketing like hotcakes all about the nation. This is good for the mum or dad organization, but can existing problems for the buyers that obtain the product, specially if you dwell in 1 of their crowded marketplaces (i.e. for me in Atlanta). I have been performing on numerous guidelines and methods to improve MagicJack and deal with some prevalent issues, and this one particular solves the issue described over. Right after enduring some pops and cracks in my phone calls, I commenced thinking if possibly the MagicJack server was marginally overloaded, and if so, was there a way to modify the server. Just after scouring via each and every method alternative, I realized that there was not a way to specify a various server from within the MagicJack software, but having a excellent knowledge of networking, I was guaranteed I could find some tips.
Soon after experimentation, I discovered that if a MagicJack server was not out there, it immediately routed to the upcoming available server, so in my situation, if the Atlanta server was down for some purpose, I would be instantly routed to the future closest server, or Memphis, TN. To make MagicJack believe that Atlanta was down, I created a faux route on my pc that pointed to a non-existent server, and at the time MagicJack determined it couldn’t hook up to Atlanta, as predicted, I was routed to Memphis. I jumped out of excitement upon realizing that the good quality was now Best. There were being no extra pops or cracks, and none of my connect with recipients were being complaining of static. This tip to optimize MagicJack and correct some popular challenges is the a person I essential to throw away my household telephone monthly bill. Just a warning, these future several steps are fairly technological, so make sure you be watchful, or question a techie buddy to help you out!
Discover your proxy to fix common MagicJack problems
To efficiently enhance MagicJack and fix contact high-quality troubles, you need to have to initial discover the proxy server that you are working with. The steps below define how to establish the proxy and vms servers that MagicJack is at the moment using to complete calls:
Move 1) Download the software pmdump from http://www.ntsecurity.nu/toolbox/pmdump/ – pmdump allows you dump the memory from a distinct procedure this is how we will get the proxy server
Phase 2) Get started MagicJack
Step 3) Establish MagicJack’s course of action ID (PID)
a) Open a command prompt (start->run->cmd).
b) Execute pmdump -list
c) Discover “magicjack.exe” in the output. Notice the amount affiliated with it (commonly 3 to 4 digits).
Stage 4) Make at minimum 1 call
Move 5) Applying the command prompt and PID as explained earlier mentioned, execute: pmdump [pid] magicjack.txt
Move 6) Open magicjack.txt employing a text editor and look for for the string: s=ENSResip
For instance, if you connect to the Atlanta proxy, you should really see:
o=- 390440284 390440284 IN IP4 216.234.78.8
s=ENSResip
c=IN IP4 216.234.78.20
Observe the IP addresses for both equally the proxy and the vms servers (216.234.78.8 for proxy and 216.234.78.20 for vms).
So you’ve got discovered your proxy, now it is time to adjust it
Windows has a excellent built in function for establishing “routes” for servers. As I described previously in the short article, the following trick to enhance MagicJack and take care of call high quality difficulties is building MagicJack feel that the Atlanta server is down, so it will default to the upcoming offered server. Utilizing the “route” command, you can set the Atlanta proxy and vms servers to a non-existent IP address on your local community (if your laptop is 192.168.1.2, you could use anything in that array, so 192.168.1.39). To do this, run the next command from the command prompt:
route include [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 over will convey to your computer system that the MagicJack proxy server is really at 192.168.1.39, which is a negative address, so MagicJack will attempt the upcoming out there, and ideally a lot less chaotic, server. The -p choice tells your laptop to maintain the route persistent, or don’t forget it soon after a reboot. If you want to use a precise proxy server (i.e. you choose that the Austin, Texas server is the absolute most effective), you generally repeat the process over, but block Just about every proxy server, other than for the a single you want to use.