diff --git a/apps/app_dial.c b/apps/app_dial.c index 62838cd8e20926b4b5b72e70832bfaabe9139f49..7b50bb2db82d21e5182a459fe91663d7c8584615 100755 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -128,6 +128,8 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in, struct localu single = (outgoing && !outgoing->next && !outgoing->musiconhold && !outgoing->ringbackonly); if (single) { + /* Turn off hold music, etc */ + ast_indicate(in, -1); /* If we are calling a single channel, make them compatible for in-band tone purpose */ ast_channel_make_compatible(outgoing->chan, in); }