[asterisk-commits] seanbright: trunk r168615 - in /trunk: ./ contrib/scripts/autosupport

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 14 14:58:26 CST 2009


Author: seanbright
Date: Wed Jan 14 14:58:26 2009
New Revision: 168615

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=168615
Log:
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)
........

Modified:
    trunk/   (props changed)
    trunk/contrib/scripts/autosupport

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/contrib/scripts/autosupport
URL: http://svn.digium.com/svn-view/asterisk/trunk/contrib/scripts/autosupport?view=diff&rev=168615&r1=168614&r2=168615
==============================================================================
--- trunk/contrib/scripts/autosupport (original)
+++ trunk/contrib/scripts/autosupport Wed Jan 14 14:58:26 2009
@@ -67,7 +67,7 @@
   uname -a >> $OUTPUT;
   echo >> $OUTPUT;
   echo >> $OUTPUT;
-  
+
   echo "------------------" >> $OUTPUT;
   echo "CPU INFO" >> $OUTPUT;
   echo "------------------" >> $OUTPUT;
@@ -106,7 +106,7 @@
   modinfo /lib/modules/$(uname -r)/dahdi/*.ko >> $OUTPUT;
   echo >> $OUTPUT;
   echo >> $OUTPUT;
-  
+
   echo "------------------" >> $OUTPUT;
   echo "OTHER INFO" >> $OUTPUT;
   echo "------------------" >> $OUTPUT;
@@ -129,9 +129,9 @@
   echo >> $OUTPUT;
 
   echo "------------------" >> $OUTPUT;
-  echo "ZTTEST" >> $OUTPUT;
-  echo "------------------" >> $OUTPUT;
-  zttest -c 20 >> $OUTPUT;
+  echo "DAHDI_TEST" >> $OUTPUT;
+  echo "------------------" >> $OUTPUT;
+  dahdi_test -c 20 >> $OUTPUT;
   echo >> $OUTPUT;
   echo >> $OUTPUT;
 
@@ -212,7 +212,7 @@
   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 @@
   echo "have open with Digium Tech Support."
 exit
 fi
-
-
- 




More information about the asterisk-commits mailing list