From 1df1ebdc379d46545c35f1abdff6b100f0c4bcac Mon Sep 17 00:00:00 2001 From: Rusty Newton <rnewton@digium.com> Date: Thu, 26 Sep 2013 14:13:37 +0000 Subject: [PATCH] Adding a few words to the Dial option 'r' help text to clarify its tone argument description ........ Merged revisions 399874 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@399875 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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 c053820dcc..cd675fad96 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -377,7 +377,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <para>Default: Indicate ringing to the calling party, even if the called party isn't actually ringing. Pass no audio to the calling party until the called channel has answered.</para> <argument name="tone" required="false"> - <para>Indicate progress to calling party. Send audio 'tone' from indications.conf</para> + <para>Indicate progress to calling party. Send audio 'tone' from the indications.conf tonezone currently in use.</para> </argument> </option> <option name="S"> -- GitLab