VOIP Tool Kit
Windows Based Tools
Serva - Utility to provide Web (HTTP), File Transfer (FTP, TFTP), and Domain (DHCP, DNS, NTP, SYSLOG) severs for windows that doesn't require any install and minimal setup. Includes applications for both 32 bit and 64 bit Windows.
http://www.vercot.com/~serva/download.html
TeraTerm - An extensible SSH utility. Used to access the command line of the UCx, it also has SCP built in so that you can access the command line and transfer files in a single session.
http://en.sourceforge.jp/projects/ttssh2/downloads/61906/teraterm-4.84.zip
Wireshark - The ultimate network sniffer. Used to view network packets, SIP calls, UNISTIM calls and even allows you to listen to rtp streams (VOIP Calls).
https://www.wireshark.org/download.html
putty - SSH Utility for command Line Access
http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
winscp - Secure Copy utility (SCP) used to transfer files to and from the UCx
http://winscp.net/download/winscp555setup.exe
audacity - Audio (Sound) utility used for editing and converting sound files used as prompts
http://audacity.sourceforge.net/download/windows
wifi guard - Network scanner, although it is named wifi it will work on wired networks as well as wifi networks.
http://www.softperfect.com/products/wifiguard/
winrar - file compression and decompression utility (zip, tgz, rar etc)
http://www.win-rar.com/download.html?&L=0
Linux Based Tools
These Linux tools are available on the UCx server and accessible from the command line using the gui admin login and password credentials. All commands are lower case and linux is a case sensitive operating system. (i.e. grep and Grep are not the same command)
ll - list the contents of a directory (same as ls -l)
cd - change directory cd /var/log/asterisk will change the working directory to /var/log/asterisk
cat - Display the contents of a file cat /var/log/asterisk/full will display the entire file
grep - search a file for a matching pattern of characters. grep stamp /var/log/asterisk/full will search the full file for the word stamp and display that line from the file
more - display one page at a time
| - (vertical separator character) this character will allow you to redirect the output of one command to the input of another command. for example, you want to view the full file one page at a time cat /var/log/asterisk/full | more this command will read the full file and then redirect that output to the input of the more command which will display one screen of information at a time.
man - This is the linux help system. just type man and any command such as man grep. This will display the help screens for the grep command in a nicely formatted paged window
Internet Based Tools
These tools are available only if you have a connection to the Public Internet.
google search engine - keywords to use: asterisk, freePBX, elastix, sip, dahdi (one or any combination depending on your query)
IP Subnet Calculator - allows you to calculate what a subnet mask should be and to see how many host and what their ip addresses are based on an particular subnet mask.
http://www.subnet-calculator.com/
Ip address lookup
http://www.geobytes.com/iplocator/
MAC Address vendor Lookup
http://www.macvendorlookup.com