Administration

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)
Command Description
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.
| This character (vertical separator) 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

https://www.geobytes.com/iplocator/

MAC Address vendor Lookup

http://www.macvendorlookup.com

 

Contents