Skip to content

Instantly share code, notes, and snippets.

View goodboy's full-sized avatar
🥱
seriously, don't be serious..

goodboy

🥱
seriously, don't be serious..
View GitHub Profile
@goodboy
goodboy / keybase.md
Last active February 16, 2020 18:52

Keybase proof

I hereby claim:

  • I am goodboy on github.
  • I am jgbt (https://keybase.io/jgbt) on keybase.
  • I have a public key ASBxkd1QXQf7U6PpWgLOQsJrl36jMRhdT9jxcLiiOJ-lxwo

To claim this, I am signing this object:

@goodboy
goodboy / build.sls
Created August 17, 2016 16:14 — forked from avimar/build.sls
FreeSWITCH Salt install file
freeswitch-build:
pkg:
- installed
- names:
- build-essential
- curl
- wget
- autoconf
- automake
- libtool
@goodboy
goodboy / wanrec.sh
Created September 24, 2012 21:26
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)