From 9838a5e57aeb1c727e20c8b7d92d6571e0597389 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 | 87 +++++++++++++++++++----------------------------- apps/app_queue.c | 24 +++++-------- 2 files changed, 44 insertions(+), 67 deletions(-) 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.