From 5dc4b018a4014d2237b87da8c1773a0fa0e8136f Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Fri, 11 Mar 2005 17:13:04 +0000
Subject: [PATCH] updates from angler

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5169 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 channels/chan_zap.c         | 2 +-
 contrib/scripts/autosupport | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index c421fec700..2df1590f9b 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -2876,7 +2876,7 @@ static int zt_bridge(struct ast_channel *c0, struct ast_channel *c1, int flags,
 #ifdef PRI_2BCT
 		q931c0 = p0->call;
 		q931c1 = p1->call;
-		if (p0->tranfer && p1->transfer 
+		if (p0->transfer && p1->transfer 
 				&& q931c0 && q931c1 
 				&& !triedtopribridge) {
 
diff --git a/contrib/scripts/autosupport b/contrib/scripts/autosupport
index 5cf932dd0d..fa3b596889 100755
--- a/contrib/scripts/autosupport
+++ b/contrib/scripts/autosupport
@@ -32,7 +32,7 @@ if [ "$ans" = "y" ]; then
   echo "------------------" >> $OUTPUT;
   echo "PCI LIST " >> $OUTPUT;
   echo "------------------" >> $OUTPUT;
-  lspci -v >> $OUTPUT;
+  lspci -vb >> $OUTPUT;
   echo >> $OUTPUT;
   echo >> $OUTPUT;
 
-- 
GitLab