dect
/
asterisk
Archived
13
0
Fork 0

Pass connected line updates along during a bridge.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@195992 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mmichelson 2009-05-21 19:06:08 +00:00
parent 2b5c18bf49
commit c4d689b064
1 changed files with 1 additions and 0 deletions

View File

@ -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: