]> 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 Ramírez Norambuena <a@rodrigoramirez.com>
Mon, 3 Sep 2018 14:27:07 +0000 (11:27 -0300)
Change-Id: I08f88adb09f7e5813f37e70fecd787468cdb32c8

apps/app_dial.c

index 3d16fb6a1118ccd714e61634caa3b08ded8c5ee2..6c6547d180ab054ae269a98a361e716286ccdf67 100644 (file)
@@ -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));