I have a PAP2T-NA with firmware version 3.1.16(LS) that was locked from VE.
I followed most of what this post says:
http://www.venturevoip.com/news.php?rssid=949
I set up a Linux box running Fedora Core 7 that was providing DHCP, DNS, syslogd, and apache on a disconnected network. I would power on the PAP2T and watch all of the packets using "tcpdump" and added every name that it tried to look up to the local DNS server pointing to the IP address of the Linux box. This was verified by turning on DNS query logging in addition to the "tcpdump" output. My biggest time waster was that external DNS lookups were blocked by the firewall. I found this out by putting a second PC on the network and trying to do lookups to the Fedora box using "dig @<Fedora IP> a <name>". Running the command "iptables -F" flushed all of the rules and allowed the queries to come in. Running "syslogd -r" allowed it to log events like failed/successful config file loads.
Every once in a while the PAP2T-NA would try and download a file named
http://<Fedora IP>/sipura/<MAC>.cfg. I put the following lines in a file with that name:
<?xml version="1.0" encoding="ISO-8859-1"?>
<flat-profile> <!-- PAP2-NA Configuration Parameters -->
<Admin_Passwd>123456</Admin_Passwd>
</flat-profile>
After power-cycling the PAP2T again, it reported a "successful re-sync". I was then able to plug the dumb phone into port 1 and hit the "*****" "RESET#", the "123456#" password and "1" to verify that I really wanted to do a factory reset.
Voila! I had a completely unlocked device from one that I did not even know the user password, much less the admin one.
I have heard that Vonage uses encrypted files though, so the above might not work for their boxes.