[asterisk-commits] file: trunk r40395 -
/trunk/contrib/scripts/autosupport
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Aug 18 12:22:33 MST 2006
Author: file
Date: Fri Aug 18 14:22:33 2006
New Revision: 40395
URL: http://svn.digium.com/view/asterisk?rev=40395&view=rev
Log:
Make a zttest of 20 seconds part of the autosupport script (issue #7752 reported by kshumard)
Modified:
trunk/contrib/scripts/autosupport
Modified: trunk/contrib/scripts/autosupport
URL: http://svn.digium.com/view/asterisk/trunk/contrib/scripts/autosupport?rev=40395&r1=40394&r2=40395&view=diff
==============================================================================
--- trunk/contrib/scripts/autosupport (original)
+++ trunk/contrib/scripts/autosupport Fri Aug 18 14:22:33 2006
@@ -22,6 +22,7 @@
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 @@
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
More information about the asterisk-commits
mailing list