file:///srv/subversion/repos/asterisk/branches/10
........
r369511 | mmichelson | 2012-06-29 15:28:10 -0500 (Fri, 29 Jun 2012) | 3 lines
Fix apparent copy and paste error where incorrect "glue" is used.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@369516
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
if (glue1->get_codec && c1->tech_pvt) {
ast_format_cap_remove_all(cap1);
ast_format_cap_remove_all(oldcap1);
- glue0->get_codec(c1, cap1);
+ glue1->get_codec(c1, cap1);
ast_format_cap_append(oldcap1, cap1);
}
/* Since UPDATE_BRIDGE_PEER is only used by the bridging code, don't forward it */