summaryrefslogtreecommitdiff
path: root/main/framehook.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-05-19 01:10:23 +0000
committerMatthew Jordan <mjordan@digium.com>2014-05-19 01:10:23 +0000
commit42a1dee02d124635d570d834dd8ba32b99612964 (patch)
treea1ba581ccac58a7257063c480b64686dca2c66be /main/framehook.c
parent17ff4d92823264e0db1902747d0b1ffcf5a7c26e (diff)
Undo r414123
The Test Suite caught a few problems, undoing until those are resolved git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@414138 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/framehook.c')
-rw-r--r--main/framehook.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/framehook.c b/main/framehook.c
index 84719ef49..de8c612aa 100644
--- a/main/framehook.c
+++ b/main/framehook.c
@@ -189,10 +189,6 @@ int ast_framehook_detach(struct ast_channel *chan, int id)
}
AST_LIST_TRAVERSE_SAFE_END;
- if (ast_channel_is_bridged(chan)) {
- ast_softhangup_nolock(chan, AST_SOFTHANGUP_UNBRIDGE);
- }
-
return res;
}