From 8879a62c1cf4789fd127d71f232830ab1fc2b321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Mon, 3 Sep 2018 11:27:07 -0300 Subject: [PATCH] app_dial: set the comment for OPT_ARG_ANNOUNCE to really what is done Change-Id: I08f88adb09f7e5813f37e70fecd787468cdb32c8 --- apps/app_dial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_dial.c b/apps/app_dial.c index 3d16fb6a11..6c6547d180 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -2852,7 +2852,7 @@ static int dial_exec_full(struct ast_channel *chan, const char *data, struct ast chans[0] = chan; chans[1] = peer; - /* we need to stream the announcement while monitoring the caller for a hangup */ + /* we need to stream the announcement to the called party when the OPT_ARG_ANNOUNCE (-A) is setted */ /* stream the file */ res = ast_streamfile(peer, opt_args[OPT_ARG_ANNOUNCE], ast_channel_language(peer));