Submitted by 073864 on Wed, 06/25/2008 - 10:14.
I am trying to create an adapter for a Cisco IP Phone 7941G, which doesn't accept telnet connections. So I was wondering if there was a way I could use port 80 in the adapter tool to grap the config file from it?
There sure is. Look at the
There sure is. Look at the Linksys adapter in your adapters/ziptie.adapters.cisco.linksys folder. This adapter uses the ZipTie::HTTP module to get a config. I believe it triggers a TFTP via HTTP.
Some doc links for you.
* general adapter writing: www.ziptie.org/zde
* ZipTie::HTTP pod: http://dev.ziptie.org/docs/perldoc/ZipTie/HTTP.htm
When you're through with the adapter you might want to share it on www.zipforge.org.
Thanks,
Ryan