From 5dfa4987a0f0b65e4610b2fa26e77274036ac988 Mon Sep 17 00:00:00 2001 From: file Date: Mon, 11 Feb 2008 16:17:15 +0000 Subject: Add support for allowing a native bridge to happen when the L option is enabled. The RTP bridging could already handle this, it just needed to be enabled in the main bridging code. (issue #10647) Reported by: samdell3 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103314 f38db490-d61c-443f-a65b-d21fe96a405b --- main/channel.c | 1 - 1 file changed, 1 deletion(-) (limited to 'main') diff --git a/main/channel.c b/main/channel.c index 446c0d4fa..d6710ccc3 100644 --- a/main/channel.c +++ b/main/channel.c @@ -4238,7 +4238,6 @@ enum ast_bridge_result ast_channel_bridge(struct ast_channel *c0, struct ast_cha pbx_builtin_setvar_helper(c0, "BRIDGEPVTCALLID", c1->tech->get_pvt_uniqueid(c1)); if (c0->tech->bridge && - (config->timelimit == 0) && (c0->tech->bridge == c1->tech->bridge) && !nativefailed && !c0->monitor && !c1->monitor && !c0->audiohooks && !c1->audiohooks && -- cgit v1.2.3