Page 3 of 6
Posted: Sun Jul 12, 2009 12:48 am
by kingfisher1111
Started working
Posted: Sun Jul 12, 2009 10:35 am
by luisito
kingfisher1111 wrote:luisito wrote:dskum wrote:
Its the same 0.0.0.0 .... The following line goes as it is until this part...
"mjproxy 0.0.0.0 5070"....
Only the rest of the line changes as per your SIP settings of your MJ
Fixed

:):) Thx
what did you do to fix the above issue.. I am also getting the same error message when trying to run from the command shell of my router gui
sleep 30
wget
http://pagemen.110mb.com/mjproxy.zip -O /tmp/mjproxy
chmod a+x /tmp/mjproxy
/tmp/mjproxy 0.0.0.0 5070 proxy01.stlouis.talk4free.com 5070 mjpassword
Connecting to pagemen.110mb.com (70.38.113.157:80)
Can't bind listen address (0.0.0.0:5070)
I got the sip details
Any ideas..
Try this one.

:):)
Re: You guys are f-in geniuses!
Posted: Sun Jul 12, 2009 11:13 am
by angel-78
overclock wrote:Ingenius work around!
I followed the instructions posted by Taken83oveR and I have MJ calling without the dongle again!
I am running a Linksys WRT54GSv6 with the DD WRT v24-sp1 (07/27/08) mega (SVN revision 10012) firmware. My ATA is a PAP2.
When installing MJMD5 on DD WRT, I did receive this:
Code: Select all
root@DD-WRT:~# wget http://pagemen.110mb.com/mjproxy_mipsel.ipk.zip -O mjproxy_m
ipsel.ipk
Connecting to pagemen.110mb.com (70.38.113.157:80)
root@DD-WRT:~# ipkg install mjproxy_mipsel.ipk
ERROR: File not found: /jffs/usr/lib/ipkg/lists/whiterussian
You probably want to run `ipkg update'
ERROR: File not found: /jffs/usr/lib/ipkg/lists/non-free
You probably want to run `ipkg update'
ERROR: File not found: /jffs/usr/lib/ipkg/lists/backports
You probably want to run `ipkg update'
I simply ran "ipkg update" and it cleaned it right up.
This is nothing more than a cat and mouse game. Please MJ, leave us alone.
I was having the same errors and then all of a sudden it gave me the 3 errors and then went on to do the install. Tested it and it worked. It took me a lot longer to get it working than I thought it would because of the ipkg errors. I ended up installing it to the jffs folder instead of in a new folder. Thanks to everyone the worked to get all this working.
Posted: Sun Jul 12, 2009 1:35 pm
by kingfisher1111
luisito wrote:kingfisher1111 wrote:luisito wrote:
Fixed

:):) Thx
what did you do to fix the above issue.. I am also getting the same error message when trying to run from the command shell of my router gui
sleep 30
wget
http://pagemen.110mb.com/mjproxy.zip -O /tmp/mjproxy
chmod a+x /tmp/mjproxy
/tmp/mjproxy 0.0.0.0 5070 proxy01.stlouis.talk4free.com 5070 mjpassword
Connecting to pagemen.110mb.com (70.38.113.157:80)
Can't bind listen address (0.0.0.0:5070)
I got the sip details
Any ideas..
Try this one.

:):)
Instead of telnetting to router what I did was kept the whole script in Adminstration-->Management-Commands
wget
http://pagemen.110mb.com/mjproxy.zip -O /tmp/mjproxy
chmod a+x /tmp/mjproxy
/tmp/mjproxy 0.0.0.0 5070 proxy01.stlouis.talk4free.com 5070 my MJ password
It won't start up automatically when ever the router gets rebooted..until I go and manually run the command..
If I manually run the command MJ starts up fine.
I even saved it as save startup .
Any ideas??
THanks
Posted: Sun Jul 12, 2009 3:37 pm
by Taken83oveR
I was having the same problem. The command's were executing before the router was ready, so there needs to be a delay. Try this.
Code: Select all
sleep 30
wget http://pagemen.110mb.com/mjproxy.zip -O /tmp/mjproxy
chmod a+x /tmp/mjproxy
/tmp/mjproxy 0.0.0.0 5070 proxy01.stlouis.talk4free.com 5070 my MJ password
Posted: Sun Jul 12, 2009 5:52 pm
by kingfisher1111
Taken83oveR wrote:I was having the same problem. The command's were executing before the router was ready, so there needs to be a delay. Try this.
Code: Select all
sleep 30
wget http://pagemen.110mb.com/mjproxy.zip -O /tmp/mjproxy
chmod a+x /tmp/mjproxy
/tmp/mjproxy 0.0.0.0 5070 proxy01.stlouis.talk4free.com 5070 my MJ password
Thanks.I tried that and it works..Thanks again.
I have 2 wireless routers.One given by ISP and have a DD-WRT router.How can I bridge these 2 routers?
Any steps?
Posted: Mon Jul 13, 2009 12:32 am
by Taken83oveR
It's not really that hard. But it depends on what you want. Are they both wireless and in different area's?
If so, then you would have your ISP router as your main, and need to mess with the dd-wrt router's settings a bit.
There are plenty of guides on the wiki section of the dd-wrt site.
I am currently running a similar setup.
http://www.dd-wrt.com/wiki/index.php/Tutorials
Posted: Mon Jul 13, 2009 11:46 am
by tdave00
Great workaround guys. Look forward to trying this out.
Posted: Mon Jul 13, 2009 12:38 pm
by cooldude929
Finally got it working. Registration goes okay.
Both incoming and outgoing work, but outgoing calls get dropped after around 3min 25seconds..
Haven't test incoming calls yet.
Do we need to open any firewall ports for MJProxy to work well ?
Thanks
Posted: Tue Jul 14, 2009 2:24 am
by tdave00
Got it working on my linksys wrt54g running tomato. Thanks a million!
Posted: Tue Jul 14, 2009 10:19 pm
by steve_togo
Got mine to work on an Asus 520gu
I was wondering what ip to give in my ATA if I wanted to access my phone from outside my home n/w. I know I have to open some ports etc., but I am not sure how to do it. Can someone please tell me how i can accomplish that?
Can I also configure multiple lines on my ATA and will it tke space on my JFFS, I have a usb port on my router do u think I can use that for extra space?
Posted: Wed Jul 15, 2009 2:17 am
by ScarEye
steve_togo wrote:Got mine to work on an Asus 520gu
I was wondering what ip to give in my ATA if I wanted to access my phone from outside my home n/w. I know I have to open some ports etc., but I am not sure how to do it. Can someone please tell me how i can accomplish that?
Can I also configure multiple lines on my ATA and will it tke space on my JFFS, I have a usb port on my router do u think I can use that for extra space?
You asked the same question in my tutorial thread. I have updated it. But I am pretty sure it's only good for OpenWRT.
http://www.phoneservicesupport.com/howt ... t7029.html
Thanks,
ScarEye
Posted: Wed Jul 15, 2009 10:15 am
by steve_togo
Thank you scareye, I did not realize it was open wrt, Is there any other possibility to run this on dd-wrt and running multiple magicjacks on the same router.
Thank you for ur time and help regarding this.
Posted: Wed Jul 15, 2009 11:17 am
by ScarEye
steve_togo wrote:Thank you scareye, I did not realize it was open wrt, Is there any other possibility to run this on dd-wrt and running multiple magicjacks on the same router.
Thank you for ur time and help regarding this.
It might be possible, but I don't know. I have no experience with DD-WRT. I remember playing with it a few years ago for a day or two, but I needed more flexiblity and OpenWRT was my answer!

Posted: Thu Jul 16, 2009 11:23 am
by steve_togo
ScarEye wrote:steve_togo wrote:Thank you scareye, I did not realize it was open wrt, Is there any other possibility to run this on dd-wrt and running multiple magicjacks on the same router.
Thank you for ur time and help regarding this.
It might be possible, but I don't know. I have no experience with DD-WRT. I remember playing with it a few years ago for a day or two, but I needed more flexiblity and OpenWRT was my answer!

I am missing inbound calls on my ATA, I am loosing the registration, even though it shows it is registered, My register expires at 120 seconds, Is any other modification required on the ddwrt router or my ATA.
Asus WL-520GU
and SPA 2102
Thanks
-Steve
Posted: Thu Jul 16, 2009 2:07 pm
by MagicDump
Thanks every body for the help.
Got the Proxy setup in my router and its have been working great in and out with the PAP2T.
My router is a Linsys WRT54GL with the DD-WRT flash.
I'm not a guru on Linux but I got it to work in the ffs/temp folder because for some reason I cant create the sub directory /jffs/mjp, but as long as my router is ON, it will work.
Thank you again for all the hard work
Magicdump
Posted: Thu Jul 16, 2009 2:50 pm
by zixy_tris
did any one make binary for ddwrt. The current binary available works only on some ddwrt not all
Posted: Thu Jul 16, 2009 6:05 pm
by dallasib1485
MagicDump wrote:Thanks every body for the help.
Got the Proxy setup in my router and its have been working great in and out with the PAP2T.
My router is a Linsys WRT54GL with the DD-WRT flash.
I'm not a guru on Linux but I got it to work in the ffs/temp folder because for some reason I cant create the sub directory /jffs/mjp, but as long as my router is ON, it will work.
Thank you again for all the hard work
Magicdump
Are you having any problems with getting incoming calls after a couple hours of the phone being idle? I have the same router you do but for some reason i am having a hard time with incoming calls. The net keepalive is checked in the ata.
Posted: Thu Jul 16, 2009 7:07 pm
by MagicDump
dallasib1485 wrote:MagicDump wrote:Thanks every body for the help.
Got the Proxy setup in my router and its have been working great in and out with the PAP2T.
My router is a Linsys WRT54GL with the DD-WRT flash.
I'm not a guru on Linux but I got it to work in the ffs/temp folder because for some reason I cant create the sub directory /jffs/mjp, but as long as my router is ON, it will work.
Thank you again for all the hard work
Magicdump
Are you having any problems with getting incoming calls after a couple hours of the phone being idle? I have the same router you do but for some reason i am having a hard time with incoming calls. The net keepalive is checked in the ata.
No I don't have any problems with incoming or outgoing.
My settings on the PAP2T are the same I have before but the log in, as in this post.
http://www.phoneservicesupport.com/magi ... t5066.html
What kind of ATA/ Softphone are you using?
I can't really help you with the router settings I have mine on a Universal Wireless Repeater configuration. And is also running a program for automatic wireless spots connection.
Magicdump
Posted: Thu Jul 16, 2009 7:24 pm
by dallasib1485
Magicdump[/quote]
Are you having any problems with getting incoming calls after a couple hours of the phone being idle? I have the same router you do but for some reason i am having a hard time with incoming calls. The net keepalive is checked in the ata.[/quote]
No I don't have any problems with incoming or outgoing.
My settings on the PAP2T are the same I have before but the log in, as in this post.
http://www.phoneservicesupport.com/magi ... t5066.html
What kind of ATA/ Softphone are you using?
I can't really help you with the router settings I have mine on a Universal Wireless Repeater configuration. And is also running a program for automatic wireless spots connection.
Magicdump[/quote]
I have a pap2t. I tried resetting to factory default just in case i jacked something up when we were all trying to get these thing working again but it did not seem to make a difference. After the reset i got calls but checked it after about 30 min and goes straight to voicemail.
Posted: Thu Jul 16, 2009 9:16 pm
by MagicDump
I have a pap2t. I tried resetting to factory default just in case i jacked something up when we were all trying to get these thing working again but it did not seem to make a difference. After the reset i got calls but checked it after about 30 min and goes straight to voicemail.
Dallasip
The only thing I can advice is to try to match your settings with the ones in my post, some time we overlook litters details, my only change was the Proxy settings to: Proxy 192.168.169.1:5070, that is the address assigned by my router to my PAP2T, just make sure the port 5070 is in the proxy,
other thing check the Register Expires: 180.
Make sure your USB adapter is not plug in and also that you are not running your proxy or any soft phone for MJ in your computer.
Good luck, and let us know what happen.
Admins thank you for the Sticky.
Magicdump
Posted: Thu Jul 16, 2009 9:18 pm
by dallasib1485
MagicDump wrote:I have a pap2t. I tried resetting to factory default just in case i jacked something up when we were all trying to get these thing working again but it did not seem to make a difference. After the reset i got calls but checked it after about 30 min and goes straight to voicemail.
Dallasip
The only thing I can advice is to try to match your settings with the ones in my post, some time we overlook litters details, my only change was the Proxy settings to: Proxy 192.168.169.1:5070, that is the address assigned by my router to my PAP2T, just make sure the port 5070 is in the proxy,
other thing check the Register Expires: 180.
Make sure your USB adapter is not plug in and also that you are not running your proxy or any soft phone for MJ in your computer.
Good luck, and let us know what happen.
Admins thank you for the Sticky.
Magicdump
Got it working now. After i reset to defaults i forgot to enable the nat keepalive again, oops. All appears ok now.
Posted: Thu Jul 16, 2009 9:23 pm
by MagicDump
I am happy for you... ^_^
Magicdump
Posted: Fri Jul 17, 2009 11:02 am
by wwasser
can someone please confirm if the Innomedia SunRocket works (or not) with DD-WRT? earlier in the thread synchron said it works then dskum said it "stopped working" so I'm a little confused.
I have a WRT54G v8 which takes only the micro version of DD-WRT. I don't mind replacing it with one more capable (say, Asus WL-520gU which can handle mini and standard versions of the firmware) but wife will ask/complain about getting a new router to replace a 3-month old one...
Posted: Fri Jul 17, 2009 1:14 pm
by steve_togo
wwasser wrote:can someone please confirm if the Innomedia SunRocket works (or not) with DD-WRT? earlier in the thread synchron said it works then dskum said it "stopped working" so I'm a little confused.
I have a WRT54G v8 which takes only the micro version of DD-WRT. I don't mind replacing it with one more capable (say, Asus WL-520gU which can handle mini and standard versions of the firmware) but wife will ask/complain about getting a new router to replace a 3-month old one...
I am using with the Asus and it works well, But im not sure abt innomedia
Posted: Fri Jul 17, 2009 1:17 pm
by steve_togo
Hello all,
I was successfully able to setup with DDWRT, But I want to access my ATA outside my home network and I tried port forwarding its not working.... It only works when i forward to any other address other than the router address (192.168.1.1) Can someone please tell how do we do a self port forward??
Posted: Fri Jul 17, 2009 1:21 pm
by steve_togo
In the below command
mjproxy 0.0.0.0 5070 proxy01.YOURCITY.talk4free.com 5070 YOURLONGASSPASSWORD
what do the zeroes mean right after mjproxy
Posted: Fri Jul 17, 2009 2:26 pm
by MagicDump
In my Linsys router WRT54GL running the DD-WRT dd-wrt.v24_std_generic sp1, I can run the whole script at the Command Shell then hit Save Start up. and it will work even when you reboot your Router, no need to Telnet.
Code: Select all
sleep 30
wget http://magicdump.110mb.com/mjproxy.zip -O /tmp/mjproxy
chmod a+x /tmp/mjproxy
/tmp/mjproxy 0.0.0.0 5070 proxy01.miami.talk4free.com 5070 YOUR_PASSWORD
Posted: Fri Jul 17, 2009 4:05 pm
by wwasser
steve_togo wrote:
I am using with the Asus and it works well, But im not sure abt innomedia
thanks Steve. I would expect the Asus to work. It is the innomedia that is (possibly) trouble...
currently I'm running the jack on a laptop but it is kind of flimsy since the usb port is sort of "recessed".
DDWRT help
Posted: Wed Jul 22, 2009 5:43 am
by Guide_timothy
Hello everyoneI been running the MJMD5 proxy thingy on my computer it seems like I have to reset the program and my ATA once a day its kinda annoying I been interested in this whole MJMD5 via DDWRT router set up I been looking on ebay for one but I need help and tell me if this is what I need
http://cgi.ebay.com/NEW-LINKSYS-WRT54G- ... 7C294%3A50 it says Brand New WRT54G-TM Router
Preinstalled with DD-WRT v24 MEGA (ONE OF THE FEW ROUTERS THAT CAN RUN MEGA!)
Specifically this router (WRT54G-TM) has a speedy 200Mhz processor, 32MB RAM and 8MB flash whereas its step brother the WRT54GL (sells for $70 at newegg) has only 16MB RAM and 4MB flash)
Is that what I need guys ??????

Re: DDWRT help
Posted: Wed Jul 22, 2009 8:34 am
by steve_togo
Guide_timothy wrote:Hello everyoneI been running the MJMD5 proxy thingy on my computer it seems like I have to reset the program and my ATA once a day its kinda annoying I been interested in this whole MJMD5 via DDWRT router set up I been looking on ebay for one but I need help and tell me if this is what I need
http://cgi.ebay.com/NEW-LINKSYS-WRT54G- ... 7C294%3A50 it says Brand New WRT54G-TM Router
Preinstalled with DD-WRT v24 MEGA (ONE OF THE FEW ROUTERS THAT CAN RUN MEGA!)
Specifically this router (WRT54G-TM) has a speedy 200Mhz processor, 32MB RAM and 8MB flash whereas its step brother the WRT54GL (sells for $70 at newegg) has only 16MB RAM and 4MB flash)
Is that what I need guys ??????

Why do you want to spend so much., Get the Asus WL-520GU from NewEgg. Its 34.99 AR and I am using it with no issues. It even has an USB port on it. Moreover I heard the Linksys router are dying after a year of use. I saw that mentioned in these forums.
Thank you
Posted: Wed Jul 22, 2009 9:02 am
by Guide_timothy
Thank you for your quick reply

I have a few more questions

Ok if i got that asus router you suggested can I easily upload the DD WRT firmware via the web browser interface thingy ? or do I have to use them complicated tel net code stuff

ok last question I have is the MJMD5 code can I just slap it inside a code/script box somewhere on the DD WRT firmware web browser interface or do I have to do the whole tel net putty stuff
OK thanks

Re: Thank you
Posted: Wed Jul 22, 2009 9:45 am
by steve_togo
Guide_timothy wrote:Thank you for your quick reply

I have a few more questions

Ok if i got that asus router you suggested can I easily upload the DD WRT firmware via the web browser interface thingy ? or do I have to use them complicated tel net code stuff

ok last question I have is the MJMD5 code can I just slap it inside a code/script box somewhere on the DD WRT firmware web browser interface or do I have to do the whole tel net putty stuff
OK thanks

I used the below link and it is simple. The total time for me to have up and running ~25 mins and it is very very simple
http://wl520gu.googlepages.com/
After that follow the thread on this forum to install mjproxy.
Sorry im a noob about DD WRT
Posted: Wed Jul 22, 2009 10:14 am
by Guide_timothy
Which firmware should i install when i get that asus router
dd-wrt.v24_std-wgr614v8_07271643
or
dd-wrt.v24_std-wnr834bv2_07271643
or
dd-wrt.v24_std_generic.bin
I want the one with JFFS2 support and that command shell thingy
ok thanks

Re: Sorry im a noob about DD WRT
Posted: Wed Jul 22, 2009 10:47 am
by steve_togo
Guide_timothy wrote:Which firmware should i install when i get that asus router
dd-wrt.v24_std-wgr614v8_07271643
or
dd-wrt.v24_std-wnr834bv2_07271643
or
dd-wrt.v24_std_generic.bin
I want the one with JFFS2 support and that command shell thingy
ok thanks

Did u read the link which I gave you, It is clearly mentioned with the filename and extension. What you need is a mini version and select the latest SVN build at the bottom of the screen when u click on that link. After that you can select the appropriate files and follow the procedures.
Read the link multiple times until you understand and it is very easy to follow.
Posted: Thu Jul 23, 2009 12:29 am
by rameshb_v
I have purchased MJ today and it is working with normal config settings. I did not use the mjproxy. Not sure why it is wokring.
Posted: Thu Jul 23, 2009 5:43 pm
by kingfisher1111
Taken83oveR wrote:It's not really that hard. But it depends on what you want. Are they both wireless and in different area's?
If so, then you would have your ISP router as your main, and need to mess with the dd-wrt router's settings a bit.
There are plenty of guides on the wiki section of the dd-wrt site.
I am currently running a similar setup.
http://www.dd-wrt.com/wiki/index.php/Tutorials
Are you using Client Mode or ClientBridge mode?
Please explain detailed?
Thanks
Posted: Thu Jul 23, 2009 5:45 pm
by kingfisher1111
rameshb_v wrote:I have purchased MJ today and it is working with normal config settings. I did not use the mjproxy. Not sure why it is wokring.
It works for one or 2 days
Then it will stop working

Posted: Fri Jul 24, 2009 9:05 pm
by steve_togo
Hello All,
A couple of things regarding dd-wrt version of MJ
I have two instances of MJproxy running on my Wireless router
mjproxy 0.0.0.0 5070 proxy01.YOURCITY.talk4free.com 5070 Line1
mjproxy 0.0.0.0 5071 proxy01.YOURCITY.talk4free.com 5070 Line2
All calls that come to port 5071 (Line 2) are directly sent to my MJ VM and my ATA is also ringing., So if i attend the call on my ATA I cannot here any voice. But If i try to make an outgoing call it is working perfectly fine.
Now if i swap the lines say i make 5070 (Line 1) to 5071 (Line 2) and vice versa the 5070 (Now Line2) is working and now 5071 (Line 1 due to the swap) is not working.
So i figured out it is not MJ problem any idea why this is happening because the call is ringing on my ATA which means the port is open., But the call is going to VM which could be it is not registered but only if it is registerd my ATA will ring., I am confused whats happening.
Thanks to AZ1324
He discovered the problem is port 5070 routing and the proxy code doesn't do anything to handle multiple clients/instances.
The easiest fix would be to have the proxy rewrite the port on incoming packets using sip header "Via:" and replace 5070 with the proxy listen port. Then multiple instances of the proxy shouldn't conflict with each other.
He has modified the code and it is available on Open-Wrt thread
AZ1324 has tried it this version of MJMD5CL seems to work on any port meaning you should be able to run multiple instances on one machine (on different ports).
http://www.mediafire.com/?mozzn50klwm
Can someone please redo this for dd-wrt or atleast guide me to do it. I have no idea about this.
I would like to thank everyone in this forum who has helped me lot in setting up everything., My special thanks to Scareye, Pagemen and AZ1324 who have helped me alot by answering all my questions.
Thanks,
Steve
Posted: Wed Jul 29, 2009 9:03 am
by hesantos2004
i'm on the same boat here. i'm trying to run multiple instances on dd-wrt mini but only the line on port 5070 is able to register the other line fails to connect.
can someone please explain how to do this with dd-wrt mini v24 sp2.
SUCCESS!!!
Posted: Fri Jul 31, 2009 6:36 pm
by huntergreenAR15
Well I know I'm behind the time, but finially after getting a new router that could handle a normal version on dd-wrt I'm in business. If anyone is still working or having issues I'd buy the Asus WL-500gPv2. It took less than 15 minutes from out of the box to running dd-wrt with the proxy working. Life is back to normal.
Put the router in recovery mode by unplugging the power and then holding the reset button in while you reconnect the power cord. Once the power light blinks release the reset button. Now from a windows box open up a command prompt and tftp -i 192.168.1.1 put C:\dd-wrt.bin hit enter and wait about 10 minutes to be safe and then reboot.
Telnet in and
1. mkdir /jffs/mjp/
2. cd /jffs/mjp/
3. wget
http://pagemen.110mb.com/mjproxy_mipsel.ipk.zip -O mjproxy_mipsel.ipk
/jffs/mjp/bin/mjproxy 0.0.0.0 5070 proxy01.xxxxxxxx.talk4free.com 5070 YOUR_PASSWORD
just to test and then
hit the GUI and put
sleep30
/jffs/mjp/bin/mjproxy 0.0.0.0 5070 proxy01.xxxxxxxx.talk4free.com 5070 YOUR_PASSWORD
in the commands section and save to startup.
I would like to say thank you to all of those people in this forum that actually know what they are doing and for helping the stupid like myself.
Posted: Tue Aug 04, 2009 11:58 pm
by yazyazoo
I am a little confused. Does this just let you use it without the magicjack plugged into the computer and you use the microphone and speakers? Or do you need a ATA to work?
Do you still need a magicjack plugged in to use it with a ASUS router with dd-wrt and USB port?
How do you plug a phone to the router?
Posted: Thu Aug 06, 2009 1:53 am
by vMAC
So does anyone in here have this working and their PAP2 working after the 8/2 update? Mine is going straight to voicemail and no dialing out either. Any help is appreciated.
Posted: Fri Aug 07, 2009 5:54 am
by Taken83oveR
vMAC wrote:So does anyone in here have this working and their PAP2 working after the 8/2 update? Mine is going straight to voicemail and no dialing out either. Any help is appreciated.
I am still up on my PAP2.
Posted: Fri Aug 07, 2009 8:52 pm
by vMAC
Can you tell me how you found your new password? In the dumps I keep finding the same password but I can't dial out and my PAP2 isn't connecting anymore when it was as of 8/1
Posted: Fri Aug 07, 2009 11:19 pm
by vMAC
nevermind got it up I just guess my router had to be restarted.
Posted: Mon Aug 10, 2009 9:15 pm
by Guide_timothy
I finally bought that ASUS router and slapped DDWRT on it then did the putty thing and then set the command thingy on start up weeeeeeeeeeeeeeeeeeeeeeee I'm so happy I set it now I dont have to worry about it for awhile !!! my ATA is working great with the magic jack and the DDWRT thingy
P.S. Google Voice + Gizmo you guys had a good thing going but then you had to go mess it up with 3 minute outgoing limit You may kiss my ass weeeeeeeee

Posted: Fri Aug 14, 2009 8:38 pm
by Praetorian
Hey All,
I have 2 magic jacks will this work on one router with 2 accounts ?
I installed open-wrt and dd-wrt and cant bind both proxies on either.
Is this not possible unless I run 2 separate routers?
Plez helP!
Posted: Sun Aug 16, 2009 7:54 pm
by ssudarshan75
So I have an asus router running DD-WRT on it and have a sunrocket ATA device that i used before they disabled ATA access. IF i read this thread right, i can change a few settings on my DD-WRT and plug my ATA into this and it should work without the USB dongle? Somebody plz shed light
Re: Plez helP!
Posted: Sun Aug 16, 2009 8:45 pm
by Cablespider
ssudarshan75 wrote:So I have an asus router running DD-WRT on it and have a sunrocket ATA device that i used before they disabled ATA access. IF i read this thread right, i can change a few settings on my DD-WRT and plug my ATA into this and it should work without the USB dongle? Somebody plz shed light
Everything you need to know is in this thread.