--- ./channel.c.orig	2004-03-10 14:17:34.000000000 -0600
+++ ./channel.c	2004-03-10 14:17:51.000000000 -0600
@@ -2262,6 +2262,7 @@
 				/* Looks like they share a bridge code */
 			if (option_verbose > 2) 
 				ast_verbose(VERBOSE_PREFIX_3 "Attempting native bridge of %s and %s\n", c0->name, c1->name);
+/*
 			if (!(res = c0->pvt->bridge(c0, c1, flags, fo, rc))) {
 				c0->bridge = NULL;
 				c1->bridge = NULL;
@@ -2272,6 +2273,8 @@
 				ast_log(LOG_DEBUG, "Returning from native bridge, channels: %s, %s\n",c0->name ,c1->name);
 				return 0;
 			}
+*/
+			res=-2;
 			/* If they return non-zero then continue on normally.  Let "-2" mean don't worry about
 			   my not wanting to bridge */
 			if ((res != -2) && (res != -3))
