summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2012-09-27 22:43:27 +0000
committerRichard Mudgett <rmudgett@digium.com>2012-09-27 22:43:27 +0000
commit5c946d98ba566e765e4fb956faf8945da62d298f (patch)
treebcdd04d8415195dd214f77e7d1325138e4818134 /apps/app_dial.c
parenta8771e39533d967734f31a3f7b0fd790592d4328 (diff)
Tweak app_dial documentation.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@373967 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index ed1593b30..88a4ac3a3 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -151,11 +151,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<argument name="calling" />
<argument name="progress" />
<para>Send the specified DTMF strings <emphasis>after</emphasis> the called
- party has answered, but before the call gets bridged. The
- <replaceable>called</replaceable> DTMF string is sent to the called party, and the
- <replaceable>calling</replaceable> DTMF string is sent to the calling party. Both arguments
+ party has answered, but before the call gets bridged. The
+ <replaceable>called</replaceable> DTMF string is sent to the called party, and the
+ <replaceable>calling</replaceable> DTMF string is sent to the calling party. Both arguments
can be used alone. If <replaceable>progress</replaceable> is specified, its DTMF is sent
- immediately after receiving a PROGRESS message.</para>
+ to the called party immediately after receiving a PROGRESS message.</para>
+ <para>See SendDTMF for valid digits.</para>
</option>
<option name="e">
<para>Execute the <literal>h</literal> extension for peer after the call ends</para>