summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-11-03 22:37:55 +0000
committerMark Spencer <markster@digium.com>2004-11-03 22:37:55 +0000
commit94994626b68c2bcd301981c3a380af114c5fa0c1 (patch)
tree9dea579a946ea9f57ed1c8505e630b133da0015c /channel.c
parent57184669175a44551fc322fd5e9425bb271b6291 (diff)
Pass through flash hook
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4158 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channel.c b/channel.c
index a4a857829..5db5ac1dd 100755
--- a/channel.c
+++ b/channel.c
@@ -2561,6 +2561,7 @@ int ast_channel_bridge(struct ast_channel *c0, struct ast_channel *c1, struct as
flags = (config->allowdisconnect_out||config->allowredirect_out ? AST_BRIDGE_DTMF_CHANNEL_0 : 0) + (config->allowdisconnect_in||config->allowredirect_in ? AST_BRIDGE_DTMF_CHANNEL_1 : 0);
+ *fo = NULL;
firstpass = config->firstpass;
config->firstpass = 0;