aboutsummaryrefslogtreecommitdiffstats
path: root/main/features.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-21 19:06:08 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-21 19:06:08 +0000
commitc4d689b064d1144e31dc52792c250af7913c51de (patch)
tree9b9e7dff196ae746e5879bc5607b2b1c3bb9dee3 /main/features.c
parent2b5c18bf4985e399f9263e82e0c02e8b2b207086 (diff)
Pass connected line updates along during a bridge.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@195992 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/features.c')
-rw-r--r--main/features.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/features.c b/main/features.c
index 20ffb0c17..5315140ba 100644
--- a/main/features.c
+++ b/main/features.c
@@ -2714,6 +2714,7 @@ int ast_bridge_call(struct ast_channel *chan,struct ast_channel *peer,struct ast
break;
case AST_CONTROL_HOLD:
case AST_CONTROL_UNHOLD:
+ case AST_CONTROL_CONNECTED_LINE:
ast_indicate_data(other, f->subclass, f->data.ptr, f->datalen);
break;
case AST_CONTROL_OPTION: