diff --git a/res/res_features.c b/res/res_features.c index f9e1cdbffa..f67919c0d0 100644 --- a/res/res_features.c +++ b/res/res_features.c @@ -2209,7 +2209,7 @@ static int action_bridge(struct mansession *s, const struct message *m) return 1; } - if (!(tmpchana = ast_channel_alloc(0, AST_STATE_DOWN, NULL, NULL, NULL, + if (!(tmpchanb = ast_channel_alloc(0, AST_STATE_DOWN, NULL, NULL, NULL, NULL, NULL, 0, "Bridge/%s", chanb->name))) { astman_send_error(s, m, "Unable to create temporary channels!"); ast_channel_free(tmpchana);