mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
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: https://origsvn.digium.com/svn/asterisk/trunk@168615 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -129,9 +129,9 @@ if [ "$ans" = "y" ]; then
|
|||||||
echo >> $OUTPUT;
|
echo >> $OUTPUT;
|
||||||
|
|
||||||
echo "------------------" >> $OUTPUT;
|
echo "------------------" >> $OUTPUT;
|
||||||
echo "ZTTEST" >> $OUTPUT;
|
echo "DAHDI_TEST" >> $OUTPUT;
|
||||||
echo "------------------" >> $OUTPUT;
|
echo "------------------" >> $OUTPUT;
|
||||||
zttest -c 20 >> $OUTPUT;
|
dahdi_test -c 20 >> $OUTPUT;
|
||||||
echo >> $OUTPUT;
|
echo >> $OUTPUT;
|
||||||
echo >> $OUTPUT;
|
echo >> $OUTPUT;
|
||||||
|
|
||||||
@@ -225,6 +225,3 @@ else
|
|||||||
echo "have open with Digium Tech Support."
|
echo "have open with Digium Tech Support."
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user