aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-18 19:22:33 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-18 19:22:33 +0000
commit83f628caebdd3a4f4379aa3075b4a030f30d4bca (patch)
tree3040f96116b44640b6429ce6f05528717aeeb5ea /contrib
parent52a753dc2086c443417fc9268c05b5c01d629048 (diff)
Make a zttest of 20 seconds part of the autosupport script (issue #7752 reported by kshumard)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40395 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib')
-rw-r--r--contrib/scripts/autosupport8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/scripts/autosupport b/contrib/scripts/autosupport
index e13d839dc..557ca6ce2 100644
--- a/contrib/scripts/autosupport
+++ b/contrib/scripts/autosupport
@@ -22,6 +22,7 @@ fi
echo
echo "This will gather information about your system such as:"
echo "pci listing, dmesg, running processes, and kernel version"
+echo "This may take up to half a minute to run. Please be patient."
echo "To continue press 'y', to quit press any other key"
read ans
@@ -100,6 +101,13 @@ if [ "$ans" = "y" ]; then
echo >> $OUTPUT;
echo >> $OUTPUT;
+ echo "------------------" >> $OUTPUT;
+ echo "ZTTEST" >> $OUTPUT;
+ echo "------------------" >> $OUTPUT;
+ /usr/src/zaptel/zttest -c 20 >> $OUTPUT;
+ echo >> $OUTPUT;
+ echo >> $OUTPUT;
+
else
echo "terminated";
exit