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:
I hereby claim:
To claim this, I am signing this object:
| freeswitch-build: | |
| pkg: | |
| - installed | |
| - names: | |
| - build-essential | |
| - curl | |
| - wget | |
| - autoconf | |
| - automake | |
| - libtool |
| #!/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) |