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: 13.24.0-rc1~46^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=badf0adf866a3576709c999ad329b148b16cea48;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 855945b244..dbce62dcf8 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -143,11 +143,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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.