Index: res/res_features.c =================================================================== --- res/res_features.c (revision 8849) +++ res/res_features.c (working copy) @@ -1755,8 +1755,11 @@ } } } + } else { + ast_moh_stop(peer); + ast_indicate(peer, AST_CONTROL_UNHOLD); } - + res = ast_channel_make_compatible(chan, peer); if (res < 0) { ast_log(LOG_WARNING, "Could not make channels %s and %s compatible for bridge\n", chan->name, peer->name);