Skip to content

Instantly share code, notes, and snippets.

View killdashnine's full-sized avatar

Matthias van der Vlies killdashnine

View GitHub Profile
@vodik
vodik / wanrec.sh
Created September 27, 2012 18:38 — forked from goodboy/wanrec.sh
script to record audio from sangoma cards
#!/bin/bash
# Tyler Goodlet tgoodlet@sangoma.com -- 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)