Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv13431

Modified Files:
        channel.c 
Log Message:
temporarily revert aggressive native bridge attempts


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -d -r1.231 -r1.232
--- channel.c   9 Aug 2005 01:59:59 -0000       1.231
+++ channel.c   16 Aug 2005 20:37:27 -0000      1.232
@@ -3172,7 +3172,8 @@
                        
                        switch (res) {
                        case AST_BRIDGE_RETRY:
-                               continue;
+/*                             continue; */
+                               break;
                        default:
                                ast_log(LOG_WARNING, "Private bridge between %s 
and %s failed\n", c0->name, c1->name);
                                /* fallthrough */

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to