dect
/
asterisk
Archived
13
0
Fork 0

updates from angler

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5169 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2005-03-11 17:13:04 +00:00
parent 753778b962
commit 3ad9cdea1e
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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;