From: Rodrigo Ramírez Norambuena Date: Mon, 3 Sep 2018 14:27:07 +0000 (-0300) Subject: app_dial: set the comment for OPT_ARG_ANNOUNCE to really what is done X-Git-Tag: 13.24.0-rc1~121^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17040d1ce364eb7e34d91c2dd0257d31fed98c57;p=thirdparty%2Fasterisk.git app_dial: set the comment for OPT_ARG_ANNOUNCE to really what is done Change-Id: I08f88adb09f7e5813f37e70fecd787468cdb32c8 --- diff --git a/apps/app_dial.c b/apps/app_dial.c index ea7ddd1877..855945b244 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -2863,7 +2863,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));