yate/scripts/noise.sh
paulc dabd6ab27d Added PHP library for Yate and example program using it.
Added several example shell scripts.


git-svn-id: http://yate.null.ro/svn/yate/trunk@17 acf43c95-373e-0410-b603-e72c3f656dc1
2004-07-02 10:00:26 +00:00

10 lines
318 B
Bash
Executable file

#!/bin/sh
# Bourne shell test script for the Yate external module interface
# Generates 2 seconds of white noise
# To test add a route to: external/play/noise.sh
echo "=================== noise ===================" >&2
dd if=/dev/urandom bs=320 count=100 >&4
echo "================= noise done ================" >&2