From: Richard Mudgett Date: Thu, 18 Oct 2018 19:36:47 +0000 (-0500) Subject: app_dial/app_queue: Update application option documentation X-Git-Tag: 16.1.0-rc1~52^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00284352b30064144e349d033e0750ced5a26a8c;p=thirdparty%2Fasterisk.git app_dial/app_queue: Update application option documentation * Update the post-answer documentation and example. The Dial example was incorrect and misleading for the post-answer subroutine useage. * Fix note and warning paragraphs in option descriptions. They don't show up in the wiki. Change-Id: I81019a1fd75d5b9151f76b52c38e2a90da682d14 --- diff --git a/apps/app_dial.c b/apps/app_dial.c index 6c6547d180..e4689e1108 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -142,11 +142,9 @@ a call to be answered. Exit to that extension if it exists in the current context, or the context defined in the EXITCONTEXT variable, if it exists. - - Many SIP and ISDN phones cannot send DTMF digits until the call is - connected. If you wish to use this option with these phones, you - can use the Answer application before dialing. - + NOTE: Many SIP and ISDN phones cannot send DTMF digits until the call is + connected. If you wish to use this option with these phones, you + can use the Answer application before dialing.