From: Richard Mudgett Date: Thu, 27 Sep 2012 22:43:27 +0000 (+0000) Subject: Tweak app_dial documentation. X-Git-Tag: 13.0.0-beta1~2485 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c946d98ba566e765e4fb956faf8945da62d298f;p=thirdparty%2Fasterisk.git Tweak app_dial documentation. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@373967 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_dial.c b/apps/app_dial.c index ed1593b30c..88a4ac3a35 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -151,11 +151,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Send the specified DTMF strings after the called - party has answered, but before the call gets bridged. The - called DTMF string is sent to the called party, and the - calling DTMF string is sent to the calling party. Both arguments + party has answered, but before the call gets bridged. The + called DTMF string is sent to the called party, and the + calling DTMF string is sent to the calling party. Both arguments can be used alone. If progress is specified, its DTMF is sent - immediately after receiving a PROGRESS message. + to the called party immediately after receiving a PROGRESS message. + See SendDTMF for valid digits.