diff --git a/apps/app_dial.c b/apps/app_dial.c
index 2d15fbefc089029e890e364655809eafa373aa32..4cf11338f43ba4a32b0cdfba2ff110e0ac49fdef 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -1430,6 +1430,7 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags
 		if (ast_test_flag(outgoing, OPT_MUSICBACK)) {
 			moh = 1;
 			ast_moh_start(chan, opt_args[OPT_ARG_MUSICBACK], NULL);
+			ast_indicate(chan, AST_CONTROL_PROGRESS);
 		} else if (ast_test_flag(outgoing, OPT_RINGBACK)) {
 			ast_indicate(chan, AST_CONTROL_RINGING);
 			sentringing++;