Hi

st_bridge_result ast_channel_bridge(struct ast_channel *c0, struct ast_cha
                        c1->name, c1->_bridge->name);
                return -1;
        }
+
+       if (IS_DIGITAL(c0->transfercapability) || 
IS_DIGITAL(c1->transfercapability)) {
+           config->flags = 0;
+       }

        /* Stop if we're a zombie or need a soft hangup */
        if (ast_test_flag(c0, AST_FLAG_ZOMBIE) || ast_check_hangup_locked(c0) ||


Is it legal to zero-out all flags of a channel? What flags should have 
been zeroed here? Is it just AST_BRIDGE_DTMF_CHANNEL_0 and 
AST_BRIDGE_DTMF_CHANNEL_1? What about the others?

-- 
               Tzafrir Cohen
icq#16849755              jabber:[EMAIL PROTECTED]
+972-50-7952406           mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
_______________________________________________
Bristuff-users mailing list
[email protected]
http://lists.three-dimensional.net/mailman/listinfo/bristuff-users

Reply via email to