[Bristuff-users] what's in bristuff?

Tzafrir Cohen tzafrir.cohen at xorcom.com
Sun Aug 3 22:10:24 CEST 2008


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:tzafrir.cohen at xorcom.com
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir


More information about the Bristuff-users mailing list