app_dial: set the comment for OPT_ARG_ANNOUNCE to really what is done

Change-Id: I08f88adb09f7e5813f37e70fecd787468cdb32c8
changes/41/10041/1
Rodrigo Ramírez Norambuena 8 years ago committed by Rodrigo Ramirez Norambuena
parent 7b898dd8e1
commit 17040d1ce3

@ -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));

Loading…
Cancel
Save