From badf0adf866a3576709c999ad329b148b16cea48 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Thu, 18 Oct 2018 14:36:47 -0500 Subject: [PATCH] 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 --- apps/app_dial.c | 81 ++++++++++++++++++++---------------------------- apps/app_queue.c | 20 +++++------- 2 files changed, 41 insertions(+), 60 deletions(-) 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.