This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Tyler Goodlet [email protected] -- initial version | |
# Dependencies: | |
# -bash 4.0 | |
# -gawk <ver?> | |
# TODO: add tcpdump tracing of SIP legs | |
# support bash 3.0 (i.e. remove coproc, associative arrays) | |
# script debug options - x for echo v for verbose: "set -<variable>" (to turn on), "set +<variable>" (to turn off) |