
A happy user..

Not 100% sure with the pap2T but the SPA3102 also doesn't have a "backup" persay, however if you switch to admin mode, and then switch to advanced mode, and then into the voice section. SAVE the page as an html file from IE or firefox, and you've saved your config. All you need to do is modify the actual <form> tags in the html to post to your router's IP. Eg.TSellers wrote:Just so other users of the PAP2T don't get too alarmed, I too was getting a lot of dropped calls before the FPL upgrades, and so far everything seems fine. While there may indeed be better ATA's out there, it's probably not entirely accurate to subjectively blame all the previous problems on a particular model of ATA. FPL's hard work to improve the system seems to have had the greatest contribution toward improving the service.
PS: With these Grandstream units, can you backup and then restore your configuration settings like you can on most routers? Being unable to do that with the PAP2T has been one of my biggest peeves with that unit.
Code: Select all
<form action="asipura.spa" method="POST">
Code: Select all
<form action="http://192.168.1.2/admin/advanced/asipura.spa" method="POST">
WelcomeTSellers wrote:Thanks for that, that's a great tip to have in your back pocket.
So would you save each page you've modified in succession? EG: start at system and work your way through to User2?
Then when you want to restore that saved page you open it up (in Dreamweaver or editor of your choice), and change <form action="linksys.pap" method="POST">
to: <form action="http://192.168.1.X/admin/advanced/linksys.pap" method="POST">
You then open the page in IE or Firefox, etc., and then execute the form and that loads it into the ATA?
Do you need to be logged into the ATA at the time?
Would the 'admin/advanced' part of the path apply to the PAP2T as well? Edit: (Ooops, I just looked at the URL, of course it does, I can see the path duh...)
Also there are various 'save' options. '.mht', webpage complete, and webpage html only, they have me scratching my head over which one to choose.