]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
app_dial: set the comment for OPT_ARG_ANNOUNCE to really what is done
authorRodrigo Ramírez Norambuena <a@rodrigoramirez.com>
Mon, 3 Sep 2018 14:27:07 +0000 (11:27 -0300)
committerRodrigo Ramirez Norambuena <a@rodrigoramirez.com>
Tue, 4 Sep 2018 12:51:42 +0000 (07:51 -0500)
Change-Id: I08f88adb09f7e5813f37e70fecd787468cdb32c8

apps/app_dial.c

index d78ba5389700e30f560f7ef7d3da2e7a74bd35c6..2dea5d38d355af18a0e1753d35d10a19fa28c880 100644 (file)
@@ -2848,7 +2848,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));