aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-14 20:58:26 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-14 20:58:26 +0000
commitf023d1485e8c0a7edd4c4e0ebcd30ea75528d6e3 (patch)
tree3266162f93167c4a7bc2ca34fbfce41f3ba503ca /contrib
parent8f9c27db478a2317b2738e7f69fdcc2d69222e04 (diff)
Merged revisions 168614 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r168614 | seanbright | 2009-01-14 15:52:00 -0500 (Wed, 14 Jan 2009) | 9 lines Update autosupport script to supply info for both Zaptel and DAHDI in 1.4 and be sure to run dahdi_test in 1.6.x and trunk instead of zttest. (closes issue #14132) Reported by: dsedivec Patches: asterisk-1.4-autosupport.patch uploaded by dsedivec (license 638) asterisk-trunk-autosupport.patch uploaded by dsedivec (license 638) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@168615 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib')
-rw-r--r--contrib/scripts/autosupport13
1 files changed, 5 insertions, 8 deletions
diff --git a/contrib/scripts/autosupport b/contrib/scripts/autosupport
index e08b4a132..f4018dfb8 100644
--- a/contrib/scripts/autosupport
+++ b/contrib/scripts/autosupport
@@ -67,7 +67,7 @@ if [ "$ans" = "y" ]; then
uname -a >> $OUTPUT;
echo >> $OUTPUT;
echo >> $OUTPUT;
-
+
echo "------------------" >> $OUTPUT;
echo "CPU INFO" >> $OUTPUT;
echo "------------------" >> $OUTPUT;
@@ -106,7 +106,7 @@ if [ "$ans" = "y" ]; then
modinfo /lib/modules/$(uname -r)/dahdi/*.ko >> $OUTPUT;
echo >> $OUTPUT;
echo >> $OUTPUT;
-
+
echo "------------------" >> $OUTPUT;
echo "OTHER INFO" >> $OUTPUT;
echo "------------------" >> $OUTPUT;
@@ -129,9 +129,9 @@ if [ "$ans" = "y" ]; then
echo >> $OUTPUT;
echo "------------------" >> $OUTPUT;
- echo "ZTTEST" >> $OUTPUT;
+ echo "DAHDI_TEST" >> $OUTPUT;
echo "------------------" >> $OUTPUT;
- zttest -c 20 >> $OUTPUT;
+ dahdi_test -c 20 >> $OUTPUT;
echo >> $OUTPUT;
echo >> $OUTPUT;
@@ -212,7 +212,7 @@ if [ "$login" = "y" ]; then
echo "Additional login info: "$adinfo >> $OUTPUT
clear
- echo
+ echo
echo "All information has been stored in $OUTPUT,"
echo "Please attach this file to an email case you already"
echo "have open with Digium Tech Support."
@@ -225,6 +225,3 @@ else
echo "have open with Digium Tech Support."
exit
fi
-
-
-