projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df4dce6
)
Pass connected line updates along during a bridge.
author
Mark Michelson
<mmichelson@digium.com>
Thu, 21 May 2009 19:06:08 +0000
(19:06 +0000)
committer
Mark Michelson
<mmichelson@digium.com>
Thu, 21 May 2009 19:06:08 +0000
(19:06 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@195992
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/features.c
patch
|
blob
|
history
diff --git
a/main/features.c
b/main/features.c
index
20ffb0c
..
5315140
100644
(file)
--- 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: